Search found 6 matches

by gregsa
Sat Feb 05, 2011 12:26 pm
Forum: Graphics, Figures & Tables
Topic: Darker colors in PDF output
Replies: 2
Views: 2971

Darker colors in PDF output

I am using a gnuplot (cairopdf terminal) to generate colorful charts. Then I include those pdf files with \includegraphics{}. All is complied using pdflatex.

In the final pdf file most of the pictures have darker colors then in original pdf files. I could live with that but this does not happen in ...
by gregsa
Wed Jan 12, 2011 9:00 pm
Forum: Graphics, Figures & Tables
Topic: Formatting the List of a custom float
Replies: 8
Views: 9267

Formatting the List of a custom float


If you have a small but complete example for me with wrong behavior, I can take a look at it and try to fix it.


I tested your example in my environment and it works fine. My original document still has this problem. I have spent some time to re-create it in a small example which could be posted ...
by gregsa
Wed Jan 12, 2011 8:40 pm
Forum: Text Formatting
Topic: Lost formatting in algorithm2e
Replies: 3
Views: 3963

Re: Lost formatting in algorithm2e

1. Many thanks for your help. It solved my problem!
2. Sorry for not providing a min. working example, as I should.
3. I was not aware that a typewriter font can be other than upright, so I did not see the difference you show in my document. Really. Maybe a small font size had something to do with ...
by gregsa
Wed Jan 12, 2011 11:59 am
Forum: Text Formatting
Topic: Lost formatting in algorithm2e
Replies: 3
Views: 3963

Lost formatting in algorithm2e

When using algorithm2e package in some cases latex does not preserve a font type.
E.g.:
\If{$r^\texttt{b}>0$}{}
is printed exactly the same as
\If{$r^b>0$}{}

Can anyone help how to solve this?

BR,
Greg.
by gregsa
Thu Nov 04, 2010 2:48 pm
Forum: Graphics, Figures & Tables
Topic: Formatting the List of a custom float
Replies: 8
Views: 9267

Re: Formatting the List of a custom float

For those with dire need I can share a workoround.

Latex is creating a dedicated file which contains s list of floats which will be included in output during next execution. I believe it can have different names depending on LaTeX distribution. In my case, for document.tex and float name: 'map ...
by gregsa
Wed Sep 01, 2010 1:23 pm
Forum: Graphics, Figures & Tables
Topic: Formatting the List of a custom float
Replies: 8
Views: 9267

Formatting the List of a custom float

I suggest to use the \DeclareCaptionType command provided by the caption package as an alternative.

Package caption is great but it still does not do this (i.e. put a space between lines for chapters) by default. Can you suggest any option that should be 'on' or a relevant parameter/command ...