TeX enthusiast since almost 25 years and making a living from it since almost 10.
Member of DANTE, the german user group, I organised their user meeting in dortmund in '99.
I'm the author of the hopefully-long-forgotten TeXPower package and a commercial data based publishing system named DocScape which can do wondrous things ;-)
email: Stephan.Lehmke@QuinScape.de
|
May
16 |
|
comment |
How to highlight arabic texts with allowing line breaks? I don't think this will allow line breaks, which was a condition. |
|
May
12 |
|
comment |
Searching for a LaTeX Processor I think your best starting point would be a LaTeX-to-something converter, as it also needs to extract this information. As a start, look here or here. But converting LaTeX to anything has been a hairy task always for the reasons mentioned by @DavidCarlisle, so don't expect too much. Better start with XML and convert to LaTeX. |
|
May
12 |
|
comment |
Horizontal boxes in article class Looks like a job for tabular to me.
|
|
May
12 |
|
comment |
XML or other markup to LaTeX? With xmltex you can directly parse and evaluate XML from LaTeX.
|
|
May
7 |
|
awarded | Autobiographer |
|
May
7 |
|
comment |
Proxy bounties and their philosophical implications in today's modern society @Bugbusters Is the bounty on this question a result of the new selection process? |
|
May
6 |
|
comment |
tabular environment that is similar to html Somehow the interline spacing looks odd... |
|
May
6 |
|
comment |
Prevent new sections to start on the lower part of page If you want more lines to keep together after a section heading, you can say for instance \interlinepenalties 5 10000 10000 10000 10000 10000 after the section command to keep five lines together.
|
|
May
6 |
|
comment |
tabular environment that is similar to html @topskip Please do. I'd like to see the LaTeX version too :-) |
|
May
6 |
|
comment |
tabular environment that is similar to html If you're just looking for the calculation of column widths, it seems tabulary and tabu offer this (maybe I'll sometime publish DocScape's table model as a LaTeX package, that would be the third option then...).
|
|
May
6 |
|
comment |
How can I lower an \xrightarrow @barbarabeeton As this seems to settle the issue, could you please post an answer? |
|
May
6 |
|
comment |
Proxy bounties and their philosophical implications in today's modern society @AlanMunn The bounty comment will vanish once the bounty is awarded, won't it? |
|
May
5 |
|
comment |
Proxy bounties and their philosophical implications in today's modern society Furthermore, the question is bumped for no particular reason, drawing attention to it although nothing has really changed. |
|
May
5 |
|
awarded | Necromancer |
|
May
1 |
|
awarded | Enlightened |
|
May
1 |
|
awarded | Nice Answer |
|
Apr
24 |
|
comment |
Notes overflowing from marginpar to footer @Mårten In a onesided document, all pages are "right" pages by default, so the right margin is the "outer" one, to be used for notes. As the layout produced is in some sense "n+1 columns", with n columns below and one (longer) column on the side, the flow can only be from the leftmost to the rightmost column. I think one could add some configuration for your needs, but maybe it would be better to pose a new question? On a long term perspective, I'm planning to make a package from this. |
|
Apr
23 |
|
awarded | Nice Question |
|
Apr
17 |
|
revised |
Move-around box in PDF display edited tags |
|
Apr
8 |
|
comment |
What makes my line get shifted to the left when I invoke \LoadConstants? @Herbert is right, adding \pst@killglue after the \FPeval statement solves the problem.
|