Changeset 49291 in spip-zone
- Timestamp:
- Jul 3, 2011, 2:42:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/latexwheel/wheels/spip/spip.yaml
r49290 r49291 3 3 # Si on nomme une regle, elle devient surchargeable 4 4 5 begin:6 match: ['/ begin', '/end']5 fin: 6 match: ['/debut', '/fin'] 7 7 replace: ['{', '}'] 8 8 type: str … … 14 14 # intertitres 15 15 match: ['{{{', '}}}'] 16 replace: ["\n\n\n\subsection/ begin", "/end\n\n\n"]16 replace: ["\n\n\n\subsection/debut", "/fin\n\n\n"] 17 17 # if_str: '{{{' 18 18 type: str … … 24 24 # intertitres 25 25 match: ['/(^|[^{])[{][{][{]/S', '/[}][}][}]($|[^}])/S'] 26 replace: ["$1\n\n\n\subsection/ begin", "/end\n\n\n$1"]26 replace: ["$1\n\n\n\subsection/debut", "/fin\n\n\n$1"] 27 27 if_str: '}}}}' 28 28 priority: -150 … … 32 32 # strong 33 33 match: ['{{', '}}'] 34 replace: ['\textbf/ begin', '/end']34 replace: ['\textbf/debut', '/fin'] 35 35 type: str 36 36 #if_str: '{{' … … 42 42 # strong 43 43 match: ['{', '}'] 44 replace: ['\emph/ begin', '/end']44 replace: ['\emph/debut', '/fin'] 45 45 type: str 46 46 #if_str: '{' … … 50 50 # raccourci <quote> 51 51 match: ['<quote>', '</quote>'] 52 replace: ['\begin/ beginquotation/end', '\end/beginquotation/end']52 replace: ['\begin/debutquotation/fin', '\end/debutquotation/fin'] 53 53 if_str: '<quote>' 54 54 type: str
Note: See TracChangeset
for help on using the changeset viewer.