From 91aeabfbf599bfb69c6c1e1a7c3346346959961c Mon Sep 17 00:00:00 2001 From: phoebe jenkins Date: Wed, 15 May 2024 00:25:24 -0400 Subject: many lil fixes in introduction --- salitter.sty | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'salitter.sty') diff --git a/salitter.sty b/salitter.sty index 13a94aa..2bdcd39 100644 --- a/salitter.sty +++ b/salitter.sty @@ -66,6 +66,11 @@ \let\oldnormalfont\normalfont \def\normalfont{\oldnormalfont\mdseries}} +% ---- font (newpx) + +\newcommand{\newpxfont}[0]{ + \usepackage[T1]{fontenc} + \usepackage{newpxtext}} % ---- metadata for a title page -- cgit v1.2.3 From b0a065a5d9f3c2fba471825c3ee4e8cd4bada240 Mon Sep 17 00:00:00 2001 From: phoebe jenkins Date: Thu, 16 May 2024 01:28:41 -0400 Subject: fixes to philosophical reflections --- salitter.sty | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'salitter.sty') diff --git a/salitter.sty b/salitter.sty index 2bdcd39..1ff2fa3 100644 --- a/salitter.sty +++ b/salitter.sty @@ -159,3 +159,7 @@ % \newcommand{\gl}{\guillemotleft} % \newcommand{\gr}{\guillemotright} + +\newcommand{\editornote}[1]{\footnote{ +\sffamily #1 --- S.W. +}} \ No newline at end of file -- cgit v1.2.3