Skip to content

Commit e78567e

Browse files
author
Clément
committed
Minor improvments in header.
1 parent 81642f3 commit e78567e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

md_version/main.pdf

-2.46 KB
Binary file not shown.

md_version/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tex: main.md
3939
@pandoc $(PANDOC_OPTIONS) -s $< -o main.tex
4040
@mkdir -p ../tex_version/
4141
@cp -r main.tex fonts/ references/ pictures/ pdf/ code/ ../tex_version/
42-
sed -i '1i % !TeX program = xelatex\n% !BIB program = biber\n\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n% Welcome! Do not anything until "%%% To be filled %" %\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n' ../tex_version/main.tex
42+
@sed -i '1i % !TeX program = xelatex\n% !BIB program = biber\n\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n% Welcome! Do not anything until "%%% To be filled %" %\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n' ../tex_version/main.tex
4343
@echo "Your .tex version is available at ../tex_version/. Compile with latexmk -pdf -xelatex main.tex"
4444

4545
# This recipe checks that the md and tex version produce identical pdfs.

md_version/templates/head_b.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@
245245
}
246246
\makeatother
247247

248+
\pagestyle{empty}
249+
248250
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
249251
% Names of tables and captions %
250252
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

0 commit comments

Comments
 (0)