I have a template presentation and in this presentation there is a line
\author{Lal Upendra Pratap Singh \\2014AN-12}
When I ran PDFLatex command in TexMaker, I got the following warning
Tokens not allowed in the PDF string(PDFDocEncoding):(hyperref) removing '\\'
Then I removed the \ and ran PDFLatex again. The warning is not gone. Also, when I try to change code, I am not seeing the results in the generated PDF. I used to run PDFLatex and then ViewPDF command.
Do I need to install some other software also? I have only installed TexMaker. I somewhere read that Miketex and Bibtex are also required. Is it true?
\\? Also, you specify that you removed\, did you remove both of them\\, leaving the code to:\author{Lal Upendra Pratap Singh \\2014AN-12}? You seem to already have installedMikTexor atleast some kind of destibution, so you don't need anything more.BibTexwould only be required if you usebibliography, and you most likely have it installed already. – Runar Aug 17 '16 at 13:14