mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
13 lines
No EOL
352 B
Text
13 lines
No EOL
352 B
Text
# key: llfig
|
|
# name: lfig-with-text
|
|
# --
|
|
рис.~\ref{fig:$1}.
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
\includegraphics[${2:width=\textwidth}]{${3:`(shell-command-to-string "find -name \"*.png\" -type f -print0 | xargs -0 stat --format '%Y :%y %n' | sort -nr | head -n 1 | awk '{ printf $5 }'
|
|
")`}} % chktex 8
|
|
\caption{$4}%
|
|
\label{fig:$1}
|
|
\end{figure}
|
|
$0 |