From 96af6e0aa2cc83fe5122a42959f31a92a995ffcb Mon Sep 17 00:00:00 2001 From: Kieran Healy Date: Sat, 18 Oct 2014 08:20:38 -0400 Subject: [PATCH] clarifying note --- needs-org-mode/org-preamble-pdflatex.sty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/needs-org-mode/org-preamble-pdflatex.sty b/needs-org-mode/org-preamble-pdflatex.sty index d249f4e..9ac2945 100644 --- a/needs-org-mode/org-preamble-pdflatex.sty +++ b/needs-org-mode/org-preamble-pdflatex.sty @@ -49,11 +49,12 @@ %%% If \RequirePackage[minion]{org-preamble-pdflatex} is set, %%% MinionPro and microtype setup (requires full installation of MinionPro font) %%% If MinionPro is not specified, use Times instead. +%%% See the MinionPro.sty manual for details on the MinionPro and tabfigures options. \ifthenelse{\boolean{@minion}}{ \RequirePackage[fullfamily,opticals,footnotefigures]{MinionPro} \RequirePackage[scaled=0.78]{beramono} \RequirePackage{microtype} - \RequirePackage[toc,eqno,enum]{tabfigures} + \RequirePackage[toc,eqno,enum]{tabfigures} %% use tabular figures in tables, toc, equations \renewcommand{\scdefault}{ssc} %% nicer small-caps headings }{ \RequirePackage{times}