Simplified `README`

pull/30/head
Bastian Rieck 2021-09-21 11:23:11 +02:00
parent 577afaca4f
commit 41bd379c5f
1 changed files with 9 additions and 9 deletions

View File

@ -63,16 +63,14 @@ remove this code block here:
```latex ```latex
\ifxetexorluatex \ifxetexorluatex
\setmainfont{Minion Pro} % ...
\else \else
\usepackage[lf]{ebgaramond} % ...
\usepackage[oldstyle,scale=0.7]{sourcecodepro}
\singlespacing
\fi \fi
``` ```
Note that the document will work fine nevertheless, but most people Note that the document will work fine nevertheless, but some people
either dislike the Minion Pro font or do not have this font available. dislike the default fonts or do not have them installed.
**Overleaf users**: If you are using Overleaf to build your thesis, you **Overleaf users**: If you are using Overleaf to build your thesis, you
are restricted by their choice of fonts. Please read [this document](https://www.overleaf.com/learn/latex/Questions/Which_OTF_or_TTF_fonts_are_supported_via_fontspec%3F) are restricted by their choice of fonts. Please read [this document](https://www.overleaf.com/learn/latex/Questions/Which_OTF_or_TTF_fonts_are_supported_via_fontspec%3F)
@ -154,9 +152,11 @@ For pdfTeX users:
For LuaTeX or XeTeX users: For LuaTeX or XeTeX users:
- The Minion Pro font; please use your favourite search engine for this - The EB Garamond font
or change the line `\setmainfont{Minion Pro}` in the preamble to - The Source Code Pro font
another font (or leave it out entirely)
If you installed the packages above, everything should work
automatically.
# License # License