summaryrefslogtreecommitdiffstats
path: root/salitter.sty
diff options
context:
space:
mode:
authorgrr <grr@lo2.org>2024-05-19 01:39:47 -0400
committergrr <grr@lo2.org>2024-05-19 01:39:47 -0400
commit826e7d2292b2fcd318ce3af273cc1852df1fb8f6 (patch)
treee9a137716494e19c4d3a6735c758fd3a0607ca5a /salitter.sty
parent9f73ca42e25ed1fb87d83e29c1d77c850755b90b (diff)
parentf99317160c564ffff55accb4c9098c47bf29adab (diff)
downloadblueprint-826e7d2292b2fcd318ce3af273cc1852df1fb8f6.tar.gz
Merge branch 'master' of git.sr.ht:~ratsgod/blueprint
Diffstat (limited to 'salitter.sty')
-rw-r--r--salitter.sty10
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.
+}}