Search found 13 matches

by Aardbei
Sun Sep 28, 2014 11:29 pm
Forum: Others
Topic: latexdiff: All Kinds of Issues
Replies: 0
Views: 10934

latexdiff: All Kinds of Issues

Here is a minimal working example. Most of it constist of latexdiff's untouched preamble additions:

%\RequirePackage[l2tabu]{nag}

\documentclass[11pt]{article}
\usepackage[backend=biber,bibencoding=utf8,style=numeric-comp]{biblatex}
\addbibresource{literature.bib}
%\usepackage{hyperref}

%DIF ...
by Aardbei
Mon Oct 28, 2013 1:50 pm
Forum: Math & Science
Topic: loading breqn package before biblatex gives warning
Replies: 14
Views: 17037

Re: loading breqn package before biblatex gives warning

Okay, we'll see if the developers can get wind of these two things and resolve them. Thanks for investigating!
by Aardbei
Mon Oct 28, 2013 1:22 pm
Forum: Math & Science
Topic: loading breqn package before biblatex gives warning
Replies: 14
Views: 17037

Re: loading breqn package before biblatex gives warning

But I use (an updated) MikTeX 2.9
(Edit: I meant 2.9 sorry)

Also, the conflict (in relation to the warning message) isn't between etoolbox and breqn; but between biblatex and breqn. With etoolbox the warning actually disappears.

Can you reproduce the errors resulting from using minipage, which ...
by Aardbei
Mon Oct 28, 2013 3:26 am
Forum: Math & Science
Topic: loading breqn package before biblatex gives warning
Replies: 14
Views: 17037

loading breqn package before biblatex gives warning


Exactly. There are many warnings that breqn is incompatible with a lot of other packages on other forums like TeX.sx.
I wonder if the minipage error was found ;)


I wouldn't think so: two of the maintainers, Will Robertson and Joseph Wright, are part of the LaTeX3 development team so they ...
by Aardbei
Fri Oct 25, 2013 5:02 pm
Forum: Math & Science
Topic: loading breqn package before biblatex gives warning
Replies: 14
Views: 17037

loading breqn package before biblatex gives warning


breqn fiddles with catcodes and also uses the latex3 -syntax, which is still officially experimental (though it is considered inofficially as stable).
I am not experienced with LaTeX3 or catcodes.

If the maintainers do not answer, maybe someone else can provide a fix hack.
It seems eigher ...
by Aardbei
Wed Oct 23, 2013 8:10 pm
Forum: Math & Science
Topic: loading breqn package before biblatex gives warning
Replies: 14
Views: 17037

loading breqn package before biblatex gives warning

Okay, since you seem interested in solving this, I tracked it down. ;)

It's a combination of LuaTeX compilation with the breqn , mathtools and unicode-math packages, and the minipage environment. These give an error:

Undefined control sequence \end{minipage}

See the following example ...
by Aardbei
Wed Oct 23, 2013 3:52 pm
Forum: Math & Science
Topic: loading breqn package before biblatex gives warning
Replies: 14
Views: 17037

loading breqn package before biblatex gives warning

So I discovered yet another incompatibility with breqn : LuaTeX. My document doesn't compile with it, while it does with XeTeX. I don't know what's the reason this time. Maybe I'll hunt it down later. For now, this whole exercise in trying to automatically break equations has cost me more time than ...
by Aardbei
Tue Oct 22, 2013 3:19 am
Forum: Math & Science
Topic: loading breqn package before biblatex gives warning
Replies: 14
Views: 17037

loading breqn package before biblatex gives warning

While shifting things around in my preamble I discovered something funny. When you load the package etoolbox first then the warning disappears again:

\documentclass{article}
\usepackage{etoolbox}
\usepackage{breqn}
\usepackage[backend=biber]{biblatex}

\begin{document}
...
\end{document}

I guess ...
by Aardbei
Sun Oct 20, 2013 10:40 pm
Forum: Math & Science
Topic: loading breqn package before biblatex gives warning
Replies: 14
Views: 17037

loading breqn package before biblatex gives warning

When I load the breqn package before the biblatex package it gives the following warning:

Package etoolbox Warning: Patching '\end' failed!
(etoolbox) '\AfterEndEnvironment' will not work.

This is using an updated MikTeX 1.9 and the driver used doesn't matter. Here's a small example ...
by Aardbei
Fri Apr 05, 2013 2:10 am
Forum: BibTeX, biblatex and biber
Topic: biblatex | Command Name Conflict
Replies: 11
Views: 9859

Re: biblatex | Command Name Conflict

Forcing it to use Unicode works. The dash even shows up correctly in the pdf file. I think you actually solved the problem! (Even though we don't understand exactly what's going on. :))