Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente Prochaine révision Les deux révisions suivantes | ||
2_programmation:macros:macros_a_plusieurs_arguments_optionnels [2018/05/24 19:09] joseph.wright |
2_programmation:macros:macros_a_plusieurs_arguments_optionnels [2018/06/03 16:19] samcarter |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
--- | --- | ||
- | section: Macro programming | + | title: More than one optional argument |
- | subsection: LaTeX macro tools and techniques | + | category: programming |
- | permalink: /FAQ-twooptarg.html | + | tags: macros latex |
+ | permalink: /FAQ-twooptarg | ||
date: 2014-06-10 | date: 2014-06-10 | ||
--- | --- | ||
- | |||
- | # More than one optional argument | ||
If you've already read | If you've already read | ||
- | ''[breaking the 9-argument limit](FAQ-moren9.md)''. | + | "[breaking the 9-argument limit](FAQ-moren9)". |
- | you can probably guess the ''simple'' solution to this problem: | + | you can probably guess the "simple" solution to this problem: |
command relaying. | command relaying. | ||
Ligne 53: | Ligne 52: | ||
optional arguments as your fevered imagination can summon. However, | optional arguments as your fevered imagination can summon. However, | ||
see the comments on the use of the [`keyval`](https://ctan.org/pkg/keyval) package, in | see the comments on the use of the [`keyval`](https://ctan.org/pkg/keyval) package, in | ||
- | ''[breaking the 9-argument limit](FAQ-moren9.md)'', | + | "[breaking the 9-argument limit](FAQ-moren9)", |
which offers an alternative way forward. | which offers an alternative way forward. | ||