init files
This commit is contained in:
commit
7a0cff6477
2 changed files with 14 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Bywyd
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Placer le fichier [`bywyd.sty`](./bywyd.sty) au même niveau que votre `.tex`.
|
||||||
|
|
||||||
|
Dans le fichier `.tex` :
|
||||||
|
|
||||||
|
```latex
|
||||||
|
\usepackage{bywyd}
|
||||||
|
```
|
3
bywyd.sty
Normal file
3
bywyd.sty
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
|
||||||
|
\ProvidesPackage{bywyd}[2023/11/12 LimeCV Template]
|
Loading…
Reference in a new issue