| bio | website | randomdeterminism.wordpress.c… |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 9 months |
| seen | 1 hour ago | |
| stats | profile views | 1,085 |
|
Apr 9 |
revised |
Is the Bembo font (or a close equivalent) available for LaTeX? typo |
|
Apr 9 |
comment |
How to draw a closed smooth curve from a list of nodes? @Jake: Yes, after all, metapost follows the syntax of metafont, a language designed by Knuth: succinct, precise, and weird (in the same way as TeX is weird). |
|
Apr 9 |
comment |
The ConTeXt standalone problem I don't use Windows so it is hard for me to suggest what could be happening. If you don't get any answer here, post of the context mailing list. Hans Hagen, the main developer of ConTeXt, uses Windows + Scite, so you are sure to get an answer there. |
|
Apr 9 |
awarded | Custodian |
|
Apr 9 |
reviewed | Close Insert bullets not in enumerate/itemize but within text |
|
Apr 9 |
answered | How to draw a closed smooth curve from a list of nodes? |
|
Apr 9 |
revised |
Amoeba shape with TikZ Added a new solution based on Karl's student's solution |
|
Apr 9 |
comment |
The ConTeXt standalone problem Did you call setuptex.bat before running context? Try running mtxrun -- generate |
|
Apr 9 |
awarded | Necromancer |
|
Apr 9 |
answered | Amoeba shape with TikZ |
|
Apr 6 |
comment |
How to disable the header at any page in ConTeXt? Do you use any structure element like title, chapter, section, or makeup on the first page? |
|
Apr 6 |
awarded | Nice Answer |
|
Apr 5 |
comment |
When should I upload my new style? OT @mbork, but what is wrong with bitbucket's TOS? This is the first time I am hearing this. Some of the popular packages like Beamer are maintained on BB. |
|
Apr 5 |
comment |
A flexible derivative macro with LaTeX3 You can use the luatex engine with the latex macro package as well by running the lualatex command. Search for questions tagged lualatex. |
|
Apr 3 |
revised |
How to put signature number in footer (derived from page number)? Add signature number, as requested |
|
Apr 2 |
comment |
Redefining formatting commands to add colors It may be wothwhile to add a feature request to org-mode developers to generate semantic markup, say \important{...}. |
|
Apr 2 |
comment |
Which TeX should one start out with? +1 for "have a look at both LaTeX and ConTeXt and you will see which one works better for you". This is really a subjective choice, as feature-wise there is very little difference between the two formats. |
|
Apr 2 |
comment |
Which TeX should one start out with? You don't need to use XSLT to transform XML to HTML. Most modern browsers are perfectly happy to display XML+CSS. Other options are to write in Markdown and convert to LaTeX/ConTeXt/HTML using pandoc; or write in semantic HTML5 and process it directly using ConTeXt. |
|
Apr 2 |
reviewed | Approve suggested edit on Knitr and tikzDevice not working together with article options |
|
Apr 2 |
comment |
How to randomly extract some pages of a PDF file, sort their pages, and finally bundle them into a new PDF? You can use table.concat function to concat the table to a string. |