Skip to content

Commit

Permalink
Change font text to Times Roman for both English and German templates
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jan 19, 2018
1 parent 0bd3064 commit e9189d9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed
- Change package option `final` to `draft=false` to reduce output from KOMA-Script
- Change font of English text to [Linux Libertine](http://www.linuxlibertine.org/)
- Change font text to Times Roman for both English and German templates. Fixes [#48](https://github.com/latextemplates/scientific-thesis-template/issues/48).

## [2.1.1] - 2018-01-18

Expand Down
22 changes: 15 additions & 7 deletions config.tex
Original file line number Diff line number Diff line change
Expand Up @@ -621,16 +621,24 @@
\fi
%%%

%Times Roman for all text
\RequirePackage{newtxtext}
\RequirePackage{newtxmath}
\RequirePackage[zerostyle=b,scaled=.9]{newtxtt}

%EN: Fallback font - if the subsequent font packages do not define a font (e.g., monospaced)
% This is the modern package for "Computer Modern".
%DE: Fallback-Schriftart
\usepackage{lmodern} % Latin Modern Fonts sind die Nachfolger von Computer Modern, den LaTeX-Standardfonts
%Quelle: http://homepage.ruhr-uni-bochum.de/Georg.Verweyen/pakete.html
%Allerdings sieht diese Schritart in Diplomarbeiten fuer Fliesstext auch nicht besonders schoen aus.
%Trotzdem ist sie fuer Programmcode gut geeignet
%\usepackage[%
% rm={oldstyle=false,proportional=true},%
% sf={oldstyle=false,proportional=true},%
% tt={oldstyle=false,proportional=true,variable=true},%
% qt=false%
%]{cfr-lm}

%EN: Headings are typset in Helvetica (which is similar to Arial)
%DE: Schriftart fuer die Ueberschriften - ueberschreibt lmodern
\usepackage[scaled=.95]{helvet}
%\usepackage[scaled=.95]{helvet}

% Für Schreibschrift würde tun, muss aber ned
%\usepackage{mathrsfs} % \mathscr{ABC}
Expand All @@ -640,7 +648,7 @@
%Linux Libertine, siehe http://www.linuxlibertine.org/
%Packageparamter [osf] = Minuskel-Ziffern
%rm = libertine im Brottext, Linux Biolinum NICHT als serifenlose Schrift, sondern helvet (von oben) beibehalten
\usepackage[rm]{libertine}
%\usepackage[rm]{libertine}

%EN: Alternative Font: Palantino. It is recommeded by Prof. Ludewig for German texts
%DE: Alternative Schriftart: Palantino, Packageparamter [osf] = Minuskel-Ziffern
Expand All @@ -651,7 +659,7 @@
%Falls auskommentiert, wird die Standardschriftart lmodern genommen
%\usepackage[scaled=.92]{luximono} % Fuer schreibmaschinenartige Schluesselwoerter in den Listings - geht bei alten Installationen nicht, da einige Fontshapes (<>=) fehlen
%\usepackage{courier}
\usepackage[scaled=0.83]{beramono} %BeraMono als Typewriter-Schrift, Tipp von http://tex.stackexchange.com/a/71346/9075
%\usepackage[scaled=0.83]{beramono} %BeraMono als Typewriter-Schrift, Tipp von http://tex.stackexchange.com/a/71346/9075

%Symbole
%--------
Expand Down
2 changes: 1 addition & 1 deletion main-english.tex
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
\chapter{Introduction}
This thesis tarts with \cref{chap:k2}.
We can also typeset \verb|<text>verbatim text</text>|.
\chapter{Chapter Two}
\label{chap:k2}
Expand Down

0 comments on commit e9189d9

Please sign in to comment.