New answers tagged debugging
0
I was struggling with the exact same problem, and this was one of the few Google-hits on your error message.
As far as I understand, what is happening is that the original LaTeXTools uses ST2's Python 2.7, while ST3 uses Python 3. So here's a solution.
I had to start with a Sublime Text 3 (ST3) installation completely free of any LaTeXTools ...
5
This has nothing to do with keycommand; when LaTeX finds \begin{scaleboxenv} it need to see \end{scaleboxenv}, but it doesn't because it finds \end{scaled}, which triggers the error.
\documentclass{article}
\usepackage{environ}
\usepackage{keycommand}
\usepackage{graphicx}
% Turn scalebox into an environment
\NewEnviron{scaleboxenv}[1]{%
...
1
You found a bug in custom-bib, that should be reported to its maintainer.
Specifically, merlin.mbs contains in function format.org.or.pub, line 6907 ff. the following code that needs to be changed as indicated
%<*pub-date&!ay>
year empty$
'skip$
{ t empty$ address empty$ and
'skip$
%<!pub-xc> { ...
2
your prob occured -in my case- firstly in 2004. by coincidence it was solved when removing temporary files, extension aux. (btw i gave this hint another person in 2012 and it solved also his issue) it's a time waster.
therefore as far as i read:
for instance, within apple terminal (rm .. remove):
rm *.aux
pdflatex doc.tex
bibtex doc
...
Top 50 recent answers are included
