diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-15 19:03:57 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-05-16 11:58:32 -0400 |
| commit | f968e493cc95501296c2f86d1a0994aed366e132 (patch) | |
| tree | 6b901913025cca756b6bae7eca3810b3e4123c49 | |
| parent | sqlite: stop on missing/unwritable sqlite-db-path (diff) | |
latex: some fixes for xelatex 2025
(assisted by Claude-Code)
| -rw-r--r-- | org/out_latex.org | 12 | ||||
| -rw-r--r-- | src/sisudoc/io_out/latex.d | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/org/out_latex.org b/org/out_latex.org index ceac195..dd98ca1 100644 --- a/org/out_latex.org +++ b/org/out_latex.org @@ -403,14 +403,14 @@ void outputLaTeXstyInit()( fonts to try: #+BEGIN_SRC latex -\usepackage[scaled]{dejavu} +\usepackage{dejavu} \renewcommand*\familydefault{\sfdefault} \usepackage{inconsolata} \usepackage[T1]{fontenc} #+END_SRC #+BEGIN_SRC latex -\usepackage[scaled]{dejavu} +\usepackage{dejavu} \usepackage[scaled]{tgheros} \usepackage[scaled]{quattrocento} \usepackage[scaled]{cmbright} @@ -431,7 +431,7 @@ fonts to try: \usepackage{multicol} \setlength{\marginparsep}{4mm} \setlength{\marginparwidth}{8mm} -\usepackage[scaled]{dejavu} +\usepackage{dejavu} \renewcommand*\familydefault{\sfdefault} \usepackage{inconsolata} \usepackage[T1]{fontenc} @@ -595,8 +595,8 @@ fonts to try: } \newcommand{\spaces}[1]{{\hspace*{#1ex}}} \newcommand{\s}{\hspace*{1ex}} -\renewcommand{\hardspace}{\hspace*{1ex}} -\newcommand{\-}{\hspace*{1ex}} +\newcommand{\hardspace}{\hspace*{1ex}} +\renewcommand{\-}{\hspace*{1ex}} \newcommand{\caret}{{\^{~}}} \newcommand{\pipe}{{\textbar}} \newcommand{\curlyOpen}{{} @@ -1465,7 +1465,7 @@ string bullets_and_indentation(O)( \pagenumbering{alph} \setcounter{page}{1} \markboth{%s}{%s} -\br\linebreak Copyright {\begin{small}{\copyright\end{small}} %s \br\linebreak +\br\linebreak Copyright \begin{small}\copyright\end{small} %s \br\linebreak %s \clearpage┃"; _txt = format(_tex_para, diff --git a/src/sisudoc/io_out/latex.d b/src/sisudoc/io_out/latex.d index 39dc932..8a1ae3e 100644 --- a/src/sisudoc/io_out/latex.d +++ b/src/sisudoc/io_out/latex.d @@ -679,7 +679,7 @@ template outputLaTeX() { \pagenumbering{alph} \setcounter{page}{1} \markboth{%s}{%s} -\br\linebreak Copyright {\begin{small}{\copyright\end{small}} %s \br\linebreak +\br\linebreak Copyright \begin{small}\copyright\end{small} %s \br\linebreak %s \clearpage┃"; _txt = format(_tex_para, @@ -1518,7 +1518,7 @@ template outputLaTeXstyStatic() { \usepackage{multicol} \setlength{\marginparsep}{4mm} \setlength{\marginparwidth}{8mm} -\usepackage[scaled]{dejavu} +\usepackage{dejavu} \renewcommand*\familydefault{\sfdefault} \usepackage{inconsolata} \usepackage[T1]{fontenc} @@ -1682,8 +1682,8 @@ template outputLaTeXstyStatic() { } \newcommand{\spaces}[1]{{\hspace*{#1ex}}} \newcommand{\s}{\hspace*{1ex}} -\renewcommand{\hardspace}{\hspace*{1ex}} -\newcommand{\-}{\hspace*{1ex}} +\newcommand{\hardspace}{\hspace*{1ex}} +\renewcommand{\-}{\hspace*{1ex}} \newcommand{\caret}{{\^{~}}} \newcommand{\pipe}{{\textbar}} \newcommand{\curlyOpen}{{} |
