modified scripts

This commit is contained in:
Kenryu Shibata
2025-10-27 16:03:09 +09:00
parent a1ad6aadd9
commit 3320e09952
6 changed files with 66 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
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
iabbrev <buffer> cas <Esc>i\section{.}<CR><CR><CR><CR>\lstinputlisting[language=C,title={.}]{.}<CR><CR>\subsection{実行結果}<CR><CR>\begin{figure}[tbh]<CR>\centering<CR>\includegraphics[width=12cm]{.}<CR>\caption{.}<CR>\end{figure}<ESC>10k0f.vc
augroup END