| bio | website | 301south.net |
|---|---|---|
| location | Santa Barbara, CA | |
| age | 34 | |
| visits | member for | 2 years, 9 months |
| seen | 2 days ago | |
| stats | profile views | 25 |
Industrial Ecologist with a degree in Mechanical Engineering. It would seem, from my perspective, that the principal reason for using TeX is to annoy one's colleagues. The secondary reason is to provide procrastination activities. I am the last surviving user of PStricks (and, by extention, plain-LaTeX). I have never run pdf.*tex nor usedpackage pgf or tikz. This makes me a curmudgeon, even by LaTeX-user standards.
I filled out this section expressly to earn the "autobiographer" merit badge. BTW- merit badges and reputation? I feel like a cub scout playing Zork.
Maybe there should be a "shooting yourself in the foot by insisting on using obsolete packages" merit badge.
|
Mar 16 |
awarded | Good Question |
|
Dec 19 |
awarded | Benefactor |
|
Dec 17 |
comment |
Why does latex think it's tomorrow already? Thanks for the discussion and the solution. I added an 'unset TZ' into my workflow. |
|
Dec 17 |
accepted | Why does latex think it's tomorrow already? |
|
Dec 17 |
comment |
Why does latex think it's tomorrow already? Unsetting TZ does the trick. if you post it as an answer, I guess that means you win the bounty. Any idea what the proper setting is for US west coast? It looks to me like "America/Los_Angeles" is supposed to be correct. |
|
Dec 17 |
comment |
Why does latex think it's tomorrow already? Here's my env: pastebin.com/frpSu94v ; TZ is not set in windows ; in bash it's "America/Los_Angeles" |
|
Dec 17 |
comment |
Why does latex think it's tomorrow already? @cyberSingularity, they are consistent. Both report the locale-current time (of 13:44). No, I did not use cygwin to install TeX Live because I remain somewhat mistrustful of cygwin. I installed using the installer from texlive.org |
|
Dec 17 |
awarded | Promoter |
|
Dec 7 |
comment |
Why does latex think it's tomorrow already? Just built a document now and got: D:20121207010418Z. That's 0104, right? Local time is 17:04 on December 6. Conclusion: my OS is not reporting the correct time zone to tex. solution: ????? |
|
Dec 1 |
comment |
Store results of a calculation automatically under a new macro name It sounds like fp.sty would do what you want.. \FPdiv\myresult{250}{2} will store 125 in \myresult. \FPclip is also necessary to remove leading and trailing zeros. But this approach integrates well with siunitx |
|
Dec 1 |
comment |
Unable to make symbol similar to bowtie or lrtimes What do \ooalign and \cr do? |
|
Nov 29 |
comment |
Why does latex think it's tomorrow already? @percusse, I think the current directory is incidental- the result is the same from my home directory. |
|
Nov 29 |
comment |
Why does latex think it's tomorrow already? @Qrrbrbirlbel-- aha! it says it's 8 hours ahead, which I think is GMT. So it sounds like maybe I don't have a locale variable set.. but unfortunately, I don't see any discussion about time zones in the datetime documentation |
|
Nov 28 |
asked | Why does latex think it's tomorrow already? |
|
Aug 26 |
awarded | Yearling |
|
Jun 8 |
awarded | Caucus |
|
Jun 2 |
comment |
Package natbib Error: Bibliography not compatible with author-year citations A vote here to remove all the temporary files- it does not seem like just the bbl+aux was enough (though I was tearing my hair out so I may not have been of entirely sound mind). Anyway- temporary files- they'll get ya. |
|
Feb 29 |
awarded | Popular Question |
|
Nov 16 |
comment |
How to expand TeX's “main memory size”? (pgfplots memory overload) Is there a more general solution that is not limited to pgf? |
|
Nov 16 |
comment |
“Pretty-printing” numbers redux: engineering notation Just noticed that it is also "offsetable" by a fixed power.. i.e. in the example above, if I used the command \SI{\Ek}{\tera\joule} then the answer comes out in PJ- fantastic. This allows me to make brilliant homework solutions, and has made my night! |