Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
math_tech_info
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
orestis.malaspin
math_tech_info
Commits
3b41ee75
Commit
3b41ee75
authored
5 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
added macros in separatefile
parent
2f0d4836
Branches
multiple_files
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#9597
passed
5 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
00_macros.md
+5
-0
5 additions, 0 deletions
00_macros.md
Makefile
+2
-2
2 additions, 2 deletions
Makefile
metadata.yaml
+0
-8
0 additions, 8 deletions
metadata.yaml
with
7 additions
and
10 deletions
00_macros.md
0 → 100644
+
5
−
0
View file @
3b41ee75
\n
ewcommand{
\u
x}{
\b
m{x}}
\n
ewcommand{
\d
d}{
\m
athrm{d}}
\n
ewcommand{
\r
eal}{
\m
athbb{R}}
\n
ewcommand{
\g
rad}{
\m
athrm{grad}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
2
View file @
3b41ee75
...
...
@@ -23,10 +23,10 @@ all: cours.pdf cours.html
# %.tex: %.md
# 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
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
deploy
:
all
...
...
This diff is collapsed.
Click to expand it.
metadata.yaml
+
0
−
8
View file @
3b41ee75
...
...
@@ -16,14 +16,6 @@ documentclass: book
papersize
:
A4
cref
:
false
urlcolor
:
blue
include-before
:
-
|
```{=latex}
\newcommand{\ux}{\bm{x}}
\newcommand{\dd}{\mathrm{d}}
\newcommand{\real}{\mathbb{R}}
\newcommand{\grad}{\mathrm{grad}}
```
---
...
...
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