diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/Caesar_BG-6-13-1.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/samples/Caesar_BG-6-13-1.tex b/samples/Caesar_BG-6-13-1.tex index 22e34c8..44d4088 100644 --- a/samples/Caesar_BG-6-13-1.tex +++ b/samples/Caesar_BG-6-13-1.tex | |||
@@ -2,8 +2,14 @@ | |||
2 | \usepackage{fontspec} | 2 | \usepackage{fontspec} |
3 | \usepackage[latin.classic,french,english]{babel} | 3 | \usepackage[latin.classic,french,english]{babel} |
4 | \babelfont{rm}{Old Standard} | 4 | \babelfont{rm}{Old Standard} |
5 | \babelfont{sf}{NewCMSans10-Book} | 5 | \babelfont{sf}[ItalicFont=NewCMSans10-Oblique, |
6 | \babelfont{tt}{NewCMMono10-Book} | 6 | BoldFont=NewCMSans10-Bold, |
7 | BoldItalicFont=NewCMSans10-BoldOblique] | ||
8 | {NewCMSans10-Regular} | ||
9 | \babelfont{tt}[ItalicFont=NewCMMono10-Italic, | ||
10 | BoldFont=NewCMMono10-Bold, | ||
11 | BoldItalicFont=NewCMMono10-BoldOblique] | ||
12 | {NewCMMono10-Regular} | ||
7 | 13 | ||
8 | \usepackage{nextpage} | 14 | \usepackage{nextpage} |
9 | \usepackage{xltabular} | 15 | \usepackage{xltabular} |