I used this \usepackage[normalem]{ulem} in order to put underline in my file and the next thing I notice is that my reference are all messed up. Here is how I used my reference:
\include{Appendix}
\appendix
\renewcommand{\appendixname}{Appendix A}
\renewcommand{\thesection}{A.\arabic{section}}
I found that all the font and the styles of the reference are no longer the same as before. Then I tried to put a \mbox in front of my \cite{}; it still does not solve the problem. Does anyone experience something similar?
{}button (or just indent by 4 spaces) and inline code using back ticks, see my edit. It always helps if you post a complete small document that shows the problem rather than fragments. – David Carlisle Jun 02 '13 at 23:08ulemand\citebut the code section you show uses neither so it is not at all clear how it relates to the question. Defining\appendixnameasAppendix Ais wrong (the number or letter should be handled by the counter) but it is unlikely to be the cause of the problem described. – David Carlisle Jun 02 '13 at 23:12