:sparkling: add texamples

This commit is contained in:
DannyDannyDanny 2022-09-23 11:26:04 +02:00
parent e7c462a90f
commit 463677c850
2 changed files with 35 additions and 0 deletions

View file

@ -1,19 +0,0 @@
% https://tex.stackexchange.com/a/51766
\documentclass[crop,tikz,convert={outext=.svg,command=\unexpanded{pdf2svg \infile\space\outfile}},multi=false]{standalone}[2012/04/13]
%\usetikzlibrary{...}% tikz package already loaded by 'tikz' option
\makeatletter
\begin{document}
\begin{tikzpicture}
\draw (0,0) -- (10,10); % ...
\draw (10,0) -- (0,10); % ...
\draw (5,0) -- (0,10); % ...
\node at (5,5) {Lorem ipsum at domine standalonus};
\end{tikzpicture}
\end{document}