I am trying to print a comma inside a \texttt{} tag, but it is not printing:
\documentclass{article}
\begin{document}
\texttt{foo, bar}
\end{document}
produces:
foo bar
not
foo, bar
How to print the comma inside without loading extra packages, though defining new command is allowed?
I have TeX 3.1415926 (TeX Live 2012) kpathsea version 6.1.0
I use the command \ll to compile and \lv to view from Vim using the Vim-LaTeX plugin. The viewer is Document Viewer 3.6.0
The \ll command calls the TeX compiler using this command:
latex -interaction=nonstopmode
The log file is located here: http://pastebin.com/JKJBk7xv