Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ICHLL11 Article
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alice Brenon
ICHLL11 Article
Commits
65eb03f6
Commit
65eb03f6
authored
8 months ago
by
Alice Brenon
Browse files
Options
Downloads
Patches
Plain Diff
Go XeLaTeX and use Libertinus font
parent
b22990bc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ICHLL_Brenon.md
+1
-0
1 addition, 0 deletions
ICHLL_Brenon.md
Makefile
+2
-1
2 additions, 1 deletion
Makefile
with
3 additions
and
1 deletion
ICHLL_Brenon.md
+
1
−
0
View file @
65eb03f6
...
...
@@ -10,6 +10,7 @@ classoption:
-
english
- a4paper
- 12pt
mainfont
:
"
Libertinus
Serif"
header-includes
:
-
\usepackage{textalpha}
- \usepackage{hyperref}
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
1
View file @
65eb03f6
...
...
@@ -4,6 +4,7 @@ FILTERS = pandoc-secnos pandoc-fignos
FILE_NAME
=
ICHLL_Brenon
DOCX_STYLE
=
ICHLL_STYLESHEET.docx
DEPEDENCIES
=
$(
FIGURES:%
=
ressources/%.png
)
$(
SNIPPETS:%.md
=
%.png
)
biblio.bib
PANDOC_OPTIONS
=
--pdf-engine
=
xelatex
all
:
$(FILE_NAME).pdf $(FILE_NAME).docx
...
...
@@ -11,7 +12,7 @@ ICHLL_Brenon.pdf: $(DEPEDENCIES)
ICHLL_Brenon.docx
:
$(DEPEDENCIES)
%.pdf
:
%.md
LANG
=
fr_FR.UTF-8 pandoc
$<
$(
FILTERS:%
=
--filter
%
)
--bibliography
=
biblio.bib
--csl
=
apa.csl
--citeproc
-o
$@
LANG
=
fr_FR.UTF-8 pandoc
$(
PANDOC_OPTIONS
)
$<
$(
FILTERS:%
=
--filter
%
)
--bibliography
=
biblio.bib
--csl
=
apa.csl
--citeproc
-o
$@
%.png
:
%.pdf
pdftocairo
-png
-singlefile
-r
400
$^
$(
basename
$@
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment