Created
May 15, 2013 21:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% Minion gets some extra sizes | |
\PackageInfo{classicthesis}{A4 paper, MinionPro}% | |
\areaset[current]{312pt}{684pt}% 609 + 33 + 42 head \the\footskip 684 | |
\setlength{\marginparwidth}{7.5em}% | |
\setlength{\marginparsep}{2em}% | |
}{% Palatino or other | |
\PackageInfo{classicthesis}{A4 paper, Palatino or other} | |
\areaset[current]{420pt}{750pt} % ~ 336 * factor 2 + 33 head + 42 \the\footskip 336 | |
% \areaset{336pt}{761pt} % 686 (factor 2.2) + 33 head + 42 head \the\footskip 10pt | |
\setlength{\marginparwidth}{7em}% | |
\setlength{\marginparsep}{2em}% | |
}% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment