When I want text to be large I say:
{\Large lorem}
When I want text to be bold I say:
\textbf{lorem}
Why the inconsistency? What's the implementation detail or philosophy behind these two different forms?
|
When I want text to be large I say:
When I want text to be bold I say:
Why the inconsistency? What's the implementation detail or philosophy behind these two different forms? |
||||
|
|
|
You're missing the fact that there's also
Font-switching/formatting commands come in two varieties: A command that takes an argument and applies its formatting only to that argument ( One can imagine font size commands like |
|||||||
|