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
0121cb35
There was a problem fetching the pipeline summary.
Commit
0121cb35
authored
6 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
modif makefile
parent
8bf20822
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+5
-1
5 additions, 1 deletion
Makefile
cours.md
+9
-0
9 additions, 0 deletions
cours.md
default.latex
+0
-9
0 additions, 9 deletions
default.latex
with
14 additions
and
10 deletions
Makefile
+
5
−
1
View file @
0121cb35
...
...
@@ -28,7 +28,7 @@ PDF=$(MD:%.md=%.pdf)
all
:
$(PNG) $(HTML) $(PDF)
figs/%.png
:
figs/%.svg
figs/%.pdf
figs/%.png
:
figs/%.svg
convert
\-
flatten
$<
$@
%.pdf
:
%.md Makefile
...
...
@@ -37,5 +37,9 @@ figs/%.png: figs/%.svg figs/%.pdf
%.html
:
%.md Makefile
pandoc
-s
$(
OPTIONS
)
$(
HTMLOPTIONS
)
-o
$@
$<
deploy
:
all
mkdir
-p
mti
cp
cours.html mti/index.html
clean
:
rm
-rf
*
.html
*
.pdf
This diff is collapsed.
Click to expand it.
cours.md
+
9
−
0
View file @
0121cb35
...
...
@@ -18,6 +18,15 @@ cref: false
urlcolor
:
blue
---
\n
ewcommand{
\d
d}{
\m
athrm{d}}
\n
ewcommand{
\r
eal}{
\m
athbb{R}}
\n
ewcommand{
\i
nteger}{
\m
athbb{Z}}
\n
ewcommand{
\d
efinition}{
\t
extbf{Definition }}
\n
ewcommand{
\e
xemples}{
\t
extbf{Exemples }}
\n
ewcommand{
\r
emarque}{
\t
extbf{Remarque }}
\n
ewcommand{
\p
roprietes}{
\t
extbf{Propriétés }}
\n
ewcommand{
\p
ropriete}{
\t
extbf{Propriété }}
# Rappel
## Fonctions
...
...
This diff is collapsed.
Click to expand it.
default.latex
+
0
−
9
View file @
0121cb35
...
...
@@ -233,15 +233,6 @@ $if(institute)$
$
endif
$
\date
{$
date
$}
\newcommand
{
\dd
}{
\mathrm
{
d
}}
\newcommand
{
\real
}{
\mathbb
{
R
}}
\newcommand
{
\integer
}{
\mathbb
{
Z
}}
\newcommand
{
\definition
}{
\textbf
{
Definition
}}
\newcommand
{
\exemples
}{
\textbf
{
Exemples
}}
\newcommand
{
\remarque
}{
\textbf
{
Remarque
}}
\newcommand
{
\proprietes
}{
\textbf
{
Propriétés
}}
\newcommand
{
\propriete
}{
\textbf
{
Propriété
}}
\begin{document}
$
if
(
title
)
$
\maketitle
...
...
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