summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/sidenotes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-24 20:53:35 +0000
committerKarl Berry <karl@freefriends.org>2020-03-24 20:53:35 +0000
commit7e0670894cc9e548cbe17d5bda9e242f239638fc (patch)
tree4a6d268f22d817cd97f60880e16558627bb87fc0 /Master/texmf-dist/tex/latex/sidenotes
parent934be36701c94e3dd41052718e085abe709039ae (diff)
sidenotes (24mar20)
git-svn-id: svn://tug.org/texlive/trunk@54524 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/sidenotes')
-rw-r--r--Master/texmf-dist/tex/latex/sidenotes/caesar_book.cls7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/sidenotes/caesar_book.cls b/Master/texmf-dist/tex/latex/sidenotes/caesar_book.cls
index b04a244d91e..685f736aefa 100644
--- a/Master/texmf-dist/tex/latex/sidenotes/caesar_book.cls
+++ b/Master/texmf-dist/tex/latex/sidenotes/caesar_book.cls
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesFile{caesar_book.cls}[2016/04/21 v1.00 Caesar book]
+\ProvidesFile{caesar_book.cls}[2020/03/24 v1.00a Caesar book]
% Load the amsmath and the mhchem package before loading microtype
\RequirePackage{amsmath}% better math handling
\RequirePackage[version=3]{mhchem}% chemical formulas
@@ -42,8 +42,8 @@
\RequirePackage{ifluatex}
\ifluatex% in LuaLateX we use fontspec
\RequirePackage{fontspec}%
- \RequirePackage[vargreek-shape=TeX]{unicode-math}%
- \setmathfont{Asana-Math.otf}% asana math works well with palatino
+ \RequirePackage{unicode-math}%
+ \setmathfont{TeX Gyre Pagella Math}% use corresponding math font
\setmainfont[Ligatures=TeX, Numbers=OldStyle]{Tex Gyre Pagella}% free Palatino clone
\setmonofont{Tex Gyre Cursor}% works okay with palatino
\setsansfont{Tex Gyre Heros}% work okay with palatino
@@ -95,6 +95,7 @@
% compatibility with T-L
%
% titlepage
+\RequirePackage{ifthen}
\newcommand{\publisher}[1]{\gdef\caesar@publisher{#1}}
\gdef\caesar@thesis{}
\newcommand{\thesis}[1]{\gdef\caesar@thesis{#1}}