Search found 21 matches

by idaham
Thu May 13, 2010 11:22 am
Forum: General
Topic: Some layout design is lost in PDF for LaTex => DVI => PDF
Replies: 2
Views: 2214

Re: Some layout design is lost in PDF for LaTex => DVI => PD

Hello Joseph and thanks for your reply!

I configured LaTex => DVI => PS => PDF and indeed the layout is now correct in the PDF as well! Thanks a lot!
Cheers,
Ida
by idaham
Tue May 11, 2010 9:18 pm
Forum: General
Topic: Some layout design is lost in PDF for LaTex => DVI => PDF
Replies: 2
Views: 2214

Some layout design is lost in PDF for LaTex => DVI => PDF

Hi!
I've configured a build LaTex => DVI => PDF which seems to be working. At least I get a PDF... The problem is that some of the fancy layout design that is working properly in the DVI is not following through to the PDF!

The part of the layout that isn't working is the pagenumbering which I've ...
by idaham
Thu Mar 05, 2009 9:54 am
Forum: General
Topic: Allow editing of PDF when compiling
Replies: 1
Views: 1633

Allow editing of PDF when compiling

Hi!
I wonder if anyone knows if it's possible to set the PDF document security when compiling in TeXnicCenter? I want to allow other users to comment and edit the document when they open it in Acrobat later on... I don't have Acrobat myself, so I can't use that. Is there a command you can add to the ...
by idaham
Fri Jan 23, 2009 12:29 pm
Forum: General
Topic: "latex => PDF" doesn't create any PDF file!
Replies: 7
Views: 7692

"latex => PDF" doesn't create any PDF file!

Hello again Thorsten!

I've tried to work it out, without any success...=( Here's the preamble:

\documentclass[a4paper,11pt,twoside]{article}
\usepackage[cp1252]{input enc}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{arydshln}
\usepackage{amsmath}
\usepackage{fix-cm}
\usepackage{color ...
by idaham
Fri Jan 23, 2009 10:45 am
Forum: General
Topic: "latex => PDF" doesn't create any PDF file!
Replies: 7
Views: 7692

"latex => PDF" doesn't create any PDF file!

Hello again!
I hate to bug you about the same question, but I'm really not that skilled when it comes to Latex... How do I "omit the driver option"? Should I change/remove something from the graphicx sty-file, or add some line to the document class command? My document class command is ...
by idaham
Mon Jan 19, 2009 3:17 pm
Forum: General
Topic: "latex => PDF" doesn't create any PDF file!
Replies: 7
Views: 7692

"latex => PDF" doesn't create any PDF file!

Hello Stefan, and thanks for helping me!
I've attached the log file, hopefully there are some answers hidden there! =)
Cheers,
Ida
Stefan_K wrote:Hi Ida,

perhaps we would find the cause in the .log file, you could post it here as attachment.

Stefan
by idaham
Tue Jan 13, 2009 2:53 pm
Forum: General
Topic: "latex => PDF" doesn't create any PDF file!
Replies: 7
Views: 7692

"latex => PDF" doesn't create any PDF file!

Hello all!
I have some problems when compiling my latex document to a pdf in TeXnicCenter. I have no problems compiling "latex => DVI" or "latex => PS" (I can view the outputs), and I don't get any errors when compiling "latex => PDF" either. The thing is that although pdf-compilation works, no pdf ...
by idaham
Thu Dec 18, 2008 11:52 am
Forum: Document Classes
Topic: Remove header on only one page
Replies: 5
Views: 101730

Remove header on only one page

Hello Stefan, and thanks for the quick reply!
I will try your suggestion, it seems to be just what I need! =)
Thanks,
/Ida
Stefan_K wrote:Hi idaham,

you could use \fancypagestyle{plain}{...} to redefine the plain style, that's described in the fancyhdr documentation.

Stefan
by idaham
Tue Dec 16, 2008 4:38 pm
Forum: Document Classes
Topic: Remove header on only one page
Replies: 5
Views: 101730

Remove header on only one page

Hello!
Yes, I've tried that, but the thing is that I want to keep my fancy footer and only remove the header. Thanks anyway though!
/Ida
corderin wrote:I guess yo have to typ:

\thispagestyle{empty}

no header and footer will be printed.
by idaham
Tue Dec 16, 2008 11:33 am
Forum: Document Classes
Topic: Remove header on only one page
Replies: 5
Views: 101730

Remove header on only one page

Hello!
I'm writing my CV in Latex, and I've encountered a layout problem. I use \pagestyle{fancy} where I've created a nice header. I've made the footer write out the page numer of total number of pages, e.g. "1(4)" on the first page, "2(4)" on the second and so on. Now I want to remove the header ...