diff options
author | grr <grr@lo2.org> | 2024-05-19 01:39:47 -0400 |
---|---|---|
committer | grr <grr@lo2.org> | 2024-05-19 01:39:47 -0400 |
commit | 826e7d2292b2fcd318ce3af273cc1852df1fb8f6 (patch) | |
tree | e9a137716494e19c4d3a6735c758fd3a0607ca5a /salitter.sty | |
parent | 9f73ca42e25ed1fb87d83e29c1d77c850755b90b (diff) | |
parent | f99317160c564ffff55accb4c9098c47bf29adab (diff) | |
download | blueprint-826e7d2292b2fcd318ce3af273cc1852df1fb8f6.tar.gz |
Merge branch 'master' of git.sr.ht:~ratsgod/blueprint
Diffstat (limited to 'salitter.sty')
-rw-r--r-- | salitter.sty | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/salitter.sty b/salitter.sty index 4d821bc..cbd774a 100644 --- a/salitter.sty +++ b/salitter.sty @@ -77,6 +77,12 @@ \usepackage{fontspec} \setmainfont[Mapping=tex-text]{TeX Gyre Schola}} +% ---- font (newpx) + +\newcommand{\newpxfont}[0]{ + \usepackage[T1]{fontenc} + \usepackage{newpxtext}} + % ---- metadata for a title page \newcommand{\visbreak}{ @@ -167,3 +173,7 @@ % \newcommand{\gl}{\guillemotleft} % \newcommand{\gr}{\guillemotright} + +\newcommand{\editornote}[1]{\footnote{ +\sffamily #1 --- S.W. +}} |