Changeset 50079 in spip-zone
- Timestamp:
- Jul 29, 2011, 4:46:09 PM (10 years ago)
- Location:
- _galaxie_/programmer.spip.org/plugin_latex
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/programmer.spip.org/plugin_latex/latex_article_direct.html
r49424 r50079 1 1 #HTTP_HEADER{content-type:text/plain} 2 <BOUCLE_articles(ARTICLES){id_article}> 2 <BOUCLE_articles(ARTICLES){id_article}>[(#MODELE{index_article,id_article})] 3 3 [(#REM) Les articles directement dans une rubrique, on met section] 4 4 -
_galaxie_/programmer.spip.org/plugin_latex/latex_chapitre.html
r49424 r50079 5 5 6 6 7 <BOUCLE_articles(ARTICLES){id_rubrique}{par num titre}> 7 <BOUCLE_articles(ARTICLES){id_rubrique}{par num titre}>[(#MODELE{index_article,id_article})] 8 8 9 9 -
_galaxie_/programmer.spip.org/plugin_latex/latex_parties.html
r49420 r50079 6 6 7 7 8 <BOUCLE_articles(ARTICLES){id_rubrique}{par num titre}> 8 <BOUCLE_articles(ARTICLES){id_rubrique}{par num titre}>[(#MODELE{index_article,id_article})] 9 9 [(#REM) Les articles directement dans une rubrique, on met section] 10 10 \input{inclus/article_direct#ID_ARTICLE} -
_galaxie_/programmer.spip.org/plugin_latex/latex_plan.html
r49420 r50079 9 9 \maketitle 10 10 <BOUCLE_lang(RUBRIQUES){lang}{racine}> 11 <BOUCLE_articles(ARTICLES){id_rubrique}{par num titre}> 11 <BOUCLE_articles(ARTICLES){id_rubrique}{par num titre}>[(#MODELE{index_article,id_article})] 12 12 [(#REM) Les articles directement dans une rubrique, on met section] 13 13 \input{inclus/article_direct#ID_ARTICLE} … … 22 22 #FILTRE{latex_recuperer_php} 23 23 24 % Index 25 26 \printindex 24 27 % Tables des matières 25 28 \setcounter{tocdepth}{4} -
_galaxie_/programmer.spip.org/plugin_latex/preambule.html
r49447 r50079 13 13 \usepackage[table]{xcolor} 14 14 \usepackage{framed} 15 \usepackage{makeidx} 16 \makeindex 15 17 \definecolor{lignespaires}{gray}{0.9} 16 18 \definecolor{lignesimpaires}{gray}{0.8}
Note: See TracChangeset
for help on using the changeset viewer.