I am placing some of my document through some outside BASH scripts, but want to protect some information such that the scripts will not change them. The simplest option for me is to put { and } around important areas and let the BASH script know it should ignore these parts.
- The
{and}always appear within the same sentence and never span two or more sentences. - Sometimes
{and}must be placed within math mode environments or surround macros.
As best as I can tell, when { and } are placed within parts of a sentence or within math mode, they are invisible when compiled. Is this really so? Could this change things, such as the spacing between words, the line-breaking of sentences, or the appearance of text?
- Do extra
{and}'s really have no effect? - Are there any characters I could put in the document which
xelatexwill completely ignore?
