update
This commit is contained in:
parent
a79d246780
commit
f89181f459
2 changed files with 78 additions and 66 deletions
|
|
@ -1,14 +1,24 @@
|
|||
############## Figures ##############
|
||||
snippet fig "Figure" b
|
||||
\begin{figure}
|
||||
snippet svgfig "Figures from inkscape PDF+PDF_tex" b
|
||||
\begin{figure}[htbp]
|
||||
\centering
|
||||
\includegraphics[width=\figsize]{figures/$1}
|
||||
\caption{$0}
|
||||
\label{fig:$1}
|
||||
\def\svgwidth{0.99\textwidth}
|
||||
\import{figures/$1.pdf_tex}
|
||||
\caption{$2}
|
||||
\label{$1}
|
||||
\end{figure}
|
||||
endsnippet
|
||||
|
||||
snippet 2fig "Two Figures" b
|
||||
snippet sfig "Single figure" b
|
||||
\begin{figure}[htbp]
|
||||
\centering
|
||||
\input{figures/$1}
|
||||
\caption{$2}
|
||||
\label{$1}
|
||||
\end{figure}
|
||||
endsnippet
|
||||
|
||||
snippet dfig "Double figures" b
|
||||
\begin{figure}
|
||||
\begin{subfigure}{\dfigsize}
|
||||
\centering
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue