Search found 9 matches

by Cherepan
Tue Sep 09, 2008 1:18 am
Forum: Document Classes
Topic: insert file name in the document (header, footer)
Replies: 17
Views: 14165

Re: insert file name in the document (header, footer)

Thanks a lot!
By the way, what does it mean * before \@oddhead ?
by Cherepan
Tue Sep 09, 2008 12:07 am
Forum: Document Classes
Topic: insert file name in the document (header, footer)
Replies: 17
Views: 14165

Re: insert file name in the document (header, footer)

Amaizing! It worked! Thank you!
The second part of the question... how can I insert the file neme on the first page only? :roll:
by Cherepan
Mon Sep 08, 2008 11:47 pm
Forum: Document Classes
Topic: insert file name in the document (header, footer)
Replies: 17
Views: 14165

insert file name in the document (header, footer)

Stefan_K wrote:Perhaps we can help if you show us the class file,
Well, here they are
by Cherepan
Mon Sep 08, 2008 11:39 pm
Forum: Document Classes
Topic: insert file name in the document (header, footer)
Replies: 17
Views: 14165

Re: insert file name in the document (header, footer)

Thanks a lot. That worked for \documentclass[a4paper,10pt]{report} :)
by Cherepan
Mon Sep 08, 2008 11:23 pm
Forum: Document Classes
Topic: insert file name in the document (header, footer)
Replies: 17
Views: 14165

Re: insert file name in the document (header, footer)

Still, that does not work with "dissert" (a class for writing a thesis in Russian academia) document class at all. No name is printed.
by Cherepan
Mon Sep 08, 2008 11:21 pm
Forum: Document Classes
Topic: insert file name in the document (header, footer)
Replies: 17
Views: 14165

insert file name in the document (header, footer)

Stefan_K wrote:Did you call it head.tex?
Stefan
Shame on me!!! I did!!! :oops: :oops:

Is there a way to make the file name to apper only on the first page?
by Cherepan
Mon Sep 08, 2008 11:13 pm
Forum: Document Classes
Topic: insert file name in the document (header, footer)
Replies: 17
Views: 14165

insert file name in the document (header, footer)

Well, the result is a word "head" in the header. Am I missing something?
Stefan_K wrote:<...>
Save it, give the file a name and compile, <...>
Is the name that I should give differ from the one I save the file with? :roll:
by Cherepan
Mon Sep 08, 2008 10:22 pm
Forum: Document Classes
Topic: insert file name in the document (header, footer)
Replies: 17
Views: 14165

insert file name in the document (header, footer)

localghost wrote:You just have to use the \jobname command to place that file name wherever you want.
Could you please point out some literature how to use this commad. Quick Googling has not helped.
by Cherepan
Mon Sep 08, 2008 10:08 pm
Forum: Document Classes
Topic: insert file name in the document (header, footer)
Replies: 17
Views: 14165

insert file name in the document (header, footer)

Hi all,
I would like to have a name of the (source) file to be inserted in the dvi (and subsequentlt in pdf) output (perhaps without extention).

Is there any way to do it without modifing header or footer manually? :roll:

thanx