Skip to content
Snippets Groups Projects
Commit 3b41ee75 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added macros in separatefile

parent 2f0d4836
No related branches found
No related tags found
No related merge requests found
Pipeline #9597 passed
\newcommand{\ux}{\bm{x}}
\newcommand{\dd}{\mathrm{d}}
\newcommand{\real}{\mathbb{R}}
\newcommand{\grad}{\mathrm{grad}}
\ No newline at end of file
...@@ -23,10 +23,10 @@ all: cours.pdf cours.html ...@@ -23,10 +23,10 @@ all: cours.pdf cours.html
# %.tex: %.md # %.tex: %.md
# pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $< # pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $<
cours.pdf: 01_rappel.md 02_integrales.md 03_optimisation.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md cours.pdf: 00_macros.md 01_rappel.md 02_integrales.md 03_optimisation.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md
pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $^ --metadata-file metadata.yaml pandoc -s $(OPTIONS) $(PDFOPTIONS) -o $@ $^ --metadata-file metadata.yaml
cours.html: 01_rappel.md 02_integrales.md 03_optimisation.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md cours.html: 00_macros.md 01_rappel.md 02_integrales.md 03_optimisation.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md
pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $^ --metadata-file metadata.yaml pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $^ --metadata-file metadata.yaml
deploy: all deploy: all
......
...@@ -16,14 +16,6 @@ documentclass: book ...@@ -16,14 +16,6 @@ documentclass: book
papersize: A4 papersize: A4
cref: false cref: false
urlcolor: blue urlcolor: blue
include-before:
- |
```{=latex}
\newcommand{\ux}{\bm{x}}
\newcommand{\dd}{\mathrm{d}}
\newcommand{\real}{\mathbb{R}}
\newcommand{\grad}{\mathrm{grad}}
```
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment