diff options
| author | p <grr@lo2.org> | 2024-11-23 17:23:38 -0500 |
|---|---|---|
| committer | p <grr@lo2.org> | 2024-11-23 17:23:38 -0500 |
| commit | 0d6fa6e8b6766e69767377f8922213a07d3abf82 (patch) | |
| tree | dc3fc45f847020d7f6f3d1af48e1c811c964db0f | |
| parent | 50c38bb77d782c594c15c3590b4365a8e651fb68 (diff) | |
| download | sal.otx-0d6fa6e8b6766e69767377f8922213a07d3abf82.tar.gz | |
fix font usage in ednotes
| -rw-r--r-- | sal.otx | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,7 @@ \def\turn#1{\raise 1.5ex \rotbox{180}{#1}} \def\ld{…}\def\ae{æ} -\def\ednote#1{\fnote{\fontfam[DejaVu]#1}} +\def\ednote#1{\fnote{{\Dejavu\sans\rm #1}}} % --- nested list numbering with \keepstyle \def\iprefix#1{} @@ -50,6 +50,7 @@ % --- my standard style \nonfrenchspacing\raggedbottom \baselineskip=15pt +\fontfam[DejaVu] \fontfam[PPWriter] \enablemte \typosize[11/13]
\ No newline at end of file |
