finished writting

This commit is contained in:
2024-11-06 17:44:59 +09:00
parent 75d7ebab7b
commit a4d93330c0
5 changed files with 129 additions and 180 deletions

View File

@@ -1,4 +1,4 @@
NAME=CHANGEME
NAME=art-self-expression-report
RM=/bin/rm
TEX=lualatex
BIB=biber
@@ -11,13 +11,11 @@ PRINTFORMAT="\033[1;92;49m%s\033[m\n"
all:
@mkdir -p output
@printf ${PRINTFORMAT} "[1/4] First Compilation"
@printf ${PRINTFORMAT} "[1/3] First Compilation"
${TEX} ${TEXFLAGS} ./src/${NAME}.tex
@printf ${PRINTFORMAT} "[2/4] Bib Generation"
${BIB} ${BIBFLAGS} ${NAME}
@printf ${PRINTFORMAT} "[3/4] Second Compilation"
@printf ${PRINTFORMAT} "[2/3] Second Compilation"
${TEX} ${TEXFLAGS} ./src/${NAME}.tex
@printf ${PRINTFORMAT} "[4/4] Final Compilation"
@printf ${PRINTFORMAT} "[3/3] Final Compilation"
${TEX} ${TEXFLAGS} ./src/${NAME}.tex
clean: