Serving the Quantitative Finance Community

 
User avatar
DevonFangs
Topic Author
Posts: 0
Joined: November 9th, 2009, 1:49 pm

Dat undecided LaTeX

March 8th, 2012, 4:39 pm

Would like to share with you my personal best:Compile -> 254 warnings.Compile again -> 0 warnings.Will they fix this in the future?
 
User avatar
SierpinskyJanitor
Posts: 1
Joined: March 29th, 2005, 12:55 pm

Dat undecided LaTeX

March 8th, 2012, 4:44 pm

which compiler are you using - MikTex... perhaps?
 
User avatar
Traden4Alpha
Posts: 3300
Joined: September 20th, 2002, 8:30 pm

Dat undecided LaTeX

March 8th, 2012, 4:46 pm

Perhaps you forgot to use the "pretty please" compiler switch?
 
User avatar
DevonFangs
Topic Author
Posts: 0
Joined: November 9th, 2009, 1:49 pm

Dat undecided LaTeX

March 8th, 2012, 4:58 pm

MikTeX, yeah
 
User avatar
DevonFangs
Topic Author
Posts: 0
Joined: November 9th, 2009, 1:49 pm

Dat undecided LaTeX

March 8th, 2012, 4:59 pm

BTW Sierp, I see you're back. Hi. In your signature are you talking about the QFCL?
 
User avatar
SierpinskyJanitor
Posts: 1
Joined: March 29th, 2005, 12:55 pm

Dat undecided LaTeX

March 8th, 2012, 5:02 pm

Indeed Sir.
 
User avatar
DevonFangs
Topic Author
Posts: 0
Joined: November 9th, 2009, 1:49 pm

Dat undecided LaTeX

March 8th, 2012, 5:15 pm

what's the best compiler for latex? I actually never really cared about it.
 
User avatar
SierpinskyJanitor
Posts: 1
Joined: March 29th, 2005, 12:55 pm

Dat undecided LaTeX

March 8th, 2012, 5:24 pm

Devon, I don´t really know what the best one would be, it really depends on which platform are you, if you´re refing bibtex, compiling to DVI only or pdflatexing directly. There are many compilers out there. MikTex is the least cumbersome to use on Windows, but if you´re working on Linux/MAC there are other interesting options.Cheers and thanks for the reception, I see the forum has been super busy with very interesting stuff lately.
Last edited by SierpinskyJanitor on March 7th, 2012, 11:00 pm, edited 1 time in total.
 
User avatar
Cuchulainn
Posts: 22928
Joined: July 16th, 2004, 7:38 am

Dat undecided LaTeX

March 9th, 2012, 6:17 am

QuoteOriginally posted by: DevonFangsWould like to share with you my personal best:Compile -> 254 warnings.Compile again -> 0 warnings.Will they fix this in the future?Inside every warning is a run-time error trying to escape.
 
User avatar
lballabio
Posts: 0
Joined: January 19th, 2004, 12:34 pm

Dat undecided LaTeX

March 9th, 2012, 8:06 am

In the first pass, it collects the labels. It can't yet resolve any reference, and issues "undefined" warnings for each.In the second pass, it matches the references to the collected labels and all is well.Nothing to see here, move along.
 
User avatar
DevonFangs
Topic Author
Posts: 0
Joined: November 9th, 2009, 1:49 pm

Dat undecided LaTeX

March 9th, 2012, 8:31 am

QuoteOriginally posted by: lballabioIn the first pass, it collects the labels. It can't yet resolve any reference, and issues "undefined" warnings for each.In the second pass, it matches the references to the collected labels and all is well.Nothing to see here, move along.Thanks Luigi, I think I knew that And if I know this, then many people do, and maybe somebody could also fix this
 
User avatar
SierpinskyJanitor
Posts: 1
Joined: March 29th, 2005, 12:55 pm

Dat undecided LaTeX

March 9th, 2012, 9:10 am

Hey Devon, you know what they will say if you complain about the iterative compiling stuff don´t ya? As an open project the first thing you´ll hear is: "not pleased about it? Then go and fix it!" - and they´re right. If there´s something fundamentally wrong with any such tool, as a user ( with spare time and good skills ) you should go and fix it yourself.
 
User avatar
lballabio
Posts: 0
Joined: January 19th, 2004, 12:34 pm

Dat undecided LaTeX

March 9th, 2012, 1:27 pm

QuoteOriginally posted by: DevonFangsThanks Luigi, I think I knew that You did. I'm not so sure about others
 
User avatar
Kamtsa
Posts: 0
Joined: June 4th, 2006, 11:01 am

Dat undecided LaTeX

March 10th, 2012, 8:47 pm

QuoteOriginally posted by: lballabioIn the first pass, it collects the labels. It can't yet resolve any reference, and issues "undefined" warnings for each.In the second pass, it matches the references to the collected labels and all is well.Nothing to see here, move along.if that is the case the latex output likely will contain an explicit "Please recompile" statement at the end, right? Back in the days I remember a typical latex 'makefile' containing a line to grep for that line and automatically re-run target until it vanished. Not sure if modern IDE like Kile do that as well.
 
User avatar
DevonFangs
Topic Author
Posts: 0
Joined: November 9th, 2009, 1:49 pm

Dat undecided LaTeX

March 12th, 2012, 8:18 am

@Luigi,BTW thinking about it, it was not the first time I compiled the project. In general it remembers at least some labels and you don't get warnings for each of them. Do you have any idea about what I could have changed to screw it up completely? I ran texhash at some point.