-
Notifications
You must be signed in to change notification settings - Fork 2
/
template.saty
34 lines (33 loc) · 1.08 KB
/
template.saty
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% -*- coding: utf-8 -*-
@import: local
@import: abstract
@import: bib
@import: introduction
@import: preliminaries
document (|
title-en = {Title in English};
title-ja = {邦文標題};
author-en = {Jiro Todai};
author-ja = {東大 次郎};
supervisor-en = {Kyoin Shido};
supervisor-ja = {紫藤 匡胤};
supervisor-title = {Professor};
date = {February XXth, 20YY};
abstract-en = abstract-en;
abstract-ja = abstract-ja;
bibliography = bibliography;
acknowledgements = '<
+p{
Acknowledgement acknowledgement acknowledgement acknowledgement acknowledgement
acknowledgement acknowledgement acknowledgement, acknowledgement acknowledgement acknowledgement.
\sample-command{
Acknowledgement acknowledgement acknowledgement acknowledgement
acknowledgement acknowledgement acknowledgement
acknowledgement acknowledgement acknowledgement acknowledgement acknowledgement acknowledgement.
}
}
>;
|) '<
+chapter?:(`introduction`){Introduction}< #introduction; >
+chapter?:(`preliminaries`){Preliminaries}< #preliminaries; >
>