recherche:latex:start

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
recherche:latex:start [08/06/2018 14:58] – créée aurelien.villanirecherche: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'option "pdf" à la classe.     * se compile avec latex, ou pdflatex si on donne l'option "pdf" à la classe.
  
-==== Make your own package ====+======  Make your own package ======
  
  
Ligne 27: Ligne 27:
 Open a file "my\_own\_notations.sty" Open a file "my\_own\_notations.sty"
  
-<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 "texmf/tex/latex/local/my\_own\_notations.sty". Put this file in a folder "texmf/tex/latex/local/my\_own\_notations.sty".
  
 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/texmf export TEXMFHOME=path to the previous folder/texmf
-</code>+</Code>
  
 Now you can use it as any other package. Now you can use it as any other package.
  • recherche/latex/start.1528462686.txt.gz
  • Dernière modification : 08/06/2018 14:58
  • de aurelien.villani