wrote most of report
This commit is contained in:
@@ -50,7 +50,7 @@ function writeSection () {
|
||||
local x=0
|
||||
local res=""
|
||||
|
||||
[[ $note == "\n\nnull" ]] && note=""
|
||||
[[ $note == "\n\nnull" || $note == "\n\n" ]] && note=""
|
||||
|
||||
res+="\\section{$sectionName}\n\n$description\n\n\\subsection{コードリスティング}\n\n"
|
||||
|
||||
@@ -64,6 +64,8 @@ function writeSection () {
|
||||
x=$(($x+1))
|
||||
done
|
||||
|
||||
res+="\n\\section{実行結果}\n"
|
||||
|
||||
if [[ $outType == "screenshot" ]]; then
|
||||
res+="\n\\\\begin{center}\n \\includegraphics[width=\\\\textwidth]{$outContent}\n\\\\end{center}"
|
||||
elif [[ $outType == "text" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user