On Mon, Apr 27, 2009 at 8:02 PM, tedc <carneva...@sbcglobal.net> wrote:
> So my question is: how do I tell LyX or LaTeX that > \textstyleInlinecode{for i=0,n-1} > means to render > for i=0,n-1 > with a specified typeface? or at least as "typewriter"? > -- > Lyx has an option to specify a typewriter face. Simply highlight the text, click on Edit->Text Style->Customized, and under "Family" select Typewriter. Then check what it does to the code, and do a global replace to get all occurrences. Drew