Setup project

This commit is contained in:
2025-05-21 22:08:41 +09:00
parent 5beaf8abf0
commit ff77070655
4 changed files with 15 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ BIBFLAGS := --input-directory=$(OUTDIR) --output-directory=$(OUTDIR)/
PRINTFORMAT := "\033[1;92;49m%s\033[m\n" PRINTFORMAT := "\033[1;92;49m%s\033[m\n"
USE_MARKDOWN := true USE_MARKDOWN := false
MARKDOWNS := $(wildcard markdown/*.md) MARKDOWNS := $(wildcard markdown/*.md)
MARKDOWN_OUTPUTS := $(patsubst markdown/%.md,md-out/%.tex,$(MARKDOWNS)) MARKDOWN_OUTPUTS := $(patsubst markdown/%.md,md-out/%.tex,$(MARKDOWNS))

View File

@@ -1,2 +1,3 @@
# CHANGEME # information-processing-1_9th-class
Assignment for 9th class of Information Processing I.

View File

@@ -1,23 +1,23 @@
doc_class: nitreport doc_class: nitreport
title: Insert Title Here title: 第9回課題
author: author:
name: 高専 太郎 name: 柴田 健琉
student_id: 0000-01 student_id: 2024D14
seating_number: 1 seating_number: 15
date: date:
year: 令和7年 year: 令和7年
month: aa month: 05
day: bb day: 21
turnin: turnin:
year: 令和7年 year: 令和7年
month: cc month: 06
day: dd day: 23
school_name: abc高専 school_name: 岐阜工業高等専門学校
department: 一般 department: 電子制御工学
subject: 〇〇概論 subject: 情報処理I
professor: □□教員 professor: 岡崎 憲一
paper_config: paper_config:
include_cover_page: true include_cover_page: true
@@ -32,5 +32,4 @@ paper_config:
sections: sections:
- { path: 'section/introduction.tex', newpg: true } - { path: 'section/introduction.tex', newpg: true }
- { path: 'md-out/test.tex', newpg: false }

View File

@@ -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