Does Latex allow the true and false statements to be placed on the same line ?
\IfNoValueTF {#5} { \hspace{0.5cm} } { \ (#5) \par\smallskip }
rather than
\IfNoValueTF {#5}
{ \hspace{0.5cm} }
{ \ (#5) \par\smallskip }
Does Latex allow the true and false statements to be placed on the same line ?
\IfNoValueTF {#5} { \hspace{0.5cm} } { \ (#5) \par\smallskip }
rather than
\IfNoValueTF {#5}
{ \hspace{0.5cm} }
{ \ (#5) \par\smallskip }
\IfNoValueTFis just another function that takes arguments. Meaning that the way I use it is quite valid. – Oct 13 '23 at 14:58\in{ \ (#5) \par\smallskip }. Perhaps there is some better way. – Oct 13 '23 at 15:04{ \makes two spaces so normally you would use{unless in code not shown you change the white space parsing. – David Carlisle Oct 13 '23 at 16:03