mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-14 16:26:13 +09:00
4 lines
266 B
VimL
4 lines
266 B
VimL
augroup latex_info_procs_abbr
|
|
iabbrev <buffer> cas <Esc>i\section{.}<CR><CR><CR><CR>\lstinputlisting[language=C,title={.}]{.}<CR><CR>\subsection{実行結果}<CR><CR>\begin{center}<CR><Tab>\includegraphics[width=12cm]{.}<CR>\end{center}<ESC>10k0f.vc
|
|
augroup END
|