General ⇒ Infix commands
Infix commands
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Infix commands
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Infix commands
Code: Select all
<arg1> \macro <arg2>
Code: Select all
{Some text {arg} \over {second} arg}
Infix commands
Thank you, that's what I need to know.josephwright wrote:I think the OP means commands that work:to which the answer is "you can't", really. For example, \over isn't exactly infix. Try something like:Code: Select all
<arg1> \macro <arg2>
as see that it applies to everything in the outer group.Code: Select all
{Some text {arg} \over {second} arg}