Commit f082a98a authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Merge branch 'feat/pretest' into 'master'

Test building fithesis against TeX Live 2024 pretest

See merge request !46
parents 9ff81534 f38f791d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
image: texlive/texlive
image: texlive/texlive:pretest

stages:
  - build
+8 −9
Original line number Diff line number Diff line
@@ -631,20 +631,19 @@ Wünsch mir Glück!
%<*pdftex>
\shorthandoff{-}
%</pdftex>
\begin{markdown*}{%
  hybrid,
\begin{markdown}[%
  definitionLists,
  footnotes,
  inlineFootnotes,
  notes,
  inlineNotes,
  hashEnumerators,
  fencedCode,
  citations,
  citationNbsps,
  pipeTables,
  rawAttribute,
  tableCaptions,
}
]

If you decide that \LaTeX{} is too wordy for some parts of your
If you decide that `\LaTeX`{=tex} is too wordy for some parts of your
document, there are [packages](https://www.ctan.org/pkg/markdown
"Markdown") that allow you to use more lightweight markup next
to it.
@@ -786,7 +785,7 @@ belong to the previous footnote.

Citations are used to provide bibliographical references to other
documents. This is a regular citation~[@borgman03, p. 123]. This is
an in-text citation: @borgman03\. You can also cite several authors
an in-text citation: @borgman03. You can also cite several authors
at once using both regular~[see @borgman03, p. 123; @greenberg98,
sec.  3.2; and @thanh01] and in-text citations: @borgman03 [p.123;
@greenberg98, sec. 3.2; @thanh01].
@@ -830,7 +829,7 @@ print(joe.pop, " ") while joe.size > 0
print "\n"
~~~~~~

\end{markdown*}
\end{markdown}
%<*pdftex>
\shorthandon{-}
%</pdftex>