Historique des modifications [retour]
cliquez ici pour masquer/afficher la révision 9
mineure

29 Aoû '17, 18:15

Pathe's gravatar image

Pathe
7.6k49210252

Récupération d'un argument avec xstring

Dans un code, je cherche à savoir si l'argument contient le caractère tube `|` en première position. Si oui, je veux le supprimer `\StrGobbleLeft{#1}{1}` ; mon problème est que je ne peux pas stocker le résultat de `\StrGobbleLeft{#1}{1}` dans une macro, je veux récupérer `#1` (sans le tube) pour le remettre plus bas dans la macro. Est-il possible de faire ceci avec *xstring* ? \documentclass{article} \usepackage{xstring} \newenvironment{mytabular}[1]{% \IfBeginWith{#1}{|} {\StrGobbleLeft{#1}{1} %si vrai \begin{tabular}{#1}} {\begin{tabular}{||#1||}}} %si faux {\end{tabular}} \begin{document} \begin{mytabular}{c|c} \hline 1 & 2 \\ \hline 3 & 4 \\ \end{mytabular} \bigskip \begin{mytabular}{|cc} \hline 4 & 5\\ \hline 6 & 7 \\ \end{mytabular} \end{document} \end{document}
cliquez ici pour masquer/afficher la révision 8
mineure

29 Aoû '17, 18:14

Pathe's gravatar image

Pathe
7.6k49210252

Récupération d'un argument avec xstring

Dans un code, je cherche à savoir si l'argument contient le caractère tube `|` en première position. Si oui, Je je veux le supprimer `\StrGobbleLeft{#1}{1}`, `\StrGobbleLeft{#1}{1}` ; mon problème est que je ne peux pas stoker stocker le résultat de `\StrGobbleLeft{#1}{1}` dans une macro, je veux récupérer `#1` (sans le tube) pour le remettre plus bas dans la macro. Est ce Est-il possible de faire ceci avec *xstring* ? \documentclass{article} \usepackage{xstring} \newenvironment{mytabular}[1]{% \IfBeginWith{#1}{|} {\StrGobbleLeft{#1}{1} %si vrai \begin{tabular}{#1}} {\begin{tabular}{||#1||}}} %si faux {\end{tabular}} \begin{document} \begin{mytabular}{c|c} \hline 1 & 2 \\ \hline 3 & 4 \\ \end{mytabular} \bigskip \begin{mytabular}{|cc} \hline 4 & 5\\ \hline 6 & 7 \\ \end{mytabular} \end{document} \end{document}
cliquez ici pour masquer/afficher la révision 7

28 Aoû '17, 21:10

Nikopol's gravatar image

Nikopol
1.0k1614

cliquez ici pour masquer/afficher la révision 6
mineure

28 Aoû '17, 21:03

denis's gravatar image

denis
7.3k2510

cliquez ici pour masquer/afficher la révision 5

28 Aoû '17, 20:36

Nikopol's gravatar image

Nikopol
1.0k1614

cliquez ici pour masquer/afficher la révision 4

28 Aoû '17, 01:17

Nikopol's gravatar image

Nikopol
1.0k1614

cliquez ici pour masquer/afficher la révision 3
mineure

16 Aoû '17, 15:12

Pathe's gravatar image

Pathe
7.6k49210252

cliquez ici pour masquer/afficher la révision 2

15 Aoû '17, 19:26

Nikopol's gravatar image

Nikopol
1.0k1614

cliquez ici pour masquer/afficher la révision 1

15 Aoû '17, 19:16

Nikopol's gravatar image

Nikopol
1.0k1614