Search found 5 matches
- Wed Apr 25, 2012 10:17 pm
- Forum: Math & Science
- Topic: Number for a row in a tabular environment?
- Replies: 5
- Views: 5065
Re: Number for a row in a tabular environment?
Okay, thanks for your help! The solution you suggested will be fine.
- Wed Apr 25, 2012 9:16 pm
- Forum: Math & Science
- Topic: Number for a row in a tabular environment?
- Replies: 5
- Views: 5065
Number for a row in a tabular environment?
Thanks for the suggestion, I will remember that one for next time.
The problem is I have already finished writing the document I am working with, and I don't want to change all my equations to alignat.
So there is no way to give an equation number to a tabular row? It's fine as I can live with ...
The problem is I have already finished writing the document I am working with, and I don't want to change all my equations to alignat.
So there is no way to give an equation number to a tabular row? It's fine as I can live with ...
- Wed Apr 25, 2012 7:57 pm
- Forum: Math & Science
- Topic: Number for a row in a tabular environment?
- Replies: 5
- Views: 5065
Number for a row in a tabular environment?
Hi.
I'm writing a document with some rather large calculations, and I use the tabular environment to align the equations (I feel I gain more control on the layout compared to e.g \begin{align} ).
However, I want to give certain rows in the tabular environment a number corresponding to the \begin ...
I'm writing a document with some rather large calculations, and I use the tabular environment to align the equations (I feel I gain more control on the layout compared to e.g \begin{align} ).
However, I want to give certain rows in the tabular environment a number corresponding to the \begin ...
- Tue Apr 17, 2012 6:41 pm
- Forum: Text Formatting
- Topic: Appendix produces two Headings
- Replies: 6
- Views: 7885
Appendix produces two Headings
I did it. I drew a white box that covered the title. To see the box change the textcolor to 'red'.
By playing around with the box and the negative vspace you can choose which title to cover.
Minimal working example:
\documentclass{report}
\usepackage{color}
\begin{document}
\appendix
\chapter ...
By playing around with the box and the negative vspace you can choose which title to cover.
Minimal working example:
\documentclass{report}
\usepackage{color}
\begin{document}
\appendix
\chapter ...
- Tue Apr 17, 2012 6:15 pm
- Forum: Text Formatting
- Topic: Appendix produces two Headings
- Replies: 6
- Views: 7885
Re: Appendix produces two Headings
I have the exact same problem, but I do not want to use the \chapter-command as the appendix is quite short. I want my appendix to be called 'Appendix' in the table of contents.
After going back and forth I have come up with a very, very crude fix, and that is to
first define an \appendix and ...
After going back and forth I have come up with a very, very crude fix, and that is to
first define an \appendix and ...