Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SAÉ 2.03
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Anas Sibarni
SAÉ 2.03
Commits
600094a8
Commit
600094a8
authored
1 month ago
by
Mohamed El Amine Yahiaoui
Browse files
Options
Downloads
Patches
Plain Diff
ajout dinstruction au modification du readme.md
parent
2284711b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
rapport.html
+9
-7
9 additions, 7 deletions
rapport.html
rapport.md
+7
-0
7 additions, 0 deletions
rapport.md
readme.md
+20
-13
20 additions, 13 deletions
readme.md
with
36 additions
and
20 deletions
rapport.html
+
9
−
7
View file @
600094a8
...
@@ -435,13 +435,12 @@ Debian</p></li>
...
@@ -435,13 +435,12 @@ Debian</p></li>
<li><p>
L’un des atouts de Debian fut le nombre d’architecture (≈
<li><p>
L’un des atouts de Debian fut le nombre d’architecture (≈
processeurs) officiellement prises en charge. Combien et lesquelles sont
processeurs) officiellement prises en charge. Combien et lesquelles sont
prises en charge par la version Bullseye ?
<br
/>
prises en charge par la version Bullseye ?
<br
/>
>
Les architecture supporter par Debian sons presque indenonbrable si
>
Les architecture supporter par Debian sont au nombre de 10
on compte les version non officierl, voici les arcitechture supporter
officielement, voici les arcitechture supporter officielement:
>
- PC
officielement:
>
- PC 64 bits (amd64)
>
- ARM64 bits (AArch64)
>
-
64 bits (amd64)
>
- ARM64 bits (AArch64)
>
- ARM EABI (armel)
>
-
ARM EABI (armel)
>
- ARM avec unité de calcul flottant (armhf)
>
-
ARM avec unité de calcul flottant (armhf)
>
- PC 32 bits (i386)
>
-
PC 32 bits (i386)
>
- MIPS (grand boutiste)
>
- MIPS (petit
MIPS (grand boutiste)
>
- MIPS (petit boutiste)
>
- MIPS 64 bits
boutiste)
>
- MIPS 64 bits (petit boutiste)
>
- Processeurs POWER
(petit boutiste)
>
- Processeurs POWER
>
- IBM System
<br
/>
>
- IBM System
<br
/>
<a
<a
href=
"https://www.debian.org/releases/bullseye/index.fr.html"
>
Source
</a></p></li>
href=
"https://www.debian.org/releases/bullseye/index.fr.html"
>
Source
</a></p></li>
<li><p>
Première version avec un nom de code
<br
/>
<li><p>
Première version avec un nom de code
<br
/>
...
@@ -512,6 +511,9 @@ grandement l’écriture des lignes de commande</p></li>
...
@@ -512,6 +511,9 @@ grandement l’écriture des lignes de commande</p></li>
<li><p><strong><em>
neofetch
</em></strong>
: pas très utile
</p></li>
<li><p><strong><em>
neofetch
</em></strong>
: pas très utile
</p></li>
</ol></li>
</ol></li>
</ul>
</ul>
<p>
Utilisation de git: ´´´sh git config –global user.name “Prénom Nom” ①
git config –global user.email “votre@email” ② git config –global
init.defaultBranch “master” ③ ´´´
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
rapport.md
+
7
−
0
View file @
600094a8
...
@@ -226,3 +226,10 @@ Modifier votre configuration (et recommencez l’installation) afin de :
...
@@ -226,3 +226,10 @@ Modifier votre configuration (et recommencez l’installation) afin de :
3. ***bash-completion*** : va vous simplifier grandement l’écriture des lignes de commande
3. ***bash-completion*** : va vous simplifier grandement l’écriture des lignes de commande
4. ***neofetch*** : pas très utile
4. ***neofetch*** : pas très utile
Utilisation de git:
´´´sh
git config --global user.name "Prénom Nom" ①
git config --global user.email "votre@email" ②
git config --global init.defaultBranch "master" ③
´´´
This diff is collapsed.
Click to expand it.
readme.md
+
20
−
13
View file @
600094a8
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
-
SIBARNI Anas
-
SIBARNI Anas
-
ACHOUCH Anas
-
ACHOUCH Anas
- YAHIAOUI Mohamed El Amine
- YAHIAOUI Mohamed El Amine
---
## Procédures Compilation
## Procédures Compilation
...
@@ -14,39 +15,45 @@ Pandoc est un outils de conversion en ligne de commande qui recupere un fichier
...
@@ -14,39 +15,45 @@ Pandoc est un outils de conversion en ligne de commande qui recupere un fichier
#### Première étape : Installer Pandoc
#### Première étape : Installer Pandoc
Debian :
Debian :
```
sh
```
sh
#Installer pandoc et dn support LATEX pour les PDF
sudo
apt
install
pandoc
sudo
apt
install
pandoc
sudo
apt
install
pandoc-citeproc
sudo
apt
install
pandoc-citeproc
```
```
#### Convertire md en pdf
#### PDF
```
sh
```
sh
pandoc <
nom-fichier
>.md
-o
<
n
>.pdf
pandoc <
entre
>.md
-o
<
sortie
>.pdf
```
```
#### HTML
#### Convertire en HTML avec un tamplate
necessite un
#### install la commande pour le template
#### install la commande pour le template
on fait une copie du template.
```
bash
```
bash
# Clones repo to /tmp and copies templates to ~/.pandoc/templates
# Clones repo to /tmp and copies templates to ~/.pandoc/templates
curl
'https://raw.githubusercontent.com/ryangrose/easy-pandoc-templates/master/copy_templates.sh'
| bash
curl
'https://raw.githubusercontent.com/ryangrose/easy-pandoc-templates/master/copy_templates.sh'
| bash
```
```
#### utilisation du template avec pandoc
#### Compilation du PDF avec template
voici une commande permettan de compiler un ficier html avce un template, et quelques option personaliser comme le nom du fichier et le titre.
voici le lien du template open source
[
Source
](
https://github.com/ryangrose/easy-pandoc-templates
)
```
bash
```
bash
# pandoc source.md -o destination.html --template=template_name.html
# pandoc source.md -o destination.html --template=template_name.html
pandoc rapport.md
-f
markdown
-o
rapport.html
--template
=
easy_template.html
--toc
--metadata
title
=
"SAÉ 2.03: Semaine 06 - GRP A7"
pandoc rapport.md
-f
markdown
-o
rapport.html
--template
=
easy_template.html
--toc
--metadata
title
=
"SAÉ 2.03: Semaine 06 - GRP A7"
```
```
#### Convertire en HTML avec un tamplate
#### Convertire en HTML avec un tamplate
Curl
Curl
```
sh
```
sh
'https://raw.githubusercontent.com/ryangrose/easy-pandoc-templates/master/copy_templates.sh'
| bash
'https://raw.githubusercontent.com/ryangrose/easy-pandoc-templates/master/copy_templates.sh'
| bash
```
```
Voici les commande principale de conversion dans notre contexe:
---
### Resumer code a executer
```
sh
sudo
apt
install
pandoc
sudo
apt
install
pandoc-citeproc
pandoc rapport.md
-o
rapport.pdf
curl
'https://raw.githubusercontent.com/ryangrose/easy-pandoc-templates/master/copy_templates.sh'
| bash
pandoc rapport.md
-f
markdown
-o
rapport.html
--template
=
easy_template.html
--toc
--metadata
title
=
"SAÉ 2.03: Semaine 06 - GRP A7"
```
\ No newline at end of file
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