diff --git a/Makefile b/Makefile index a168c6f..7605ed6 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ BIBFLAGS := --input-directory=$(OUTDIR) --output-directory=$(OUTDIR)/ PRINTFORMAT := "\033[1;92;49m%s\033[m\n" -USE_MARKDOWN := true +USE_MARKDOWN := false MARKDOWNS := $(wildcard markdown/*.md) MARKDOWN_OUTPUTS := $(patsubst markdown/%.md,md-out/%.tex,$(MARKDOWNS)) diff --git a/README.md b/README.md index 03caad5..1515fed 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# CHANGEME +# information-processing-1_9th-class +Assignment for 9th class of Information Processing I. diff --git a/document.yaml b/document.yaml index c49334c..9f2b6df 100644 --- a/document.yaml +++ b/document.yaml @@ -1,23 +1,23 @@ doc_class: nitreport -title: Insert Title Here +title: 第9回課題 author: - name: 高専 太郎 - student_id: 0000-01 - seating_number: 1 + name: 柴田 健琉 + student_id: 2024D14 + seating_number: 15 date: year: 令和7年 - month: aa月 - day: bb日 + month: 05月 + day: 21日 turnin: year: 令和7年 - month: cc月 - day: dd日 + month: 06月 + day: 23日 -school_name: abc高専 -department: 一般科 -subject: 〇〇概論 -professor: □□教員 +school_name: 岐阜工業高等専門学校 +department: 電子制御工学科 +subject: 情報処理I +professor: 岡崎 憲一 paper_config: include_cover_page: true @@ -32,5 +32,4 @@ paper_config: sections: - { path: 'section/introduction.tex', newpg: true } - - { path: 'md-out/test.tex', newpg: false } diff --git a/markdown/test.md b/markdown/test.md deleted file mode 100644 index 9fdd1bf..0000000 --- a/markdown/test.md +++ /dev/null @@ -1,18 +0,0 @@ -# Hi - -| x | y | -| --- | --- | -| 0 | 0 | -| 1 | 1 | -| 2 | 2 | -| 3 | 3 | -| 4 | 4 | - -* i1 -* i2 -* i3 - -1. n1 -2. n2 -3. n3 -