Strangely I cannot find a document online showing how to produce a single asterisk (*) in LaTeX, except the centered version (by \ast in math environments). Multiple asterisks in a row are fine (**, ***), which are displayed as they are, but if you simply type * or \*, nothing will be displayed in the compiled file. After trial and error (which fortunately didn't take long), I figured out a solution by typing \** (yes, two asterisks) in the normal environment, which produces a single asterisk (*) in normal size and position.
http://ctan.uib.no/info/symbols/comprehensive/symbols-a4.pdf
ReplyDeleteThank you!
Deleteno need of writing \** just write * wherever you want.
ReplyDeleteBut this doesn't work at the beginning of a line!
DeleteI figure out a solution by simply typing *
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDeleteI am reaally inspireed along with your writing abilities and also with the layout in your
ReplyDeleteweblog. Is that this a paid topic or did you customize it your self?
Anyway stay up the excellent quality writing, it is rare to
peer a nice weblog like this one these days..
Thank you so much! I was really puzzled why neither * nor \* works for me with TexShop and even the latest The Comprehensive Latex Symbol List doesn't mention anything. \** works. Maybe it's just TexShop.
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDeleteI have some solution for starting a line with *. You start the line with one space which is ~ and then you put the *
ReplyDeleteI was trying to write x * y. The given solutions produce an asterisk that is raised vertically. What worked well was \textasteriskcentered in the symbol list provided by Peter (above).
ReplyDelete