added programs

This commit is contained in:
2025-04-30 01:50:13 +09:00
parent 6acb05157f
commit 88519283e1
20 changed files with 132 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ function writeSection () {
x=$(($x+1))
done
res+="\n\\section{実行結果}\n"
res+="\n\\subsection{実行結果}\n"
if [[ $outType == "screenshot" ]]; then
res+="\n\\\\begin{center}\n \\includegraphics[width=\\\\textwidth]{$outContent}\n\\\\end{center}"