embed files along with file citation
This commit is contained in:
parent
e31be8b00f
commit
351f86f9bb
3 changed files with 8 additions and 6 deletions
|
@ -32,10 +32,11 @@ Options disponibles :
|
|||
|
||||
Commandes disponibles :
|
||||
|
||||
| Commande | Utilité |
|
||||
| :-----------------------------------: | :--------------------------- |
|
||||
| `\ul{texte}` | Souligne du texte |
|
||||
| `\hl{texte}` ou `\hl[couleur]{texte}` | Met en surbrillance du texte |
|
||||
| Commande | Utilité |
|
||||
| :-----------------------------------: | :--------------------------------------------------------------------------------- |
|
||||
| `\ul{texte}` | Souligne du texte |
|
||||
| `\hl{texte}` ou `\hl[couleur]{texte}` | Met en surbrillance du texte |
|
||||
| `\code[minted-opts]{lang}{filepath}` | Ajoute un fichier via minted `\inputminted` et l'ajoute en pièce jointe du fichier |
|
||||
|
||||
## [Exemples](./examples)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ all: $(PDF)
|
|||
$(PDF): %.pdf: %.tex
|
||||
$(TEXMK) $<
|
||||
|
||||
EXTS = aux fdb_latexmk fls log nav out snm synctex.gz toc vrb
|
||||
EXTS = atfi aux fdb_latexmk fls log nav out snm synctex.gz toc vrb
|
||||
clean:
|
||||
$(RM) $(PDF) \
|
||||
$(foreach i,$(NAMES),_minted-$(i)/) \
|
||||
|
|
|
@ -17,8 +17,9 @@
|
|||
\ProcessOptions
|
||||
\ifoption@code
|
||||
% Intégration code
|
||||
\RequirePackage{minted}
|
||||
\RequirePackage{minted,embedfile}
|
||||
\usemintedstyle{emacs}
|
||||
\NewDocumentCommand{\code}{O{}mm}{\inputminted[#1]{#2}{#3}\embedfile{#3}}
|
||||
\fi
|
||||
\ifoption@fr
|
||||
% Langue
|
||||
|
|
Loading…
Reference in a new issue