| bio | website | metacpan.org/author/JBERGER |
|---|---|---|
| location | Chicago, IL | |
| age | ||
| visits | member for | 2 years, 7 months |
| seen | Apr 29 at 21:32 | |
| stats | profile views | 79 |
(*STORE,*TIESCALAR)=map{eval"sub{$_}"}qw'map{print&&sleep$|}split//,pop bless\$|++';tie$t,main;$t="Just another Perl hacker,\n"
|
Oct 8 |
awarded | Yearling |
|
Jun 30 |
awarded | Popular Question |
|
Feb 22 |
accepted | biblatex: Reverse numbering (i.e., count down) |
|
Feb 5 |
awarded | Nice Question |
|
Oct 12 |
accepted | How to ignore .latexmkrc |
|
Oct 12 |
comment |
How to ignore .latexmkrc Thanks, good to know! |
|
Oct 8 |
awarded | Yearling |
|
Sep 27 |
comment |
What have been the most important changes to LaTeX in the last five years? @MartinSchröder, I think the same is mostly true of Impressive, though I know the python world has had a bit of upheaval moving to v3. Truth be told I haven't used Impressive as much, since in truth it is just eye candy (with the excepion of the overview). |
|
Sep 26 |
comment |
What have been the most important changes to LaTeX in the last five years? @MartinSchröder, which hasn't seen development? TikZ is being updated constantly, my fav new feature is align keyword allows breaking text in nodes. If you mean PerlTeX, neither Perl nor TeX has seen major incompatible changes in a while. |
|
Jul 31 |
answered | Write text with some fixed amount of space from the margin |
|
Jul 13 |
comment |
biblatex: Reverse numbering (i.e., count down) and wow, thats cool about biber accessing github. I will def read more about that! |
|
Jul 13 |
comment |
biblatex: Reverse numbering (i.e., count down) Thanks @Audrey, I will check it out soon. Just as I was posting my edit to my answer (literally) the storm came through Chicago and my power has been out ever since. I appreciate your help, I normally am more responsive. Seeing as I am at my parents to check my email I will not delve into the deep LaTeX magic right now, still thanks for your help! |
|
Jul 11 |
comment |
biblatex: Reverse numbering (i.e., count down) Damn, spoke too soon. The problem is that I am doing this with three bibliographies, and this is usually the stumbling block. I will expand my question to include this point too. |
|
Jul 11 |
comment |
biblatex: Reverse numbering (i.e., count down) Excellent work! I will try it out and mark it correct if it works for me. I can't see why it wouldn't though. Thanks! |
|
Jun 24 |
revised |
biblatex: Reverse numbering (i.e., count down) made the example a little more descriptive |
|
Jun 22 |
comment |
biblatex: Reverse numbering (i.e., count down) @Gonzalo, thanks for that. Now I know that it is at least possible. That would required defining a new sort scheme and also that I use biber as a backend. Not the worst case, but would involve some more effort. |
|
Jun 22 |
asked | biblatex: Reverse numbering (i.e., count down) |
|
Feb 6 |
comment |
How to ignore .latexmkrc No slight intended. Call it a post for the future reader. |
|
Feb 6 |
comment |
How to ignore .latexmkrc Now that I am on that track, a further idea would be to localize $ENV{'HOME'} to a block before calling latexmk. Then the home variable will be restored afterwards automatically. ...;{ local $ENV{'HOME'}; system( 'latexmk', '-pdf', $filename ); } ... |
|
Feb 6 |
awarded | Commentator |