简体   繁体   中英

Doxygen latex formulas eating space

I have been using @f$\\langle PROGRAM MESSAGE UNIT \\rangle@f$ to produce documentation that should result in pdf output of <PROGRAM MESSAGE UNIT> .

However it is actually resulting in <PROGRAMMESSAGEUNIT> . How do I get it to stop eating the spaces?

Turns out my google query on this was a bit off. As I've put these in as formulas latex tries to decide it's own spacing, thus it needs to be forced:

\\; = thick space, \\: = thin space

src: http://www.personal.ceu.hu/tex/math.htm

Update: Just found that I can use markdown back ticks to enclose the angle brackets and avoid the tex altogether. Yay.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM