Hi!
I've got a list of figures and list of tables, both of which go into double digits (i.e. Table 13.10), and this (I think) causes the LOT, LOF to look very ugly and bunched up. I don't know if they operate as tables (?) but essentially I need the first column (the one that has the 10.11, 10.12 ...
Search found 18 matches
- Thu Jun 30, 2011 7:14 am
- Forum: Text Formatting
- Topic: Fix horizontal Spacing in LoF, LoT in 'book' class
- Replies: 1
- Views: 2005
- Mon Jan 17, 2011 10:19 pm
- Forum: Graphics, Figures & Tables
- Topic: .eps, Latex & pstricks - more psfrag functionality?
- Replies: 0
- Views: 1308
.eps, Latex & pstricks - more psfrag functionality?
Hi!
I may be missing something obvious, but here's my problem:
I've got an .eps graphic (from R), and I include it in a .tex file using includegraphics in a pspicture environment.
Now I can use psfrag to replace the original labels with Latex typeset ones. So far so good.
Now I want to add ...
I may be missing something obvious, but here's my problem:
I've got an .eps graphic (from R), and I include it in a .tex file using includegraphics in a pspicture environment.
Now I can use psfrag to replace the original labels with Latex typeset ones. So far so good.
Now I want to add ...
- Sat Aug 21, 2010 4:09 am
- Forum: BibTeX, biblatex and biber
- Topic: can't get year = {1950(1925)} to work
- Replies: 2
- Views: 1926
Re: can't get year = {1950(1925)} to work
Thanks gmedina, works perfectly!
m.
m.
- Fri Aug 20, 2010 10:38 pm
- Forum: BibTeX, biblatex and biber
- Topic: can't get year = {1950(1925)} to work
- Replies: 2
- Views: 1926
can't get year = {1950(1925)} to work
Hi! I'm not sure what the correct terminology is, but I have a reference with "two years" - one is the original publication and the other is the copy or edition that I have obtained. But since the year it was first published is important, I want to keep both.
So by bibtex source is
year = {1950 ...
So by bibtex source is
year = {1950 ...
- Tue Aug 17, 2010 3:16 pm
- Forum: TeX Live and MacTeX
- Topic: new texlive & texmaker install on ubuntu don't work (noob)
- Replies: 2
- Views: 6502
Re: new texlive & texmaker install on ubuntu don't work (noo
Thanks meho_r!
Both your options work - I've added the full path to the texmaker commands, so it's fine.
If I run texmaker from the terminal it also works, but it doesn't "remember" the path for next time I run it normally.
So I got it to work, but I am still confused as to why it doesn't use ...
Both your options work - I've added the full path to the texmaker commands, so it's fine.
If I run texmaker from the terminal it also works, but it doesn't "remember" the path for next time I run it normally.
So I got it to work, but I am still confused as to why it doesn't use ...
- Tue Aug 17, 2010 12:56 am
- Forum: TeX Live and MacTeX
- Topic: new texlive & texmaker install on ubuntu don't work (noob)
- Replies: 2
- Views: 6502
new texlive & texmaker install on ubuntu don't work (noob)
OK, so I had a perfectly fine setup on Karmic: texlive and texmaker as downloaded from the synaptic package manager. Then I wanted to manually install another package and that seemed really complicated so I decided to uninstall everything and start fresh (so I would have the newer versions and the ...
- Wed May 05, 2010 10:20 pm
- Forum: Page Layout
- Topic: indicate unfinished chapters in TOC in draft 'book'
- Replies: 5
- Views: 2743
Re: indicate unfinished chapters in TOC in draft 'book'
Thanks againfor taking the time for the explanation!!
m.
m.
- Wed May 05, 2010 5:29 pm
- Forum: Page Layout
- Topic: indicate unfinished chapters in TOC in draft 'book'
- Replies: 5
- Views: 2743
Re: indicate unfinished chapters in TOC in draft 'book'
Thanks gmedina, worked like a charm!
Just curious though, of the three lines:
1. \addtocontents{toc}{\color{gray}}
2. \color{gray}\chapter{#1}\normalcolor
3. \addtocontents{toc}{\color{black}
So you're essentially using 1. and 3. to change the color in the toc and then change it back, so ...
Just curious though, of the three lines:
1. \addtocontents{toc}{\color{gray}}
2. \color{gray}\chapter{#1}\normalcolor
3. \addtocontents{toc}{\color{black}
So you're essentially using 1. and 3. to change the color in the toc and then change it back, so ...
- Wed May 05, 2010 1:17 am
- Forum: Page Layout
- Topic: indicate unfinished chapters in TOC in draft 'book'
- Replies: 5
- Views: 2743
indicate unfinished chapters in TOC in draft 'book'
OK, left to my own devices I've managed to come up with :
\let\notyetchapter\chapter
\renewcommand{\notyetchapter}[1]{\chapter{\color{gray}{#1}}}
which makes the chapter title in text and in the ToC gray!
I would still like the rest of the ToC entry to be gray? As in the chapter number and ...
\let\notyetchapter\chapter
\renewcommand{\notyetchapter}[1]{\chapter{\color{gray}{#1}}}
which makes the chapter title in text and in the ToC gray!
I would still like the rest of the ToC entry to be gray? As in the chapter number and ...
- Tue May 04, 2010 10:16 pm
- Forum: Page Layout
- Topic: indicate unfinished chapters in TOC in draft 'book'
- Replies: 5
- Views: 2743
indicate unfinished chapters in TOC in draft 'book'
Hi!
I have to hand in a draft (very unfinished) thesis - \documnetclass{book}
I would like the table of contents to somehow indicate which chapters are unfinished - missing.
Essentially I need some sort of newcommand that behaves like \chapter, but the toc entry is e.g. gray. And that should be ...
I have to hand in a draft (very unfinished) thesis - \documnetclass{book}
I would like the table of contents to somehow indicate which chapters are unfinished - missing.
Essentially I need some sort of newcommand that behaves like \chapter, but the toc entry is e.g. gray. And that should be ...