General ⇒ %& -parsing first line
-
- Posts: 3
- Joined: Tue Jun 09, 2009 2:26 pm
%& -parsing first line
I've been googlin' around for a while now in order to find a way to change the filename of the output *.pdf while using kile and pdflatex.
Using the (linux) console it is no problem doing this by using the command:
pdflatex -filename mynewoutputname source.tex
Because I am using Kile I don't want do struggle with the console and so I thought why not use the first line %&-parsing thing. But it simply doesn't work. (I do still hope I'm just doing it wrong^^)
So my very first line of my soure-documet (the file, where \begin{document} is in...) is:
%& -filname mynewoutputname
(I did try variations like -file-name=foo, --filename=foo and so on - didn't work either)
So what am I doing wrong? (Btw: if I compile the source with the first line parsing in console it doesn't work either)
Thanx
edit: I know there's a way reconfiguring kile - but I would have to do it with every new filename - I'm just looking for a way defining the filename in the source document...
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
%& -parsing first line
Cheers,
Tomek
-
- Posts: 3
- Joined: Tue Jun 09, 2009 2:26 pm
Re: %& -parsing first line
Yes sure - I mean jobname - that's what I used. And yes again - I'm using TexLive. It doesn't work so I will now figure out how to drop an email there...
Thank you.
edit: done - let's wait

Re: %& -parsing first line
Cheers,
Tomek
-
- Posts: 3
- Joined: Tue Jun 09, 2009 2:26 pm
Re: %& -parsing first line
Thanks for the remark!