Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
composition:texte:symboles:signes_diacritiques_definis_sous_latex [2016/10/16 07:55] – créée jejust | composition:texte:symboles:signes_diacritiques_definis_sous_latex [2020/12/19 20:20] (Version actuelle) – Suppression de la page désormais inutile. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | \question{Quels sont les accents accessibles sous \LaTeX ?} %29.57 | ||
- | |||
- | \reponse Voir le tableau~\vref{tab=accents}. | ||
- | \begin{table*}[t] | ||
- | \begin{center} | ||
- | \begin{tabular}{|c|c|c|} | ||
- | \hline | ||
- | \cmd{\string`}\marg a & \`{a} & accent grave \\ | ||
- | \cmd{\string' | ||
- | \cmd{\string^}\marg i & \^{i} & accent circonflexe \\ | ||
- | \cmd{\string" | ||
- | \cmd{\string~}\marg u & \~{u} & tilde \\ | ||
- | \cmd{\string=}\marg o & \={o} & surligné \\ | ||
- | \cmd{\string.}\marg o & \.{o} & point \\ | ||
- | \cmd u\marg o & \u{o} & \\ | ||
- | \cmd v\marg o & \v{o} & \\ | ||
- | \cmd H\marg o & \H{o} & tréma hongrois \\ | ||
- | \cmd t\marg{oo}& | ||
- | \cmd c\marg c & \c{c} & cédille\\ | ||
- | \cmd d\marg o & \d{o} & point au-dessous \\ | ||
- | \cmd b\marg o & \b{o} & souligné \\ | ||
- | \cmd r\marg o & \r{o} & anneau, ring \\ | ||
- | \cmd k\marg o & \k{o} & ogonek \\ | ||
- | \hline | ||
- | \end{tabular} | ||
- | \caption{Les accents}\label{tab=accents} | ||
- | \end{center} | ||
- | \end{table*} | ||