@@ -34,7 +34,7 @@ jobs:
|
|||||||
args: >-
|
args: >-
|
||||||
-c "mkdir -p pdf aux .texcache/texmf-var .texcache/xdg &&
|
-c "mkdir -p pdf aux .texcache/texmf-var .texcache/xdg &&
|
||||||
apt-get update -y &&
|
apt-get update -y &&
|
||||||
apt-get install -y python3-pip &&
|
apt-get install -y pipx &&
|
||||||
pipx install pygments &&
|
pipx install pygments &&
|
||||||
for f in ${{ steps.roots.outputs.roots }}; do
|
for f in ${{ steps.roots.outputs.roots }}; do
|
||||||
echo Building $f;
|
echo Building $f;
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
\usepackage{myformat}
|
\usepackage{myformat}
|
||||||
\title{LearnLaTeX}
|
\title{LearnLaTeX}
|
||||||
\author{Domipoke}
|
\author{Domipoke}
|
||||||
%4
|
%5
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\include{./book.tex}
|
\include{./book.tex}
|
||||||
\end{document}
|
\end{document}
|
||||||
Reference in New Issue
Block a user