Well, I sort of found how to do it, but it is far from elegant:
\begin{subequations}
\begin{alignat}{3}
\! & looong 1st equation & \qquad & short note on 1st eqn \\
\! & short 3rd eqn & \qquad & longer note on 2nd equation
\end{alignat}
\end{subequations}
( \! is there to more or less compensate ...
Search found 25 matches
- Mon Jul 16, 2012 8:34 pm
- Forum: Math & Science
- Topic: Left alignment in subequations
- Replies: 1
- Views: 5276
- Mon Jul 16, 2012 5:09 pm
- Forum: Math & Science
- Topic: Left alignment in subequations
- Replies: 1
- Views: 5276
Left alignment in subequations
Hello everyone,
Is it possible to typeset a matrix of four left-aligned equations using the subequations environment? The only thing I am able to get is
[looong 1st equation] [short note on 1st eqn] (1a)
[short 2nd eqn] [longer note on 2nd equation] (1b)
instead of
[looong 1st equation ...
Is it possible to typeset a matrix of four left-aligned equations using the subequations environment? The only thing I am able to get is
[looong 1st equation] [short note on 1st eqn] (1a)
[short 2nd eqn] [longer note on 2nd equation] (1b)
instead of
[looong 1st equation ...
- Thu May 31, 2012 1:34 pm
- Forum: General
- Topic: Hyphen replaced in ToC Entries
- Replies: 4
- Views: 3446
Hyphen replaced in ToC Entries
Dear Stefan,
thanks for such a prompt response. I had no idea that there is something called 'fragile macro' or that a hyphen can be a macro by itself. Nevertheless, placing \protect before the hyphen worked like a charm.
How do you insert the hyphen?
Stefan's suggestion was dead-on, but thanks ...
thanks for such a prompt response. I had no idea that there is something called 'fragile macro' or that a hyphen can be a macro by itself. Nevertheless, placing \protect before the hyphen worked like a charm.
How do you insert the hyphen?
Stefan's suggestion was dead-on, but thanks ...
- Thu May 31, 2012 12:46 pm
- Forum: General
- Topic: Hyphen replaced in ToC Entries
- Replies: 4
- Views: 3446
Hyphen replaced in ToC Entries
Has anyone here ever encountered
\unhbox \voidb@x \kern \z@ \char `\discretionary {-}{}{}
being put into a .toc file instead of a hyphen? This causes the respective ToC entry to be typeset with a zero instead of a hyphen. Frankly, I cannot understand why this is happening, because other (sub ...
\unhbox \voidb@x \kern \z@ \char `\discretionary {-}{}{}
being put into a .toc file instead of a hyphen? This causes the respective ToC entry to be typeset with a zero instead of a hyphen. Frankly, I cannot understand why this is happening, because other (sub ...
- Thu Jul 07, 2011 3:20 pm
- Forum: General
- Topic: bibunits | Bibliography as an Appendix
- Replies: 1
- Views: 1936
Re: bibunits | Bibliography as an Appendix
In case anyone is interested, a solution can be found at http://www.latex-community.org/forum/vi ... 954#p52954.
nvx
nvx
- Thu Jul 07, 2011 3:17 pm
- Forum: General
- Topic: bibunits | Two "bibliography levels" in one document?
- Replies: 3
- Views: 3060
bibunits | Two "bibliography levels" in one document?
Well, here is how I managed to solve the issue. Unfortunately, the code kaiserkarl13 suggested did not work (it produced errors, probably due to bibunits being loaded), so I further searched the net and found that if
\def\chapter*#1{}
is put before \putbib[...] command (for chapter-level ...
\def\chapter*#1{}
is put before \putbib[...] command (for chapter-level ...
- Thu Jul 07, 2011 8:32 am
- Forum: General
- Topic: bibunits | Two "bibliography levels" in one document?
- Replies: 3
- Views: 3060
Re: bibunits | Two "bibliography levels" in one document?
kaiserkarl13,
Thank you for your response, I'll try what you've suggested.
nvx
Thank you for your response, I'll try what you've suggested.
nvx
- Thu Jun 30, 2011 9:46 pm
- Forum: General
- Topic: bibunits | Two "bibliography levels" in one document?
- Replies: 3
- Views: 3060
bibunits | Two "bibliography levels" in one document?
Hello,
In a document I am required to put bibliography before appendices (personally I do not see the point of this, but such is the directive). This means I will have to generate a third bibliography for one of the appendices in addition to two other bibliographies already present. However, those ...
In a document I am required to put bibliography before appendices (personally I do not see the point of this, but such is the directive). This means I will have to generate a third bibliography for one of the appendices in addition to two other bibliographies already present. However, those ...
- Wed Jun 29, 2011 5:01 pm
- Forum: General
- Topic: Missing appendix letters in list of appendices
- Replies: 0
- Views: 2705
Missing appendix letters in list of appendices
Hello,
I am trying to put a separate list of appendices into a document, but so far I am not particularly satisfied with the results and hope someone here will be able to help me. I have found many threads dealing with this (e.g. http://www.latex-community.org/forum/viewtopic.php?f=47&t=10764 or ...
I am trying to put a separate list of appendices into a document, but so far I am not particularly satisfied with the results and hope someone here will be able to help me. I have found many threads dealing with this (e.g. http://www.latex-community.org/forum/viewtopic.php?f=47&t=10764 or ...
- Wed Jun 29, 2011 3:33 pm
- Forum: General
- Topic: bibunits | Bibliography as an Appendix
- Replies: 1
- Views: 1936
bibunits | Bibliography as an Appendix
Hello,
is it possible to add bibliography as a "numbered" appendix when the bibunits package is used? So far I was able to get
...
Appendix A Abcabc 139
Appendix B Xyzxyz 151
Appendix Complete List of References 155
but the bibliography is not "numbered," i.e., there should be "Appendix C ...
is it possible to add bibliography as a "numbered" appendix when the bibunits package is used? So far I was able to get
...
Appendix A Abcabc 139
Appendix B Xyzxyz 151
Appendix Complete List of References 155
but the bibliography is not "numbered," i.e., there should be "Appendix C ...