Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isc_physics
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
isc_physics
Commits
81cfab0b
Commit
81cfab0b
authored
4 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
added remerciements
parent
15ea3555
No related branches found
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
04_remerciements.md
+7
-0
7 additions, 0 deletions
04_remerciements.md
Makefile
+6
-2
6 additions, 2 deletions
Makefile
with
13 additions
and
2 deletions
04_remerciements.md
0 → 100644
+
7
−
0
View file @
81cfab0b
# Remerciements
Je voudrais remercier (par ordre alphabétique) les contributeurs à ce cours
qui ont contribué à améliorer ce polycopié. En espérant que cette liste
continuera à s’allonger avec les années. Merci à Messieurs
Cavagna, et El Kharroubi.
This diff is collapsed.
Click to expand it.
Makefile
+
6
−
2
View file @
81cfab0b
...
...
@@ -20,10 +20,10 @@ HTMLOPTIONS += --mathjax=MathJax.js
all
:
cours.pdf cours.html
cours.pdf
:
00_macros.md 01_analyse_dimensionnelle.md 02_lois_de_newton.md 03_charge_electrique_champs_electrique.md 10_footer.md
cours.pdf
:
00_macros.md 01_analyse_dimensionnelle.md 02_lois_de_newton.md 03_charge_electrique_champs_electrique.md
04_remerciements.md
10_footer.md
pandoc
-s
$(
OPTIONS
)
$(
PDFOPTIONS
)
-o
$@
$^
--metadata-file
metadata.yaml
cours.html
:
00_macros.md 01_analyse_dimensionnelle.md 02_lois_de_newton.md 03_charge_electrique_champs_electrique.md 10_footer.md
cours.html
:
00_macros.md 01_analyse_dimensionnelle.md 02_lois_de_newton.md 03_charge_electrique_champs_electrique.md
04_remerciements.md
10_footer.md
pandoc
-s
$(
OPTIONS
)
$(
HTMLOPTIONS
)
-o
$@
$^
--metadata-file
metadata.yaml
hakyll_gen
:
Analyse_Dimensionnelle.markdown Lois_de_Newton.markdown Charge_Electrique_Champs_Electrique.markdown
...
...
@@ -40,6 +40,10 @@ Charge_Electrique_Champs_Electrique.markdown: 00_macros.md 03_charge_electrique_
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 03_charge_electrique_champs_electrique.md | head -n 1
)
\n
mathjax: on
\n
---"
$@
Remerciements.markdown
:
00_macros.md 04_remerciements.md 10_footer.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 03_charge_electrique_champs_electrique.md | head -n 1
)
\n
mathjax: on
\n
---"
$@
deploy
:
all
mkdir
-p
phys
cp
cours.html phys/index.html
...
...
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