Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Inari
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
orestis.malaspin
Inari
Commits
23b0d4c3
Verified
Commit
23b0d4c3
authored
5 years ago
by
Théo Pirkl
Browse files
Options
Downloads
Patches
Plain Diff
fixes makefile md file order
parent
855ea24a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rapport/Makefile
+4
-3
4 additions, 3 deletions
rapport/Makefile
rapport/config.yaml
+2
-2
2 additions, 2 deletions
rapport/config.yaml
with
6 additions
and
5 deletions
rapport/Makefile
+
4
−
3
View file @
23b0d4c3
...
...
@@ -5,12 +5,13 @@ PDFOPTIONS = --highlight-style kate
PDFOPTIONS
+=
--lua-filter
=
meta-vars.lua
PDFOPTIONS
+=
--pdf-engine
xelatex
PDFOPTIONS
+=
--template
=
./templates/default.latex
PDFOPTIONS
+=
--top-level-division
=
chapter
PDFOPTIONS
+=
--top-level-division
=
chapter
PDFOPTIONS
+=
--filter
pandoc-citeproc
PDFOPTIONS_START
=
--template
=
./templates/extremely-blank.latex
PDFOPTIONS_START
+=
--pdf-engine
xelatex
PDFOPTIONS_START
+=
--pdf-engine
xelatex
MD
=
$(
wildcard text/
*
.md
)
MD
=
$(
sort
$(
wildcard text/
*
.md
)
)
PDF
=
$(
patsubst %.md,%.pdf,
$(
MD
))
TEX
=
$(
patsubst %.md,%.tex,
$(
MD
))
...
...
This diff is collapsed.
Click to expand it.
rapport/config.yaml
+
2
−
2
View file @
23b0d4c3
...
...
@@ -41,8 +41,8 @@ header-includes: |
\usepackage{wrapfig}
\makenoidxglossaries
\sectionfont{\fontsize{1
3
}{1
7
}\selectfont}
\subsectionfont{\fontsize{1
1
}{1
3
}\selectfont}
\sectionfont{\fontsize{1
2
}{1
5
}\selectfont}
\subsectionfont{\fontsize{1
2
}{1
5
}\selectfont}
\setlist[itemize]{label=\textbullet}
\input{text/ZZ-glossaire.tex}
---
\ No newline at end of file
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