I use Texmaker and I keep getting this error:
! You can't use `macro parameter character #' in horizontal mode.
However I can force compile it using cmdline as pdflatex foo.tex.
Any idea what the error could be?
\documentclass[a4paper,12pt]{article}
\usepackage[paper=a4paper,left=30mm,right=20mm,top=25mm,bottom=30mm]{geometry}
\usepackage[pdftex]{graphicx}
\usepackage[toc,page]{appendix}
\usepackage{framed}
\usepackage[toc]{glossaries}
\usepackage{hyperref}
\usepackage{setspace}
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{algorithm2e}
\usepackage{algorithmic}
\usepackage{underscore}
\begin{document}
{\large Thesis Advisory Committee}
random text
\end{document}
It says the error is near {\large }.
I use this in the BiBTeX file:
@misc{ten,
author = {pable, Chandandeep Singh },
title = {Completely Fair Scheduler},
howpublished = "\url{http://www.linuxjournal.com/magazine/completely-fair-scheduler}",
year = {2009},
note = "{Online, accessed 25-01-2013}"
}
#character in text, it can only be used as part of macro definitions. – David Carlisle Feb 27 '13 at 23:38#character in text. – user2015933 Feb 27 '13 at 23:39\listfilesas a first line of the MWE you posted, try to compile it in TeXmaker. When the error appears, typexthere, the compilation will be terminated. Then, add the.logfile of this compilation to the question. Hopefully it will allow to track the error ;) – yo' Feb 27 '13 at 23:43.auxfile from a previous run, since that is read around there. Delete that and recompile. – Werner Feb 27 '13 at 23:45rm Version1.aux Version1.bbl Version1.blg Version1.glo Version1.ist Version1.lof Version1.log Version1.lot Version1.out Version1.synctex.gz Version1.pdf Version1.tocand made it again – user2015933 Feb 27 '13 at 23:47citationfile. – user2015933 Feb 27 '13 at 23:51latex Version1.texbibtex Version1latex Version1.texlatex Version1.texThis is how I compile it.. and open it with texmaker again. that's when the problem starts.
– user2015933 Feb 28 '13 at 00:04