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

Nov
15
asked Which document class / package was used to typset this CV?
Nov
12
comment LaTeX to HTML - Square roots
@David Carlisle Thank you so much for educating me on MathML just like on many other topics! I edited my post accordingly.
Nov
12
revised LaTeX to HTML - Square roots
deleted 95 characters in body
Nov
12
revised LaTeX to HTML - Square roots
deleted 90 characters in body
Nov
12
revised LaTeX to HTML - Square roots
added 685 characters in body
Nov
12
revised LaTeX to HTML - Square roots
added 685 characters in body
Nov
12
revised LaTeX to HTML - Square roots
added 685 characters in body
Nov
12
answered LaTeX to HTML - Square roots
Nov
5
comment Hacking Animate
That was my guess (please see the question). So the follow up question was how difficult would be to add Lua support into PDF viewers xpdf, epdf, or mupdf (I am just listing one viewer for each of three open source pdf rendering libraries that I am aware of). You out of all people should prefer Lua over JavaScript for the same reason we do not have JavaScriptTeX but rather LuaTeX:)
Nov
4
revised Hacking Animate
edited body
Nov
4
revised Hacking Animate
added 97 characters in body
Nov
4
comment Hacking Animate
Well animate is guilty in taking opportunistic approach and using AcroRead instead of making truly portable solution in spirit of original TeX. Do not forget that TeX predates Windows by almost 20 years and even DOS for almost 10 years.
Nov
4
asked Hacking Animate
Nov
2
awarded  Necromancer
Oct
18
awarded  Popular Question
Oct
16
comment How does TeX actually work?
I would add to the Werner's comment that TeX by Topic by Victor Eijkhout is also going to help. However, be prepared for a serious studying. The TeXBook and TeX by Topic do not read like NY Times.
Oct
16
answered MacPorts: install packages for use in Texmaker
Oct
16
comment Find In Project regex not matching
It would be helpful if you could describe your system. GNU grep is not the same program as BSD grep for example. I have no idea how the regular expressions are implemented in Kile but it is definitely possible that Kile has different implementation then your system grep.
Sep
11
revised Conference Announcement Poster
added 23 characters in body
Aug
13
comment Converting MS Word .doc to LaTeX by command line
I like your comment a lot! As you observed docx is a glorified xml file + few style files which are zipped. A simple sed script is perfectly capable of dealing with it reasonable well. For people who look more serious tool I recommend docx2txt (sourceforge.net/projects/docx2txt ) written in Perl.