Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| recherche:latex:start [08/06/2018 14:58] – créée aurelien.villani | recherche:latex:start [24/07/2018 14:08] (Version actuelle) – aurelien.villani | ||
|---|---|---|---|
| Ligne 21: | Ligne 21: | ||
| * se compile avec latex, ou pdflatex si on donne l' | * se compile avec latex, ou pdflatex si on donne l' | ||
| - | ==== Make your own package ==== | + | ====== |
| Ligne 27: | Ligne 27: | ||
| Open a file " | Open a file " | ||
| - | <code:latex> | + | <Code:latex> |
| %% some stuff ... | %% some stuff ... | ||
| Ligne 43: | Ligne 43: | ||
| %% some other stuff ... | %% some other stuff ... | ||
| - | </code> | + | </Code> |
| Put this file in a folder " | Put this file in a folder " | ||
| You you shell rc (~/.bashrc , ~/.zshrc , etc), export this path: | You you shell rc (~/.bashrc , ~/.zshrc , etc), export this path: | ||
| - | <code:shell> | + | <Code:shell> |
| export TEXMFHOME=path to the previous folder/ | export TEXMFHOME=path to the previous folder/ | ||
| - | </code> | + | </Code> |
| Now you can use it as any other package. | Now you can use it as any other package. | ||