diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2017-01-03 20:53:17 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-03 21:04:50 -0800 |
| commit | 2d8d735bb7994dbac2faaf2bb86a81f25cf38b52 (patch) | |
| tree | 37510a0d98219fe643a81f1e0533fb47470cbba1 /MANUAL.txt | |
| parent | 66fc644ddb68b3d8529fa82d4de930dc4e342820 (diff) | |
LaTeX template: allow passing `microtypeoptions` to microtype.
Thanks to Vaclav Haisman.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index aa5eef671..cdacf5760 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1315,6 +1315,9 @@ LaTeX variables are used when [creating a PDF]. : allows font encoding to be specified through `fontenc` package (with `pdflatex`); default is `T1` (see guide to [LaTeX font encodings]) +`microtypeoptions` +: options to pass to the microtype package + `colorlinks` : add color to link text; automatically enabled if any of `linkcolor`, `citecolor`, `urlcolor`, or `toccolor` are set |
