Search found 9 matches

by gregatustra
Fri May 09, 2008 8:27 am
Forum: General
Topic: Header width
Replies: 4
Views: 12057

Re: Header width

Tnx, i actually used minipage instead of parbox to make it work, otherwise in a twoline header the text was not left aligned corrrectly.

Greg
by gregatustra
Thu May 08, 2008 3:50 pm
Forum: General
Topic: Header width
Replies: 4
Views: 12057

Re: Header width

I can't get it working with:

\fancyheadoffset[place]{offset}

because all i can set is the left and right offset of the entire header. This results in:

1. the entire header being moved left or right on the page
2. the header being resized

But i would like the header to remain exactly the same ...
by gregatustra
Thu May 08, 2008 3:04 pm
Forum: General
Topic: Header width
Replies: 4
Views: 12057

Header width

Hello there,

i have my header defined like this:

\pagestyle{fancy}
\fancyhead{}
\renewcommand{\chaptermark}[1]{\markboth{\textsf{Chapter \thechapter:\ #1}}{}}
\renewcommand{\sectionmark}[1]{\markright{\textsf{\thesection\ #1}}{}}
\fancyhead[RE]{\leftmark}
\fancyhead[LO]{\rightmark}
\fancyhead[LE ...
by gregatustra
Sat Apr 26, 2008 10:22 am
Forum: General
Topic: Screen capture: best practices
Replies: 2
Views: 2537

Re: Screen capture: best practices

Cool, what about scaling, like the factor:

[width=0.7\textwidth] or [scale=0.5]

will this affect the printout? If i understand, the printer has a dpi resolution, dots per inch. So the only problem would be if i rescale the picture too small, so there are too many pixels (dots) per inch to be ...
by gregatustra
Fri Apr 25, 2008 3:14 pm
Forum: General
Topic: Screen capture: best practices
Replies: 2
Views: 2537

Screen capture: best practices

Hello,

i need various screen captures (pictures of different windows directly from my screen) to be inserted inside my latex document.

For now i found this to be optimal:

- i take a screen capture
- i crop it to the desired window
- and save it as png (i use gimp and set compression level to 0 ...
by gregatustra
Fri Apr 25, 2008 3:06 pm
Forum: New Members
Topic: Gregor from Slovenia
Replies: 2
Views: 4001

Gregor from Slovenia

Hello there,

my name is Gregor and i discovered Latex (like lots of people i think) while writing my bsc-thesis.

I think this forum is great and wish everybody happy latexing:)

Greg
by gregatustra
Fri Apr 25, 2008 3:01 pm
Forum: Document Classes
Topic: eps figures anitialias problem?
Replies: 5
Views: 4983

eps figures anitialias problem?

I choose the path of converting all my diagrams from eps to pdf. So now i can use my images (png) and include also the diagrams in vector form (pdf) and compile everything with latexpdf.

Since all my diagrams were made in Inkscape, i wanted my output pdf to cover the whole diagram, not an A4 page ...
by gregatustra
Fri Apr 25, 2008 1:32 pm
Forum: Document Classes
Topic: eps figures anitialias problem?
Replies: 5
Views: 4983

eps figures anitialias problem?

OK this could work, except if i convert my diagrams from eps to pdf (i am using Inkscape), there is the problem that one whole page is made (A4), and after including the pdf inside my tex file:

\includegraphics[width=0.5\textwidth]{diagram.pdf}

In the place where the picture should be there is ...
by gregatustra
Fri Apr 25, 2008 12:08 pm
Forum: Document Classes
Topic: eps figures anitialias problem?
Replies: 5
Views: 4983

eps figures anitialias problem?

Hello, i have two png images (attached) and i convert them to eps with GIMP. I want to use eps because i have also some diagrams (vector ones) and i want to use them in my documents.

The code is simple:

\begin{figure}[h]
\includegraphics[width=0.5\textwidth]{image1.eps}
\includegraphics[width=0 ...