My goal is to choose a "nice" font family (serif, sans serif, monospace, and "math") for my basic LaTeX template.
I know the default setting (Computer Modern's family) is a very good choice. However, I want something a bit less "by default", a bit less "used by everyone else"... Also, I would like something with an increased readability (relative to the default setting, i.e. Computer Modern) both for on paper reading and for on screen reading, and something that is at least as good with math typing and printing. Finally, I would like a solution that I could easily use on other computers or give/suggest to a friend (i.e. it should ideally come with most standard LaTeX distributions at the present time (June 2012)). These are my motivations or goals.
Initially, I used pslatex which uses Times, Helvetica, and Courier (or slightly modified versions of them). But then I discovered that pslatex is outdated, and that I should use either (just) txfonts or (the three) mathptmx, helvet ([scaled=.90]), and courier. Then I read that tgtermes is better (or at least prefered by some people). Even later (June 2012), I then heard that newtx is even better (\usepackage[varg, cmintegrals, cmbraces, ]{newtxtext,newtxmath}).
But in the newtx/newtxtext/newtxmath documentation (and the internet follow-up searches), I got very confused about using lmodern, textcomp, bm, amsmath, amsfonts, amssymb, libertine, libertineotf, libertine-legacy (edit: initial post had a mistake ('libertine-heritage')), etc...
Now I am completely lost!
Considering my motivations, what would you answer me if I asked you:
which ones could I use ('alone'),
which ones could I use together,
which ones "should" I use ('alone'), and
which ones "should" I use together?
Added "bonus" problem: I would like to keep the characters per line ratio to a nice, comfortable level (i.e. between 60 and 75), and, ideally, to be able to set it. (Please directly see, answer, and refer to: Nicely force 66 characters per line)
Note: I work on both Windows and Unix/Linux. I compile with pdflatex (sorry don't know what capitalisation makes most consensus :))
Here I present you a reduced version of my template, relevant to this question (for you to play with if you want to). Note that I added a second, updated version of this template as edit at the end of this question post. Feel free to use it.
\documentclass[draft, pdftex, a4paper, 12pt, openbib, ]{article} \usepackage[pdftex, final, pdfstartview = FitV, linktocpage = false, breaklinks = true, ]{hyperref} \usepackage[english]{babel} \usepackage{float} % Improved interface for floating objects ; add [H] option %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % FONTS and ENCODING %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{lmodern} % Latin Modern family of fonts \usepackage[T1]{fontenc} % fontenc is oriented to output, that is, what fonts to use for printing characters. % https://tex.stackexchange.com/questions/44694/fontenc-vs-inputenc % https://tex.stackexchange.com/questions/664/why-should-i-use-usepackaget1fontenc % WHICH ONE TO CHOOSE? % \usepackage{pslatex} % \usepackage[varg, cmintegrals, cmbraces, ]{newtxtext,newtxmath} % libertine, uprightGreek (U.S.) or slantedGreek (ISO), % \usepackage{tgtermes} % \usepackage{txfonts} % \usepackage{mathptmx} % \usepackage[scaled=.90]{helvet} % \usepackage{courier} % \usepackage{textcomp} % required for special glyphs % \usepackage{bm} % load after all math to give access to bold math \usepackage[utf8]{inputenc} % inputenc allows the user to input accented characters directly from the keyboard; % utf8x : much broader but less compatible ; latin1 : old? % https://tex.stackexchange.com/questions/44694/fontenc-vs-inputenc % References: % http://www.latex-community.org/forum/viewtopic.php?f=8&t=6637 % ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/info/l2tabu/english/l2tabuen.pdf % ftp://ftp.dante.de/tex-archive/info/l2tabu/english/l2tabuen.pdf % http://xpt.sourceforge.net/techdocs/language/latex/latex32-LaTeXAndFonts/single/ % http://thirteen-01.stat.iastate.edu/wiki/LaTeXFonts % http://www.tex.ac.uk/tex-archive/info/beginlatex/html/chapter8.html % https://tex.stackexchange.com/questions/56876/times-new-roman-fonts-and-maths-without-mathptmx %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % LAY OUT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % See: https://tex.stackexchange.com/questions/59626/nicely-force-66-characters-per-line % (must be after pslatex, tgterms, etc...) % \usepackage[DIV=calc]{typearea} % % \usepackage[cm]{fullpage} % set 'default' full page % \usepackage{geometry} % margins? \usepackage{lipsum} % to fill in with arbitrary text \widowpenalty = 4000 % help suppress widows, default = 4,000 (?), from 0 to 10 000 (from 300 to 1 000 recommended, 10 000 not recommended) \clubpenalty = 4000 % help suppress orphans, default = 4,000 (?), from 0 to 10 000 (from 300 to 1 000 recommended, 10 000 not recommended) \usepackage[final, babel]{microtype} % many good lay-out/justification effects, see: % texblog.net/latex-archive/layout/pdflatex-microtype/ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % AMS MATH %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \usepackage{amsmath} % loads amstext, amsbsy, amsopn but not amssymb % equation stuff (eqref, subequations, equation, align, gather, flalign, multline, alignat, split...) % \usepackage{amsfonts} % may be redundant with amsmath % \usepackage{amssymb} % may be redundant with amsmath \begin{document} \title{Correlation of procrastination and \LaTeX} \author{Anne Onymous} \maketitle \textrm{\lipsum[11]} \textsf{\lipsum[11]} \texttt{\lipsum[11]} \section{Alibaba and the 40 thieves} \subsection{La vie est un long fleuve tranquille} \begin{equation} \int_{-\infty}^{+\infty} e^{-x^2} dx = \left( 6 \sum_{n=1}^{\infty} \frac{1}{n^2} \right)^\frac{1}{4} \end{equation} \lipsum[1-7] \end{document} Edit:
Trying to wrap up and put everything together (after both this post and "Nicely force 66 characters per line", I give here my template with whatever I felt was most relevant (or cool :)). Enjoy!
(Note that the .tex source file is embedded in the .pdf output file!)
(New) Template:
% \RequirePackage[l2tabu, orthodox]{nag} % % http://www.tug.org/texlive/Contents/live/texmf-dist/doc/latex/nag/nag.pdf % % Check for many common mistakes, and give hints on what to use instead. % However, always refer to l2tabu for more detailed explanations. % Orthodox checks for pitfalls that are not technically incorrect. % If you know what you’re doing, omit orthodox. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % CLASS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[draft, pdftex, a4paper, 12pt, openbib, ]{article} % openright, doubleside, twoside, letterpaper, a4paper, ... % draft or final option also in: % - fixme % - graphicx % - hyperref % - microtype % - ...? %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % BABEL and LANGUAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \usepackage{listings} % it is a source code printer for LATEX % \lstset{language=Python} % \lstinputlisting{source.py} % command used to pretty-print stand alone files \usepackage[english]{babel} % [french, frenchb, english, ] % http://forum.mathematex.net/latex-f6/les-puces-avec-babel-t4256.html % http://www.grappa.univ-lille3.fr/FAQ-LaTeX/11.1.html %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % FONTS and ENCODING %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % See: % https://tex.stackexchange.com/questions/59702/suggest-a-nice-font-family-for-my-basic-latex-template-text-and-math-i-am % \usepackage{lmodern} % Latin Modern family of fonts. Very much like Computer Modern, but with many more glyphs % (e.g., for characters with accents, glyphs, cedillas, etc) \usepackage[T1]{fontenc} % fontenc is oriented to output, that is, what fonts to use for printing characters. % https://tex.stackexchange.com/questions/44694/fontenc-vs-inputenc % https://tex.stackexchange.com/questions/664/why-should-i-use-usepackaget1fontenc % Change some fonts or the whole font family (i.e. serif, sans serif, monospace, and 'math') % \usepackage[varg, cmintegrals, cmbraces, ]{newtxtext,newtxmath} % Other options: libertine, uprightGreek (U.S.) or slantedGreek (ISO), etc... % \usepackage{tgtermes} % Only serif ("TeX-Gyre" text) % \usepackage{kpfonts} % "Kepler" fonts % \usepackage{mathpazo} % Based on Hermann Zapf's Palatino font % \usepackage{txfonts} % More than a decade old % \usepackage{pslatex} % Obsolete? % - \usepackage{mathptmx} % - \usepackage[scaled=.90]{helvet} % - \usepackage{courier} % \usepackage{textcomp} % required for special glyphs % \usepackage{bm} % load after all math to give access to bold math \usepackage[utf8]{inputenc} % inputenc allows the user to input accented characters directly from the keyboard; % utf8x : much broader but less compatible ; latin1 : old? % https://tex.stackexchange.com/questions/44694/fontenc-vs-inputenc % See: % https://tex.stackexchange.com/questions/59626/nicely-force-66-characters-per-line % % pslatex is a very obsolete package and that its descendant mathptmx is rather inadequate for serious typesetting involving math. % If you don't need mathematics, other choices based on (Linotype) Times Roman are % - tgtermes % - newtxtext (based on txfonts, but with corrected metrics) (with its companion math package newtxmath) % % % See: % http://www.latex-community.org/forum/viewtopic.php?f=8&t=6637 % % (times, helvet, courier) % pslatex and txfonts produce (almost) same resutls. % pslatex supposedly obsolete % txfonts supposedly up-to-date % % % See: % ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/info/l2tabu/english/l2tabuen.pdf % or % ftp://ftp.dante.de/tex-archive/info/l2tabu/english/l2tabuen.pdf % in % 2.3.3 pslatex.sty % % pslatex uses a Courier font scaled too narrowly. % Its main disadvantage is that it does not work with T1 and TS1 encodings. % So replace: % \usepackage{pslatex} or \usepackage{txfonts} % by all three: % - \usepackage{mathptmx} % - \usepackage[scaled=.90]{helvet} % - \usepackage{courier} % % % See: % http://xpt.sourceforge.net/techdocs/language/latex/latex32-LaTeXAndFonts/single/ % or http://thirteen-01.stat.iastate.edu/wiki/LaTeXFonts % or http://www.tex.ac.uk/tex-archive/info/beginlatex/html/chapter8.html % % When changing fonts, you can change all of the default fonts at once with the following commands: % % Command Changes the defaults to % % times Times, Helvetica, Courier % pslatex same as Times, but uses a specially narrowed Courier. This is preferred over Times because of the way it handles Courier. % newcent New Century Schoolbook, Avant Garde, Courier % palatino Palatino, Helevetica, Courier % palatcm changes the Roman to Palatino only, but uses CM mathematics % kpfonts "Kepler" fonts. A very nicely evolved set of fonts also based originally on Palatino, but with many special features. % % % See: % https://tex.stackexchange.com/questions/59702/suggest-a-nice-font-family-for-my-basic-latex-template-text-and-math-i-am % % There are, of course, many other font packages, most of which provide "only" text-mode fonts. % Among these are the "TeX-Gyre" font families: % - Termes (a Times Roman clone), % - Pagella (a Palatino clone), and % - Schola (a Century Schoolbook clone); % one would load the packages tgtermes, tgpagella, and tgschola, respectively, to access these fonts. % However, as these are text fonts, you still need to choose a suitable math font. % % Still another possibility you may want to look into is the Linux Libertine font family, to be loaded via the libertine-legacy package. % If you like this text font and wish to employ the newtxmath package, be sure to load the newtxmath package with the libertine option set; % doing so will set up a special set of math-mode fonts that harmonizes well with the libertine text fonts. % % % See also: % https://tex.stackexchange.com/questions/56876/times-new-roman-fonts-and-maths-without-mathptmx % % % For a comparison, in: % /home/christophe/Personal/Truc_Et_Astuce_Informatik/LaTeX/comparison_font_types/, % see: % computer.pdf lmodern.pdf pslatex.pdf test_font_type.pdf three_replacements.pdf txfonts.pdf % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % AMS MATH %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \usepackage{amsmath} % loads amstext, amsbsy, amsopn but not amssymb % equation stuff (eqref, subequations, equation, align, gather, flalign, multline, alignat, split...) % \usepackage{amsfonts} % may be redundant with amsmath % \usepackage{amssymb} % may be redundant with amsmath % \numberwithin{equation}{section} % reset equation counters at start of each "section" and prefix numbers by section number % \numberwithin{figure}{section} % reset figure counters at start of each "section" and prefix numbers by section number %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % LAY OUT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % See: % https://tex.stackexchange.com/questions/59626/nicely-force-66-characters-per-line % (must be after pslatex, tgterms, etc...) % % a) (but works mostly for a4paper, and changes top and bottom margin too...) % \usepackage[DIV=calc]{typearea} % % or % % b) (but you have to choose the value and the margin ratio depending on the class...) % \newlength{\alphabet} % \settowidth{\alphabet}{\normalfont abcdefghijklmnopqrstuvwxyz} % \usepackage{geometry} % \geometry{% % textwidth=2.5\alphabet,% (Note: 2.5 * 26 = 65) % hmarginratio={2:3}} % (Problem: geometry uses 2:3 as default for twoside and 1:1 for oneside, % % independently of what the class thinks about the margins) % \usepackage{layout} % use \layout in the tex file to see the values % \usepackage{layouts} % it extends the functionality of layout, allowing you to do much, much more % some commands: \pagelayout, \pagevalues, \pagedesign, ... % \usepackage[cm]{fullpage} % set 'default' full page % \usepackage{geometry} % very customizable margins. Under some (rare) circumstances, should be loaded after hyperref % \usepackage{anysize} % \marginsize{left}{right}{top}{bottom} % \usepackage{pdflscape} % include landscape layout pages (automatically rotate pages in pdf file for easier reading) % \usepackage{multicol} % for multi column environment \usepackage{lipsum} % to fill in with arbitrary text \widowpenalty = 4000 % help suppress widows, default = 4,000 (?), from 0 to 10 000 (from 300 to 1 000 recommended, 10 000 not recommended) \clubpenalty = 4000 % help suppress orphans, default = 4,000 (?), from 0 to 10 000 (from 300 to 1 000 recommended, 10 000 not recommended) \usepackage[final, babel]{microtype} % many good lay-out/justification effects, see: % texblog.net/latex-archive/layout/pdflatex-microtype/ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EMBED FILEs %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{embedfile} % embed (attach) any files (eg tex source) to a PDF document. % Currently only supported driver is pdfTEX >= 1.30 in PDF mode \embedfile{to_post.tex} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % EASY EDITS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{ifdraft} % ask for selective behavior depending on the draft option (used for waterdraftmark, not draftmark) % \usepackage{comment} % provide new {comment} environment: all text inside the environment is ignored. % \usepackage{fixme} % allow nice comment / warning system, displayed in draft mode in right margin ; % [status=draft] % \usepackage{lineno} % number all lines in left margin if activated with \linenumbers % \linenumbers %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % GRAPHICX %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \usepackage[final]{graphicx} % options = [final] = all graphics displayed, regardless of draft option in class % options = [pdftex] = necessary (?) if import PDF files % no option : when importing ps- and eps-files (?) % \graphicspath{{../images/}} % tell LaTeX where to look for images % \DeclareGraphicsExtensions{.pdf, .PDF, .jpg, .JPG, .jpeg, .JPEG, .png, .PNG, .bmp, .BMP, .eps, .ps} \usepackage{float} % Improved interface for floating objects ; add [H] option %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % FILIGREE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % draftmark : newer and better package but not on Phil's computers, % in particular, draftmark has a "ifdraft" option included... % \ifdraft{ \usepackage{draftwatermark} % add watermark ("draft", "confidential"...) % option: [firstpage] (insert on only the first page) \SetWatermarkText{COPY~---~DRAFT} \SetWatermarkAngle{55} \SetWatermarkScale{6.0} \SetWatermarkLightness{0.85} \SetWatermarkFontSize{12 pt} }{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % HYPERREF (last) then HYPCAP %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % See: % https://tex.stackexchange.com/questions/1863/which-packages-should-be-loaded-after-hyperref-instead-of-before % \usepackage[ pdftex, final, % if you do want to have clickable-colorful links pdfstartview = FitV, linktocpage = false, % ToC, LoF, LoT place hyperlink on page number, rather than entry text breaklinks = true, % so long urls are correctly broken across lines % pagebackref = false, % add page number in bibliography and link to position in document where cited ]{hyperref} % \usepackage{cleveref} % enhance cross-referencing, allow full formatting, commands: % \cref, \Cref, \crefrange, \cref{eq2,eq1,eq3,eq5,thm2,def3} % supposedly better than \autoref as provided by hyperref % \usepackage[all]{hypcap} % when link to float (using hyperref), link anchors to beginning (instead of below) float %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % TITLE PAGE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{} \author{This example's author's name.} \date{\today} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % THE ACTUAL DOCUMENT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} % desactivate microtype protrusion for all "list of..." % \microtypesetup{protrusion=false} % \tableofcontents % \listoftables % \listoffigures % reactivate microtype protrusion after all "list of..." % \microtypesetup{protrusion=true} \title{Correlation of procrastination and \LaTeX} \maketitle \textrm{\lipsum[11]} \textsf{\lipsum[11]} \texttt{\lipsum[11]} \section{Alibaba and the 40 thieves} \subsection{La vie est un long fleuve tranquille} % \lipsum[11] \begin{equation} \int_{-\infty}^{+\infty} e^{-x^2} dx = \left( 6 \sum_{n=1}^{\infty} \frac{1}{n^2} \right)^\frac{1}{4} \end{equation} \lipsum[1-7] \end{document} Cheers.





















newtxdocdocumentation - very cool package bundle! Starting from page 7, he provides a couple of examples. Seems like the combination of\usepackage{libertine}together with\usepackage[libertine]{newtxmath}provides the nicest looking formulae. I actually really really like this! Thank you for pointing those packages out.mathpazo. Looks (almost ?) likepxfonts, but has the benefit of better kerning management. Maybe it's not very original, but IMHO looks very nice.:):-)This is really used by almost everybody.