3,641 reputation
1030
bio website predrag.freeshell.org
location Bagdala
age
visits member for 1 year, 5 months
seen 2 hours ago
stats profile views 498

6h
revised LaTeX Introductions in languages other than English
added 421 characters in body
19h
awarded  Popular Question
1d
revised Producing doc/docx from LaTeX
added 1 characters in body
1d
answered Producing doc/docx from LaTeX
1d
awarded  Citizen Patrol
2d
comment How to include audio file in PDF
@user1996 I up voted your self proposed solution. I was not aware of attach file before. Could you describe how does it work? Do you have to unpack PDF file before you play? I see pdftk listed as one way to do that but that is pdf manipulator not a viewer. Does your solution suffer from the same problem as movie15 it depends on Acroread.
2d
comment Calculate prices
@G.Poore You did a great job with PythonTeX man! I am loving it. I did first thing over the weekend in PythonTeX for my work. I also saw your talk on YouTube. You are a very good speaker too!
2d
comment Calculate prices
@Daniel The guy who wrote Python listed as original reason that he want to do matplotlib plots within a document. The way this is done is essentially by plotting in Python, saving and then calling back pgf library. The packages you see listed are required for a very complex document. As I just started using PythonTeX this weekend I upload them all. Speaking of philosophy well it is a philosophy so lets leave it there... I am glad you got me to spit those two examples out.
May
20
revised Calculate prices
deleted 5 characters in body
May
20
revised Calculate prices
added 13 characters in body
May
20
comment Calculate prices
@Daniel Check out the examples. I apologize for not posting them on the first place I am just super busy guy.
May
20
revised Calculate prices
added 328 characters in body
May
20
revised Calculate prices
added 186 characters in body
May
20
revised Calculate prices
added 41 characters in body
May
20
revised Calculate prices
added 221 characters in body
May
20
comment Calculate prices
@Daniel Give me few more minutes to refine the lua code and to get you pythontex version.
May
20
comment Getting correct labels on axes with PSTricks
@Svend Tveskæg Have you tried mupdf. Much better PDF rendering libraries than Poppler. Tiny, tiny libraries and viewer in comparison with anything let alone with Acroread.
May
20
comment How to make `latexmk` run the appropriate amount of times
@dustin I use nvi. I do not use Vim. I have the following line in my .exrc map ^X :w^M:!make pdf clean-ps %^M and write a Makefile per working directory.
May
20
revised Calculate prices
added 55 characters in body
May
20
comment How to make `latexmk` run the appropriate amount of times
@dustin I thought latexmk was a Perl script which is so clever that knows how many times to run various commands? If the above is indeed the case it almost defeats the purpose of using it. I use home coked Makefiles on one hand. Going back to your original question there must be some way to do it by editing .emacs if I recall correctly but I am a vi user (no flaming) and I forgot how to fix that in Lisp. This is trivial to do in vi so in Emacs should be even easier as it is fully programmable editor.