Skip to content
Snippets Groups Projects
Commit c3b8c3f0 authored by Valentin Bruch's avatar Valentin Bruch
Browse files

LaTeX workshop hello world example: corrected standalone pdf

parent 165387f9
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,5 @@ do ...@@ -7,6 +7,5 @@ do
rm $i.log rm $i.log
done done
cd .. cd ..
pdflatex minimal.tex
pdflatex latex.tex pdflatex latex.tex
pdflatex latex.tex pdflatex latex.tex
\ No newline at end of file
File moved
\documentclass[ngerman]{standalone}
\begin{document}
Hallo Welt!
\end{document}
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
(2pt,-15pt) rectangle (\textwidth-2pt, -.5\textwidth+2pt); (2pt,-15pt) rectangle (\textwidth-2pt, -.5\textwidth+2pt);
\node[anchor=north west] at (0pt, 0pt) {Editor: HelloWorld.tex}; \node[anchor=north west] at (0pt, 0pt) {Editor: HelloWorld.tex};
\node[anchor=north west] at (4pt, -12pt) {\parbox[t][.5\textwidth-27pt][t]{\textwidth-12pt}{% \node[anchor=north west] at (4pt, -12pt) {\parbox[t][.5\textwidth-27pt][t]{\textwidth-12pt}{%
\lstinputlisting[language=tex, basicstyle=\small\ttfamily]{minimal.tex} \lstinputlisting[language=tex, basicstyle=\small\ttfamily]{examples/minimal.tex}
}}; }};
\end{tikzpicture}\\[-11pt] \end{tikzpicture}\\[-11pt]
\includegraphics[angle=-90, width=.1\textwidth]{figures/texstudio-compile.pdf}\\[2pt] \includegraphics[angle=-90, width=.1\textwidth]{figures/texstudio-compile.pdf}\\[2pt]
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
\node[anchor=north west] at (0pt, 0pt) {PDF viewer: HelloWorld.pdf}; \node[anchor=north west] at (0pt, 0pt) {PDF viewer: HelloWorld.pdf};
\node[anchor=north west] at (2pt, -15pt) {\parbox[t][.4\textwidth-27pt][c]{\textwidth-12pt}{% \node[anchor=north west] at (2pt, -15pt) {\parbox[t][.4\textwidth-27pt][c]{\textwidth-12pt}{%
\centering \centering
\includegraphics{minimal.pdf} \includegraphics{examples/minimal_standalone.pdf}
}}; }};
\end{tikzpicture} \end{tikzpicture}
\end{column} \end{column}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment