A bit slow to react here.
At the moment, no futher work is being done on breqn. Including debugging. The remaining maintainers basically do not have the time.
Search found 199 matches
- Thu May 22, 2014 11:38 am
- Forum: Math & Science
- Topic: loading breqn package before biblatex gives warning
- Replies: 14
- Views: 17098
- Fri May 27, 2011 10:07 am
- Forum: General
- Topic: How to create pdf files that allow comments
- Replies: 9
- Views: 24374
Re: How to create pdf files that allow comments
Can it do that on a genereal PDF, or does it have to have commenting enabled in the PDF file? (this is usually listed in the document info)
- Thu Sep 02, 2010 12:29 am
- Forum: Math & Science
- Topic: \qedhere -- replicating functionality
- Replies: 1
- Views: 2812
Re: \qedhere -- replicating functionality
Why don't you just use ntheorem instead?
- Wed Jul 28, 2010 10:11 pm
- Forum: Document Classes
- Topic: Help with memsty.sty
- Replies: 1
- Views: 2279
Re: Help with memsty.sty
was solved off list, easy change
I would recommend that users should not use memsty for their own projects. If there is something you like in it, steal the code.
memsty is made to typeset the memoir manual, and adds stuff that you might not need. For example it is quite messy with its use of new ...
I would recommend that users should not use memsty for their own projects. If there is something you like in it, steal the code.
memsty is made to typeset the memoir manual, and adds stuff that you might not need. For example it is quite messy with its use of new ...
- Thu Jul 22, 2010 9:12 pm
- Forum: Page Layout
- Topic: Incorrect margins in List of Figures
- Replies: 1
- Views: 2081
Re: Incorrect margins in List of Figures
What on earth have you done to that LOF? Why are there such a variation in font size?
Since the text is read, I assume, you are using hyperref. Try adding the breaklinks option to hyperref (I assume you are using pdflatex)
Since the text is read, I assume, you are using hyperref. Try adding the breaklinks option to hyperref (I assume you are using pdflatex)
- Tue Jul 13, 2010 11:08 am
- Forum: Document Classes
- Topic: how to do acronyms/Glossaries in memoir?
- Replies: 11
- Views: 12715
Re: how to do acronyms/Glossaries in memoir?
You may be confusing a few things here. Memoir is not a package, it is a class. The memoir manual support files are packages (.sty files).
I would recommend that you simply made your own package, not that hard. And copy stuff from the memman support packages until you had what you needed.
In my ...
I would recommend that you simply made your own package, not that hard. And copy stuff from the memman support packages until you had what you needed.
In my ...
- Tue Jul 13, 2010 10:13 am
- Forum: Document Classes
- Topic: how to do acronyms/Glossaries in memoir?
- Replies: 11
- Views: 12715
Re: how to do acronyms/Glossaries in memoir?
the memoir class is not a resource hog, but the memoir manual IS.
If you insist of using that as a base for your document without knowing what it does or which parts of it you actually need, then that is your choice.
If you insist of using that as a base for your document without knowing what it does or which parts of it you actually need, then that is your choice.
- Tue Jul 13, 2010 1:17 am
- Forum: Document Classes
- Topic: how to do acronyms/Glossaries in memoir?
- Replies: 11
- Views: 12715
Re: how to do acronyms/Glossaries in memoir?
BTW: A modified version of glossaries that should cut down on the use of writes is in the making.
- Sun Jul 11, 2010 7:42 pm
- Forum: Document Classes
- Topic: how to do acronyms/Glossaries in memoir?
- Replies: 11
- Views: 12715
Re: how to do acronyms/Glossaries in memoir?
in what way depending? What exactly do you need from that setup?
There is no way of encreasing the number of writes (anoys me too)
There is no way of encreasing the number of writes (anoys me too)
- Sun Jul 11, 2010 7:13 pm
- Forum: Document Classes
- Topic: how to do acronyms/Glossaries in memoir?
- Replies: 11
- Views: 12715
how to do acronyms/Glossaries in memoir?
This
\documentclass[10pt]{memoir}
\usepackage[acronym,toc]{glossaries}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newglossary[slg]{symbols}{sym}{sbl}{List of Symbols}
\makeglossaries
% The following definitions will go in the main glossary
\newglossaryentry{culdesac}{name=cul-de-sac,description={passage
or ...
\documentclass[10pt]{memoir}
\usepackage[acronym,toc]{glossaries}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newglossary[slg]{symbols}{sym}{sbl}{List of Symbols}
\makeglossaries
% The following definitions will go in the main glossary
\newglossaryentry{culdesac}{name=cul-de-sac,description={passage
or ...