Page 1 of 2
Dat undecided LaTeX
Posted: March 8th, 2012, 4:39 pm
by DevonFangs
Would like to share with you my personal best:Compile -> 254 warnings.Compile again -> 0 warnings.Will they fix this in the future?
Dat undecided LaTeX
Posted: March 8th, 2012, 4:44 pm
by SierpinskyJanitor
which compiler are you using - MikTex... perhaps?
Dat undecided LaTeX
Posted: March 8th, 2012, 4:46 pm
by Traden4Alpha
Perhaps you forgot to use the "pretty please" compiler switch?
Dat undecided LaTeX
Posted: March 8th, 2012, 4:58 pm
by DevonFangs
MikTeX, yeah
Dat undecided LaTeX
Posted: March 8th, 2012, 4:59 pm
by DevonFangs
BTW Sierp, I see you're back. Hi. In your signature are you talking about the QFCL?
Dat undecided LaTeX
Posted: March 8th, 2012, 5:02 pm
by SierpinskyJanitor
Indeed Sir.
Dat undecided LaTeX
Posted: March 8th, 2012, 5:15 pm
by DevonFangs
what's the best compiler for latex? I actually never really cared about it.
Dat undecided LaTeX
Posted: March 8th, 2012, 5:24 pm
by SierpinskyJanitor
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.
Dat undecided LaTeX
Posted: March 9th, 2012, 6:17 am
by Cuchulainn
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.
Dat undecided LaTeX
Posted: March 9th, 2012, 8:06 am
by lballabio
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.
Dat undecided LaTeX
Posted: March 9th, 2012, 8:31 am
by DevonFangs
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
Dat undecided LaTeX
Posted: March 9th, 2012, 9:10 am
by SierpinskyJanitor
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.
Dat undecided LaTeX
Posted: March 9th, 2012, 1:27 pm
by lballabio
QuoteOriginally posted by: DevonFangsThanks Luigi, I think I knew that You did. I'm not so sure about others
Dat undecided LaTeX
Posted: March 10th, 2012, 8:47 pm
by Kamtsa
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.
Dat undecided LaTeX
Posted: March 12th, 2012, 8:18 am
by DevonFangs
@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.