Search found 49 matches
- Mon Jul 25, 2011 2:09 pm
- Forum: Text Formatting
- Topic: Bibliography Style »plain« without Page Numbers in Reference
- Replies: 2
- Views: 2473
Bibliography Style »plain« without Page Numbers in Reference
I wasn't aware of that change. Normally, I work with the ieeetr bibliography style. Just recently I wanted to add the page numbers to the references and link them to the page / or pages where it was cited. I found a way to ad this information at the end of the reference. This is done by adding the ...
- Mon Jul 25, 2011 1:59 pm
- Forum: Text Formatting
- Topic: section subsections
- Replies: 4
- Views: 3357
- Tue May 17, 2011 6:37 pm
- Forum: Graphics, Figures & Tables
- Topic: Too much data in table
- Replies: 2
- Views: 2312
Too much data in table
You could use the landscape package in order to have the page rotated on which your table is situated. However, the table will be too long for one page then. To solve this, I would use the longtable package. I've just recently compiled a huge table with the two mentioned environments and it works ...
- Sat Apr 02, 2011 1:59 pm
- Forum: Math & Science
- Topic: Un-aligned line within the align environment
- Replies: 3
- Views: 19539
Un-aligned line within the align environment
I'm not too sure what you mean with the 'align cases' thing, but you can indeed 'unalign' things in-between the align environment and then go on with the same alignment as before.
\begin{align*}
x &= \sin t
\intertext{Text in here will be printed as a normal paragraph. In here you can obviously ...
\begin{align*}
x &= \sin t
\intertext{Text in here will be printed as a normal paragraph. In here you can obviously ...
- Tue Feb 01, 2011 12:40 am
- Forum: Text Formatting
- Topic: Page Border and Heading Color
- Replies: 5
- Views: 6526
Page Border and Heading Color
I can't run your code since half of it is missing. Please provide a working minimal example.
Thank you
Thank you
- Fri Jan 28, 2011 5:52 am
- Forum: Page Layout
- Topic: no linebreak within \item
- Replies: 2
- Views: 2133
no linebreak within \item
I have not tested this, but try \begin{samepage}...\end{samepage} as suggested in http://stackoverflow.com/questions/2210 ... page-break.
- Wed Jan 26, 2011 10:26 pm
- Forum: Text Formatting
- Topic: horizontal central alignment in picture environment
- Replies: 7
- Views: 5687
horizontal central alignment in picture environment
I double frabjous' post once more.
With your still very vague problem description, all I can do is return an equally vague answer...
You might want to look in the pstricks packet. \rput offers you the option to align text on; center(c), top(c), bottom(b), baseline(B), left(l) and right(r).
With your still very vague problem description, all I can do is return an equally vague answer...
You might want to look in the pstricks packet. \rput offers you the option to align text on; center(c), top(c), bottom(b), baseline(B), left(l) and right(r).
- Wed Jan 26, 2011 3:09 am
- Forum: Text Formatting
- Topic: horizontal central alignment in picture environment
- Replies: 7
- Views: 5687
horizontal central alignment in picture environment
We can't find 'ABC' nor 'gpqw' in your code. How are we supposed to know what you're talking about?
Please provide a minimal working example and(/or) a better problem description, if you want an answer to your post.
Please provide a minimal working example and(/or) a better problem description, if you want an answer to your post.
- Thu Jan 20, 2011 7:07 am
- Forum: Page Layout
- Topic: Multiple images in the appendix
- Replies: 1
- Views: 4470
- Thu Dec 16, 2010 11:50 pm
- Forum: Text Formatting
- Topic: formating minitoc page numbers
- Replies: 2
- Views: 3261
formating minitoc page numbers
I usually use the fancyhdr package to change the head and foot like of my documents. I don't think you can define the page numbering specifically for specific environments like minitoc. But you could define two commands ( \minitocheader , \normalheader ) which change the header style to the one you ...