Skip to content
Snippets Groups Projects
Commit ec839f39 authored by Julian Stirling's avatar Julian Stirling :tools:
Browse files

Organise tex into a structure so it can easily be used in other repos

parent 86981800
No related branches found
No related tags found
1 merge request!2Organise tex into a structure so it can easily be used in other repos
Pipeline #3673 passed
......@@ -8,8 +8,9 @@ compile:
script:
- tlmgr update --self
- tlmgr install roboto fontaxes sectsty
- echo "TEXMFHOME = $(pwd)/texroot" >> $(kpsewhich texmf.cnf)
- cd examples-and-design-elements
- pandoc simple-document.md -o simple-document.pdf -M documentclass=../tex/otfndoc
- pandoc simple-document.md -o simple-document.pdf -M documentclass=otfndoc
artifacts:
paths:
- "examples-and-design-elements/simple-document.pdf"
......
../../../../logo/logo-linear-print.png
\ No newline at end of file
......@@ -26,7 +26,7 @@
\pagestyle{fancy}
\AtBeginDocument{%
\begin{center}%
\includegraphics[width=.3\textwidth]{../logo/logo-linear-print.png}\\[-0.5cm]\rule{\textwidth}{1pt}
\includegraphics[width=.3\textwidth]{logo-linear-print.png}\\[-0.5cm]\rule{\textwidth}{1pt}
\end{center}
}
\endinput
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment