You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the plugin in latex. When I press the short-cut key, I want the plugin to paste the follwing in my latex file:
“”“
\begin{figure}[htbp]
\centering
\includegraphics[width=\textwidth]{path/to/image.jpg}
\caption{title of the figure}
\label{fig:example}
\end{figure}
”““
How can I configure the plugin? Deeply grateful!
The text was updated successfully, but these errors were encountered:
I want to use the plugin in latex. When I press the short-cut key, I want the plugin to paste the follwing in my latex file:
“”“
\begin{figure}[htbp]
\centering
\includegraphics[width=\textwidth]{path/to/image.jpg}
\caption{title of the figure}
\label{fig:example}
\end{figure}
”““
How can I configure the plugin? Deeply grateful!
The text was updated successfully, but these errors were encountered: