567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
|
!!!
!!!
!!! Processeur: balises HTML et LaTeX !!
!!!
!!!
# HTML
__<i>/html(p_html_amp_xxx)__ &[a-zA-Z]+; <<- ~>> _
__<i>/html(p_html_lt)__ < <<- ~>> " <"
__<i>/html(p_html_gt)__ > <<- ~>> >
__<i>/html(p_html_amp)__ & <<- ~>> &
__<i>/html(p_html_nbsp)__ <<- ~>> *
__<i>/html(p_html_balise_ouvrante)__ <\w+.*?> <<- ~>> *
__<i>/html(p_html_balise_fermante)__ </\w+ *> <<- ~>> *
__<i>/html(p_html_pseudo_balise)__ \[/?\w+\] <<- ~>> *
# LATEX
__<i]/latex(p_latex1)__ \\[a-z]+ <<- ~>> *
__<i>/latex(p_latex2)__ \\[,;/\\] <<- ~>> *
__<s>/latex(p_latex3)__ \{(?:abstract|align|cases|center|description|enumerate|equation|figure|flush(?:left|right)|gather|minipage|multline|quot(?:ation|e)|SaveVerbatim|table|tabular|thebibliography|[vV]erbatim|verse|wrapfigure)\} <<- ~>> *
|
>
>
<
<
|
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
|
!!!
!!!
!!! Processeur: balises HTML et LaTeX !!
!!!
!!!
# HTML
__<i>/html(p_html_balise_ouvrante)__ <\w+.*?> <<- ~>> *
__<i>/html(p_html_balise_fermante)__ </\w+ *> <<- ~>> *
__<i>/html(p_html_amp_xxx)__ &[a-zA-Z]+; <<- ~>> _
__<i>/html(p_html_lt)__ < <<- ~>> " <"
__<i>/html(p_html_gt)__ > <<- ~>> >
__<i>/html(p_html_amp)__ & <<- ~>> &
__<i>/html(p_html_nbsp)__ <<- ~>> *
__<i>/html(p_html_pseudo_balise)__ \[/?\w+\] <<- ~>> *
# LATEX
__<i]/latex(p_latex1)__ \\[a-z]+ <<- ~>> *
__<i>/latex(p_latex2)__ \\[,;/\\] <<- ~>> *
__<s>/latex(p_latex3)__ \{(?:abstract|align|cases|center|description|enumerate|equation|figure|flush(?:left|right)|gather|minipage|multline|quot(?:ation|e)|SaveVerbatim|table|tabular|thebibliography|[vV]erbatim|verse|wrapfigure)\} <<- ~>> *
|