Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
talks
Commits
c3b8c3f0
Commit
c3b8c3f0
authored
May 19, 2019
by
Valentin Bruch
Browse files
LaTeX workshop hello world example: corrected standalone pdf
parent
165387f9
Changes
4
Hide whitespace changes
Inline
Side-by-side
workshops/latex/compile.sh
View file @
c3b8c3f0
...
...
@@ -7,6 +7,5 @@ do
rm
$i
.log
done
cd
..
pdflatex minimal.tex
pdflatex latex.tex
pdflatex latex.tex
\ No newline at end of file
pdflatex latex.tex
workshops/latex/minimal.tex
→
workshops/latex/
examples/
minimal.tex
View file @
c3b8c3f0
File moved
workshops/latex/examples/minimal_standalone.tex
0 → 100644
View file @
c3b8c3f0
\documentclass
[ngerman]
{
standalone
}
\begin{document}
Hallo Welt!
\end{document}
workshops/latex/latex.tex
View file @
c3b8c3f0
...
...
@@ -65,7 +65,7 @@
(2pt,-15pt) rectangle (
\textwidth
-2pt, -.5
\textwidth
+2pt);
\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
}{
%
\lstinputlisting
[language=tex, basicstyle=\small\ttfamily]
{
minimal.tex
}
\lstinputlisting
[language=tex, basicstyle=\small\ttfamily]
{
examples/
minimal.tex
}
}}
;
\end{tikzpicture}
\\
[-11pt]
\includegraphics
[angle=-90, width=.1\textwidth]
{
figures/texstudio-compile.pdf
}
\\
[2pt]
...
...
@@ -77,7 +77,7 @@
\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
}{
%
\centering
\includegraphics
{
minimal
.pdf
}
\includegraphics
{
examples/minimal
_
standalone
.pdf
}
}}
;
\end{tikzpicture}
\end{column}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment