2014-11-15 23:55:13 +00:00
|
|
|
created: 20141108184809586
|
2022-04-24 20:45:06 +00:00
|
|
|
modified: 20220419215154259
|
2014-11-15 23:55:13 +00:00
|
|
|
tags: $:/tags/Macro
|
|
|
|
title: $:/editions/fr-FR/util-macros
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
|
|
|
\define tw() //~TiddlyWiki//
|
|
|
|
\define latex() <span class="latex">L<sup>a</sup>T<sub>e</sub>X</span>
|
|
|
|
\define dp()
|
|
|
|
 :<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
|
|
\end
|
2014-12-12 10:27:38 +00:00
|
|
|
\define :()
|
|
|
|
 :<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
|
|
\end
|
2014-11-15 23:55:13 +00:00
|
|
|
\define pv()
|
|
|
|
 ;<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
|
|
\end
|
2014-12-12 10:27:38 +00:00
|
|
|
\define ;()
|
|
|
|
 ;<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
|
|
\end
|
2014-11-15 23:55:13 +00:00
|
|
|
\define pi()
|
|
|
|
 ?<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
|
|
\end
|
2014-12-12 10:27:38 +00:00
|
|
|
\define ?()
|
|
|
|
 ?<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
|
|
\end
|
2014-11-15 23:55:13 +00:00
|
|
|
\define pe()
|
|
|
|
 !<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
|
|
\end
|
2014-12-12 10:27:38 +00:00
|
|
|
\define !()
|
|
|
|
 !<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
|
|
\end
|
2014-11-15 23:55:13 +00:00
|
|
|
\define gf(text)
|
|
|
|
<!-- NO-BREAK SPACE Unicode: U+00A0, UTF-8: C2 A0, ISO-8859-1: A0 -->
|
|
|
|
« $text$ »
|
2014-12-03 18:12:57 +00:00
|
|
|
\end
|
2022-04-24 20:45:06 +00:00
|
|
|
\define fr(cible) <$link to="""$cible$"""><$view tiddler="""$cible$""" field="fr-title">{{$cible$!!title}}</$view></$link>
|
|
|
|
|
|
|
|
<pre><$view field="text"/></pre>
|