Changes between Version 3 and Version 4 of Latex code
- Timestamp:
- Apr 20, 2012 9:31:26 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Latex code
v3 v4 3 3 * Item 4 4 {{{ 5 #!sql6 5 \begin{type_de_liste} 7 6 \item Premièrement … … 12 11 * Extension picins et picinpar 13 12 {{{ 14 #!sql15 13 \parpic(largeur,hauteur)(decalx,decaly)[options][position]{objet} [[BR]] 16 14 Dans les options : l, r, f, d, o, s, x [[BR]] 17 15 Dans position : l, r, t, b [[BR]] 18 16 }}} 17 * Numerotation figure 1, 2, 3... sans changement dans les sections 18 {{{ 19 \usepackage{caption} 20 \captionsetup{figurewithin=none} 21 \captionsetup{tablewithin=none} 22 }}}