Consider ASCII character 9, the tab character, sometimes written as "\t" in C++, Java, Python, etc...
In LaTeX, do you suppose that a \quad and a tab are the same width by default, with no customization of the settings?
Consider ASCII character 9, the tab character, sometimes written as "\t" in C++, Java, Python, etc...
In LaTeX, do you suppose that a \quad and a tab are the same width by default, with no customization of the settings?
\quadis just a relative space of1em. It could be more or less in centimeters depending on the font. It will not change whatever the the horizontal position, and it cannot be measured in number of spaces, that for LaTeX is completely irrelevant (1 space = 2 spaces = 3 spaces +3 tabs = the best inter-word possible space ). The most similar to tabs in plain text or some word processor is\tabof the packagetabto. – Fran May 28 '23 at 21:48