I am using LyX to describe algorithms. A common scenario is that I have a snippet of pseudo code (in a float, for example) and a block of text which makes references to keywords in that pseudo code. The listings package can do this, I think, but I recall having trouble using math notation, like subscripts, with listings. On the other hand, I have not been able to find how to use the algorithms package inline.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
Not really what you asked for, but did you try the It seems to do what you want for sub/superscripts (but a more precise example might lead to a different answer). |
|||
|
|
|
Unless you do anything special, keywords in the algorithms package are simply bold, so you could format those yourself, i.e. as in |
|||
|
|