[docbook-apps] l10n WebHelp bugs

2015-01-29 Thread Marja van Waes
Hi all,

I suppose pending-fixed in

http://sourceforge.net/p/docbook/bugs/1324/
http://sourceforge.net/p/docbook/bugs/1325/
http://sourceforge.net/p/docbook/bugs/1326/

means the context name=webhelp part of

https://svn.code.sf.net/p/docbook/code/trunk/gentext/locale/uk.xml
http://snapshots.docbook.org/xsl/common/ru.xml
https://svn.code.sf.net/p/docbook/code/trunk/gentext/locale/nl.xml

is still not in use?

(Btw, the translations are not visible in:
http://snapshots.docbook.org/xsl/common/uk.xml
https://svn.code.sf.net/p/docbook/code/trunk/gentext/locale/ru.xml
http://snapshots.docbook.org/xsl/common/nl.xml )

If those translations end up in our WebHelp publications, then it'll be
easier to motivate translators for other languages to translate those
strings, too.

We do currently have WebHelp publications in 20 languages, and expect to
have more.

Cheers,
Marja

-- 
There is a way to wisdom, it has one simple rule:
Be stupid, and stupid, and stupid again...
... but less, and less, and less.


This quote dates from before WW2, author unknown to me.
It was used to comfort pupils after a failure.

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



[docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread Marco Giebel
Hello,
I am looking for a possibility to include LaTeX formulas inside a docbook 
document. These formulas should be interpreted on the fly to MathML, when the 
document is processed into PDF or HTML format. (For example using LatexML, 
which does a good job in translating LaTeX to MathML).

The reason is that I want to combine the flexibility of docbook with the ease 
of typing math in LaTeX. (MathML and any graphical formula editors are 
extremely time consuming for complex formulas.)

My idea is to include some latexmath element in a document like

...
para
latexmath\sum_{n=1}^\infty \frac 1 n/latexmath is divergent.
/para
...

This element should be translated to MathML during processing - either as a 
preprocessing step or using xslt commands if possible.

Can this be done? Or do I have to parse my documents, find all latexmath 
elements, process their contents with LatexML and write the MathML output back 
into the document?

Thank you
Marco

-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread Stefan Seefeld
On 29/01/15 03:25 PM, Warren Young wrote:
 On Jan 29, 2015, at 12:46 PM, Marco Giebel marco-gie...@gmx.de wrote:

 These formulas should be interpreted on the fly to MathML
 Are you sure you want to prevent the correct viewing of your document in 
 stock versions of Chrome, IE, and Opera?

 http://caniuse.com/#search=mathml

 Yes, I know there are browser plugins and hacks like MathJax that can fix 
 this, but…ech.

 If you’re also targeting PDF, most XSL-FO processors don’t support MathML, 
 either.  Last time I checked, only Antenna House did.

I have been using FOP with the jeuclid plugin for a number of years and
have been (mostly) satisfied with its support for MathML.

FWIW,
Stefan



-- 

  ...ich hab' noch einen Koffer in Berlin...


-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Aw: Re: Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread Marco Giebel

Please read my initial question.



I write my documents using docbook.



Because typing complicated math with MathML is too time-consuming, I want to include math as LaTeX formulas. This LaTeX needs to be converted to MathML, before I can apply my processing tools.



Gesendet:Donnerstag, 29. Januar 2015 um 22:08 Uhr
Von:maxwell maxw...@umiacs.umd.edu
An:Marco Giebel marco-gie...@gmx.de
Cc:docbook@lists.oasis-open.org
Betreff:Re: Aw: Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

On 2015-01-29 16:02, Marco Giebel wrote:
 And what does dblatex have to do with converting latex to MathML?
 As you write it converts docbook to latex which is something like the
 opposite.

If youre already using LaTeX, why would you need to convert it to
MathML?

-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org





-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread Alexey Neyman

On 01/29/2015 12:25 PM, Warren Young wrote:

On Jan 29, 2015, at 12:46 PM, Marco Giebel marco-gie...@gmx.de wrote:

These formulas should be interpreted on the fly to MathML

Are you sure you want to prevent the correct viewing of your document in stock 
versions of Chrome, IE, and Opera?

 http://caniuse.com/#search=mathml

Yes, I know there are browser plugins and hacks like MathJax that can fix this, 
but…ech.

If you’re also targeting PDF, most XSL-FO processors don’t support MathML, 
either.  Last time I checked, only Antenna House did.  I see that they have 
included it in the commercial version, but it’s still a paid add-on for the 
Lite version:

 http://www.antennahouse.com/product/mathml.htm


I found this quite useful for PDF output:

http://pmml2svg.sourceforge.net/

This XSL stylesheet converts MathML to SVG. SVG can be then inserted 
into the XSL-FO for PDF output or converted to PNG for HTML.


If you want to use inline formulas, you'd need a small hack to pass the 
baseline shift generated by pMML2SVG (which is stored in the generated 
SVG) into the XSL-FO attribute. I have a patch for that somewhere; I'll 
dig it up if you're interested.


Regards,
Alexey.



When I created the f/Calc manual, I built a bit of Makefile hackery to turn 
LaTeX fragments into PNG for the HTML version and PDF for insertion into the 
PDF version by the XSL-FO processor:

 http://fcalc.net/manual/
 http://fcalc.net/manual.pdf

I think the result is fairly seamless, and it works on all browsers, going back 
to ancient days.

If you want, I can dig up the recipe.  It’s simple enough to be quickly 
reinvented.  I’d post it now, but I don’t have the code on hand where I am now.
-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org





-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Aw: Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread Marco Giebel
I read about mathphrase. However, this element is only for a linear sequence of symbols. Not for sums, integrals, matrices or multiline equations.


Gesendet:Donnerstag, 29. Januar 2015 um 21:29 Uhr
Von:Thomas Schraitle tom_s...@web.de
An:docbook@lists.oasis-open.org
Betreff:Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

Hello Marco,

Am Donnerstag, 29. Januar 2015, 20:46:30 schrieb Marco Giebel:
 [...]
 My idea is to include some latexmath element in a document like

 para
 latexmathsum_{n=1}^infty frac 1 n/latexmath is divergent.
 /para

There is no latexmath element in DocBook. However, you can have the same
functionality with equation (for block formulas) or inlineequation (inside a
paragraph). For example, an inline equation of Einsteins famous formula could
look like:

inlineequation
mathphrase role=latexE = mc^2/mathphrase
/inlineequation


 This element should be translated to MathML during processing - either as a
 preprocessing step or using xslt commands if possible.

 Can this be done? Or do I have to parse my documents, find all latexmath
 elements, process their contents with LatexML and write the MathML output
 back into the document?

Sure. In theorey, it needs a three step process: extract all LaTeX formulas,
convert it to MathML (or maybe graphics?), and reinsert it -- or include a
reference.

How many formulas do you have? Do they change frequently? Well, maybe you
dont need such a sophisticated convertion. Perhaps you could reference your
MathML formulas with xi:include and do the convertion outside your workflow.

Get some ideas by reading Bobs chapter about Math in DocBook at
http://www.sagehill.net/docbookxsl/Math.html

Hope this helps. :)

--
Gru/Regards
Thomas Schraitle


-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org





-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Aw: Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread Marco Giebel

And what does dblatex have to do with converting latex to MathML?

As you write it converts docbook to latex which is something like the opposite.



Gesendet:Donnerstag, 29. Januar 2015 um 21:55 Uhr
Von:maxwell maxw...@umiacs.umd.edu
An:Marco Giebel marco-gie...@gmx.de
Cc:docbook@lists.oasis-open.org
Betreff:Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

On 2015-01-29 14:46, Marco Giebel wrote:
 I am looking for a possibility to include LaTeX formulas inside a
 docbook document.

There is an open source piece of software called dblatex (NOT db2latex,
which is much older). It converts DocBook XML to LaTeX (or XeLaTeX).
We use it, but I dont know whether you can get it to pass LaTeX text
verbatim--maybe you can if you use an xslt processing-instruction. (If
you simply embed LaTeX commands as text, they get escaped, so they wont
be processed.)

Theres a sourceforge site for dblatex here:
http://dblatex.sourceforge.net/
However, it doesnt seem to be up to date, as I know theyre up to
version 0.3.5. Theres a download site for the newer version here:
https://pypi.python.org/pypi/dblatex
Actually, the latest is also available from sourceforge, here:
http://sourceforge.net/projects/dblatex/
I think the discrepancy between the above link and this one has to do
with migrating from git to mercurial.

The developer is Benoit Guillon, and he can be reached through the
dblatex mailing list:
http://sourceforge.net/p/dblatex/mailman/dblatex-devel/
(with link to subscribe) He might be able to better answer the question
about how to embed LaTeX code to be executed.

Mike Maxwell
University of Maryland

-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org





-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread Warren Young
 On Jan 29, 2015, at 2:20 PM, Stefan Seefeld ste...@seefeld.name wrote:
 
 On 29/01/15 03:25 PM, Warren Young wrote:
 
 ...most XSL-FO processors don’t support MathML, either.  Last time I 
 checked, only Antenna House did.
 
 I have been using FOP with the jeuclid plugin for a number of years and
 have been (mostly) satisfied with its support for MathML.

Is the prerequisites section at the top of the following page correct in 
indicating that the plugin doesn’t support either FOP 1.0 or 1.1?

   http://jeuclid.sourceforge.net/jeuclid-fop/
-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Aw: Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread Marco Giebel

Yes, I dont care if the MathML cannot be displayed in all browsers.

My question is, how I can convert included LaTeX to MathML, not whether everybody thinks that this is useful.



Gesendet:Donnerstag, 29. Januar 2015 um 21:25 Uhr
Von:Warren Young w...@etr-usa.com
An:docbook@lists.oasis-open.org
Betreff:Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

 On Jan 29, 2015, at 12:46 PM, Marco Giebel marco-gie...@gmx.de wrote:

 These formulas should be interpreted on the fly to MathML

Are you sure you want to prevent the correct viewing of your document in stock versions of Chrome, IE, and Opera?

http://caniuse.com/#search=mathml

Yes, I know there are browser plugins and hacks like MathJax that can fix this, butech.

If youre also targeting PDF, most XSL-FO processors dont support MathML, either. Last time I checked, only Antenna House did. I see that they have included it in the commercial version, but its still a paid add-on for the Lite version:

http://www.antennahouse.com/product/mathml.htm

When I created the f/Calc manual, I built a bit of Makefile hackery to turn LaTeX fragments into PNG for the HTML version and PDF for insertion into the PDF version by the XSL-FO processor:

http://fcalc.net/manual/
http://fcalc.net/manual.pdf

I think the result is fairly seamless, and it works on all browsers, going back to ancient days.

If you want, I can dig up the recipe. Its simple enough to be quickly reinvented. Id post it now, but I dont have the code on hand where I am now.
-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org





-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Re: Aw: Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread maxwell

On 2015-01-29 16:02, Marco Giebel wrote:

And what does dblatex have to do with converting latex to MathML?
As you write it converts docbook to latex which is something like the
opposite.


If you're already using LaTeX, why would you need to convert it to 
MathML?


-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread maxwell

On 2015-01-29 14:46, Marco Giebel wrote:

I am looking for a possibility to include LaTeX formulas inside a
docbook document.


There is an open source piece of software called dblatex (NOT db2latex, 
which is much older).  It converts DocBook XML to LaTeX (or XeLaTeX).  
We use it, but I don't know whether you can get it to pass LaTeX text 
verbatim--maybe you can if you use an xslt processing-instruction.  (If 
you simply embed LaTeX commands as text, they get escaped, so they won't 
be processed.)


There's a sourceforge site for dblatex here:
   http://dblatex.sourceforge.net/
However, it doesn't seem to be up to date, as I know they're up to 
version 0.3.5.  There's a download site for the newer version here:

   https://pypi.python.org/pypi/dblatex
Actually, the latest is also available from sourceforge, here:
   http://sourceforge.net/projects/dblatex/
I think the discrepancy between the above link and this one has to do 
with migrating from git to mercurial.


The developer is Benoit Guillon, and he can be reached through the 
dblatex mailing list:

   http://sourceforge.net/p/dblatex/mailman/dblatex-devel/
(with link to subscribe)  He might be able to better answer the question 
about how to embed LaTeX code to be executed.


   Mike Maxwell
   University of Maryland

-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread Stefan Seefeld
On 29/01/15 05:10 PM, Warren Young wrote:
 On Jan 29, 2015, at 2:20 PM, Stefan Seefeld ste...@seefeld.name wrote:

 On 29/01/15 03:25 PM, Warren Young wrote:
 ...most XSL-FO processors don’t support MathML, either.  Last time I 
 checked, only Antenna House did.
 I have been using FOP with the jeuclid plugin for a number of years and
 have been (mostly) satisfied with its support for MathML.
 Is the prerequisites section at the top of the following page correct in 
 indicating that the plugin doesn’t support either FOP 1.0 or 1.1?

http://jeuclid.sourceforge.net/jeuclid-fop/

I'm not sure why that page indicates that. While at some point I did
have some difficulties to use jeuclid with FOP 1.0 an 1.1, I eventually
got it working. However, I never used the version directly from
sourceforge, but rather the one that is distributed by debian. Perhaps
support for newer FOP versions was added there and never merged upstream
? I'm not sure...

Still, I have been using FOP 1.1 for quite a while now with jeuclid, and
never run into major issues.

(I'm a very happy XMLMind user, by the way, including and especially
with its MathML editing support. I understand the OP's desire to type
math in latex, though. That may be faster for someone already familiar
with LaTeX. FWIW.)

Stefan

-- 

  ...ich hab' noch einen Koffer in Berlin...


-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org



Re: [docbook] LaTeX math inside docbook, on-the-fly MathML conversion?

2015-01-29 Thread Justus-bulk
Alexey Neyman sti...@att.net wrote on Thu, 29 Jan 2015 12:34:05 -0800:

 I found this quite useful for PDF output:

 http://pmml2svg.sourceforge.net/

 This XSL stylesheet converts MathML to SVG. SVG can be then inserted
 into the XSL-FO for PDF output or converted to PNG for HTML.

I'm the person behind pmml2svg.  I think its output is clearly superior
to JEuclid in most cases, mostly because JEclid literally handles
stretchy characters by anisotropic scaling of glyphs.

Yet I sadly do not eat my own dog food most of the time.  The reason is
that pmml2svg relies on FOP code handle font metrics, and FOP is
currently limited to Unicode plane-0 code points
(https://issues.apache.org/jira/browse/FOP-1969), but I often use
Mathematical Alphanumeric Symbols (1D400–1D7FF).  Since my use case for
pmml2svg relies on FOP for PDF output, I have had little motivation to
remove pmml2svg's dependency on FOP.

Moreover, while I think MathML-to-SVG conversion coded entirely in XSLT
is cool and fits well into XML workflows, math rendering is not trivial,
and MathML keeps evolving, so implementation and maintenance cannot be
done without community help.  Perhaps it would be better to try to write
a MathML-to-SVG converter and/or a FOP math plugin based on an
established math rendering system such as Gecko or MathJax.

 If you want to use inline formulas, you'd need a small hack to pass
 the baseline shift generated by pMML2SVG (which is stored in the
 generated SVG) into the XSL-FO attribute. I have a patch for that
 somewhere; I'll dig it up if you're interested.

I am :-)

For LaTeX-to-MathML conversion I use TTM
(http://hutchinson.belmont.ma.us/tth/mml/). In the meantime many other
converters have appeared (that I have never felt the pressure to try
out).

Justus

-
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org