Transition to org-mode, fixup some latex mistakes!

This commit is contained in:
David Holland 2022-09-23 12:35:58 +02:00
parent 461abf0fc5
commit 85519ece49
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
5 changed files with 4481 additions and 786 deletions

3
.gitignore vendored
View File

@ -4,7 +4,8 @@
!/dustdoc.cls !/dustdoc.cls
!/generate-pdfs !/generate-pdfs
!/Documentation.tex
!/Documentation.pdf !/Documentation.pdf
!/Documentation.tex
!/Documentation_v2.org
!/print_a4.tex !/print_a4.tex
!/print_a4.pdf !/print_a4.pdf

Binary file not shown.

File diff suppressed because it is too large Load Diff

3431
Documentation_v2.org Normal file

File diff suppressed because it is too large Load Diff

View File

@ -19,8 +19,10 @@
\RequirePackage{array} \RequirePackage{array}
\RequirePackage{caption} \RequirePackage{caption}
\RequirePackage{longtable} % Replaced because outdated and unmaintained
\RequirePackage{tabu} %\RequirePackage{longtable}
%\RequirePackage{tabu}
\RequirePackage{tabularray}
\RequirePackage{fix-cm} \RequirePackage{fix-cm}
\RequirePackage{fontspec} \RequirePackage{fontspec}
@ -116,9 +118,19 @@
{\begin{tcolorbox}[before upper={\setlength{\parindent}{1.5em}\noindent},colback=admonitionBG,coltitle=draculaBG,colframe=draculaPink,colbacktitle=draculaPink,title=CAUTION]} {\begin{tcolorbox}[before upper={\setlength{\parindent}{1.5em}\noindent},colback=admonitionBG,coltitle=draculaBG,colframe=draculaPink,colbacktitle=draculaPink,title=CAUTION]}
{\end{tcolorbox}} {\end{tcolorbox}}
\newenvironment{packagetable} % See note for tabu
{\begin{longtabu}to \textwidth [b]{X[1,r]|X[1,l]}} %\newenvironment{packagetable}
{\end{longtabu}} %{\begin{longtabu}to \textwidth [b]{X[1,r]|X[1,l]}}
%{\end{longtabu}}
\NewTblrTheme{packagetable}{
\DefTblrTemplate{head}{default}{}
\DefTblrTemplate{foot}{default}{}
}
\newenvironment{pkgtable}
{\begin{longtblr}[b, theme=packagetable]{colspec={X[1,r]|X[1,l]}, width=\textwidth}}
{\end{longtblr}}
\newenvironment{mintedlisting}{% \newenvironment{mintedlisting}{%
\begin{listing}[H]% \begin{listing}[H]%