diff --git a/document.yaml b/document.yaml index 5b873eb..cda6107 100644 --- a/document.yaml +++ b/document.yaml @@ -33,12 +33,12 @@ paper_config: sections: - { path: 'section/introduction.tex', newpg: false } - { path: 'section/syntax.tex', newpg: false } - - { path: 'section/p45', newpg: true } - - { path: 'section/p46', newpg: true } - - { path: 'section/p47', newpg: true } - - { path: 'section/p48', newpg: true } + - { path: 'section/p45', newpg: false } + - { path: 'section/p46', newpg: false } + - { path: 'section/p47', newpg: false } + - { path: 'section/p48', newpg: false } - { path: 'section/p49', newpg: true } - - { path: 'section/p410', newpg: true } - - { path: 'section/p411', newpg: true } + - { path: 'section/p410', newpg: false } + - { path: 'section/p411', newpg: false } - { path: 'section/p412', newpg: true } diff --git a/main.tex b/main.tex index 8d66727..433e666 100644 --- a/main.tex +++ b/main.tex @@ -25,25 +25,19 @@ \input{section/syntax.tex} \input{section/p45} - \newpage \input{section/p46} - \newpage \input{section/p47} - \newpage \input{section/p48} - \newpage \input{section/p49} \newpage \input{section/p410} - \newpage \input{section/p411} - \newpage \input{section/p412} \newpage diff --git a/output/main-opt-final.pdf b/output/main-opt-final.pdf new file mode 100644 index 0000000..9b78481 Binary files /dev/null and b/output/main-opt-final.pdf differ diff --git a/output/main.pdf b/output/main.pdf index 7926dd8..e191cfe 100644 Binary files a/output/main.pdf and b/output/main.pdf differ