Skip to content

Commit

Permalink
Minor improvments in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Dec 24, 2024
1 parent 81642f3 commit e78567e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified md_version/main.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion md_version/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tex: main.md
@pandoc $(PANDOC_OPTIONS) -s $< -o main.tex
@mkdir -p ../tex_version/
@cp -r main.tex fonts/ references/ pictures/ pdf/ code/ ../tex_version/
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
@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
@echo "Your .tex version is available at ../tex_version/. Compile with latexmk -pdf -xelatex main.tex"

# This recipe checks that the md and tex version produce identical pdfs.
Expand Down
2 changes: 2 additions & 0 deletions md_version/templates/head_b.tex
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@
}
\makeatother

\pagestyle{empty}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Names of tables and captions %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit e78567e

Please sign in to comment.