Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Thanks @Ulrike Fischer. Where can I find a guide to these LaTeX3 commands? Commented Aug 2, 2020 at 17:26
  • 1
    in interface3.pdf. Commented Aug 2, 2020 at 17:27
  • Thanks. I'll give it a look. When you said, "This is difficult to expand", did you mean that it take more processing resources, or that it is prone to faults. Commented Aug 2, 2020 at 17:30
  • 2
    I mean that it is difficult to add more languages as you would have to nest deeper and deeper, while when using commands like above a new language is simply on more line. (It is faster too, as tex doesn't have to do so many comparisions). Commented Aug 2, 2020 at 17:36
  • Great. Thanks for your help. Commented Aug 2, 2020 at 17:44