Created
December 4, 2017 10:34
-
-
Save 3846masa/d19c0451239d57ac0f0dee328d8390ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% | |
var position = (config.position || '')[0] || 'tb'; | |
delete config.position; | |
-%> | |
\begin{figure}[<%= position %>] | |
\centering | |
\includegraphics[<%= utils.stringify(config) %>]{<%= url %>} | |
<% if (caption) { -%> | |
\caption{<%= caption.replace(/\n/g, '\\protect\\\\%\n') %>}<%= label %> | |
<% } -%> | |
\end{figure} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment