From 70e9bc14ada891ac9e2e916565e8ca3b18dcc7d9 Mon Sep 17 00:00:00 2001 From: Shark64 Date: Sun, 8 Dec 2013 12:14:37 +0100 Subject: [PATCH 1/2] enable pdftex extensions with \usepackage{microtype} --- main.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main.tex b/main.tex index de412022d..29e9fbb2b 100644 --- a/main.tex +++ b/main.tex @@ -82,6 +82,7 @@ \usepackage{aliascnt} \usepackage[capitalize]{cleveref} \usepackage[all,2cell,cmtip]{xy} +\usepackage[kerning=true,spacing=true,tracking=true]{microtype} % enable pdftex microtypographical extensions \UseAllTwocells %\usepackage{natbib} \usepackage{braket} % used for \setof{ ... } macro @@ -176,8 +177,9 @@ \pagestyle{fancyplain} \include{introduction} - +\microtypesetup{tracking=false} % disable tracking to avoid title hyphenation \part{Foundations} +\microtypesetup{tracking=true} % re-enable it \label{part:foundations} \include{preliminaries} @@ -195,7 +197,9 @@ \part{Foundations} \include{hlevels} \cleartooddpage[\thispagestyle{empty}] % Needed for correct TOC +\microtypesetup{tracking=false} % disable tracking to avoid title hyphenation \part{Mathematics} +\microtypesetup{tracking=true} % and then re-enable it \label{part:mathematics} \include{homotopy} From 30a5f85a111920cec53d5fe052be1dcca76824ca Mon Sep 17 00:00:00 2001 From: Shark Date: Thu, 2 Jan 2014 18:48:24 +0100 Subject: [PATCH 2/2] Revert "Merge pull request #2 from Shark64/microtype" This reverts commit 3ce7c27822ed03e6b1bec2bb74d8d0614c971754, reversing changes made to 927c0d21cca657cf311d9419d822b5641f77f507. keep microtype in a separate branch --- main.tex | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main.tex b/main.tex index 29e9fbb2b..de412022d 100644 --- a/main.tex +++ b/main.tex @@ -82,7 +82,6 @@ \usepackage{aliascnt} \usepackage[capitalize]{cleveref} \usepackage[all,2cell,cmtip]{xy} -\usepackage[kerning=true,spacing=true,tracking=true]{microtype} % enable pdftex microtypographical extensions \UseAllTwocells %\usepackage{natbib} \usepackage{braket} % used for \setof{ ... } macro @@ -177,9 +176,8 @@ \pagestyle{fancyplain} \include{introduction} -\microtypesetup{tracking=false} % disable tracking to avoid title hyphenation + \part{Foundations} -\microtypesetup{tracking=true} % re-enable it \label{part:foundations} \include{preliminaries} @@ -197,9 +195,7 @@ \part{Foundations} \include{hlevels} \cleartooddpage[\thispagestyle{empty}] % Needed for correct TOC -\microtypesetup{tracking=false} % disable tracking to avoid title hyphenation \part{Mathematics} -\microtypesetup{tracking=true} % and then re-enable it \label{part:mathematics} \include{homotopy}