Skip to main content

All Questions

2 votes
2 answers
150 views

\DeclareUnicodeCharacter{2212}{-} does not work for LuaLatex Compiler

I am on overleaf where I can switch the compiler that I use. I am working on a poster and require the use of LuaLatex as a compiler. However, the line "\DeclareUnicodeCharacter{2212}{-}" ...
Resu's user avatar
  • 123
1 vote
1 answer
127 views

Cannot compile Latex file on journal system

I'm trying to submit my tex file to JMLR. Everything's fine on my overleaf and latexmk on my computer, however when I submit it to the production system, it doesn't work on JMLR's latexmk, which ...
alex's user avatar
  • 21
0 votes
1 answer
50 views

own \maketitle with multiple authors

I would like to create a latex template and define "\makefile" myself. Everything works until I define several authors with "\and". How can I change this? \renewcommand{\maketitle}{...
Jonathan's user avatar
0 votes
0 answers
66 views

XeTeX compilation is just cycling indefinitely

I have a strange problem: a main2.tex file which was previously OK and after pressing F9 key compiled and showed the result in AR now strangely enough cycles forever. Whats wrong with it ? I have just ...
user2925716's user avatar
  • 1,960
0 votes
0 answers
273 views

Latex file cannot be compiled by latexmk

I am trying to submit my latex project to JMLR which compiles fine locally and on overleaf. However, it cannot be compiled on JMLR's latexmk. Does anyone know why it can't be compiled with 3 runs of ...
Resu's user avatar
  • 123
0 votes
0 answers
55 views

How to resolve a citation compilation error which occurs randomly

Occasionally when I compile a multi-chapter document it refuses to compile and says that there are math equations in the citations. If I comment out all lines with citations in one particular chapter, ...
Tessa's user avatar
  • 1
1 vote
0 answers
318 views

Overleaf no longer compiling anything with a link - no table of contents, no cross-references, no citations [closed]

I have a report due in an hour and I cant seem to fix my Overleaf. Everything was fine and then I noticed that even though I had a citation present in my references.bib file (imported through Mendeley)...
KN202's user avatar
  • 11
-1 votes
1 answer
81 views

Why is it impossible to click on the entire URL?

Its only possible to click on the first piece of the link: \documentclass[a4paper, pointlessnumbers, %draft, parskip=half, automark ]{scrartcl} \setlength{\parindent}{...
chickenoncrack's user avatar
0 votes
1 answer
80 views

LaTeX \paperwidth is arguing

I wanted to make a horizontal separator in LaTeX So i used this piece of code(as described here): \noindent\mathmakebox[\linewidth]{\rule{\paperwidth}{0.4pt}} The strange thing that it's properly ...
BsdbX3D's user avatar
2 votes
1 answer
437 views

LaTeX error message offending file name and line number

I'm in possession of a semi-broken LaTeX project. It's possible to compile it by ignoring lots of errors, producing a mainly OK result. Now I want to fix the errors however, but the error messages don'...
user2373145's user avatar
17 votes
3 answers
2k views

How can I write the Spanish 'lím' instead of 'lim'?

Consider: \documentclass{article} \begin{document} $\displaystyle\lim_{n\to\infty}$ \end{document} This creates the typical limit symbol when n goes to infinity. However this code no longer works ...
pily4274's user avatar
  • 171
1 vote
0 answers
51 views

How is missing $ inserted? [duplicate]

Here's a line of erroneous code. \documentclass{standalone} \begin{document} \frac{a}{M} \end{document} As we expect, the compiler throws a "missing $" error. ! Missing $ inserted. <...
GNUSupporter 8964民主女神 地下教會's user avatar
1 vote
2 answers
114 views

Unable to reuse variable using \pgfmathsetmacro

\documentclass{article} \usepackage{tikz} \begin{document} \newcommand\routine[1] { \pgfmathsetmacro\temp{0} \foreach[parse=true][remember=\temp] \i in {1,...,#1} { \pgfmathsetmacro\...
acter2932's user avatar
2 votes
0 answers
235 views

Latex debugger? [duplicate]

Are there any debugging capabilities in latex or any gui editors? That is, is there a way I can view the value of variables, commands, memory etc during compiling and at the exact moment compilation ...
ring5259's user avatar
0 votes
1 answer
2k views

LaTeX Error: Command \authorname already defined. Or name \end... illegal, see p.192 of the manual

I have the following source main.tex whose content is empty excepted the first cover page : %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Masters/Doctoral Thesis % LaTeX Template % Version 2.5 (27/8/17)...
user avatar

15 30 50 per page
1
2 3 4 5 6