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
84eaf957
Commit
84eaf957
authored
4 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
added empty newlines at the end and updated makefile
parent
3485da9f
No related branches found
No related tags found
No related merge requests found
Pipeline
#12502
passed
4 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
10_footer.md
+1
-0
1 addition, 0 deletions
10_footer.md
Makefile
+14
-0
14 additions, 0 deletions
Makefile
with
16 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
84eaf957
...
...
@@ -5,3 +5,4 @@
*.backup
*.pdf
*.html
*.markdown
This diff is collapsed.
Click to expand it.
10_footer.md
+
1
−
0
View file @
84eaf957
...
...
@@ -15,3 +15,4 @@ les jointures des articulation $\mu_k=0.01$.
[
^6
]:
A
titre d'exemple, pour un contact bois sur bois, on a $
\m
u_s=0.4$, pour du caoutchouc sur du béton $
\m
u_s=1$, et pour
les jointures des articulation $
\m
u_s=0.01$.
This diff is collapsed.
Click to expand it.
Makefile
+
14
−
0
View file @
84eaf957
...
...
@@ -26,6 +26,20 @@ cours.pdf: 00_macros.md 01_analyse_dimensionnelle.md 02_lois_de_newton.md 03_cha
cours.html
:
00_macros.md 01_analyse_dimensionnelle.md 02_lois_de_newton.md 03_charge_electrique_champs_electrique.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
Analyse_Dimensionnelle.markdown
:
00_macros.md 01_analyse_dimensionnelle.md 10_footer.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 01_rappel.md | head -n 1
)
\n
mathjax: on
\n
---"
$@
Lois_de_Newton.markdown
:
00_macros.md 02_lois_de_newton.md 10_footer.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 01_rappel.md | head -n 1
)
\n
mathjax: on
\n
---"
$@
Charge_Electrique_Champs_Electrique.markdown
:
00_macros.md 03_charge_electrique_champs_electrique.md 10_footer.md
cat
$^
>
$@
sed
-i
"1i ---
\n
date:
$(
shell git log --follow -p -1 --format=%cd --date=format:'%Y-%m-%d' -- 01_rappel.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