<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi all,<br>
    <br>
    just a few remarks<br>
    <br>
    <blockquote cite="mid:20110818111329.GA15744@nashi.hw.39mm.net"
      type="cite">
      <pre wrap="">
MathJax
-------

Lots of external solutions exist, based on images[2] or
javascript[3]. The best of these solutions is probably MathJax, due to
its large browser support and strong academic backing. I think it is
possible to write an ikiwiki plugin to correctly handle TeX formulas
for rendering with MathJax, and a very partial result is available
here
    <a class="moz-txt-link-freetext" href="http://dev.ipol.im/%7Enil/tmp/ipol/rendering/iki_mathjax/">http://dev.ipol.im/~nil/tmp/ipol/rendering/iki_mathjax/</a>
to be compared with the current situation
    <a class="moz-txt-link-freetext" href="http://dev.ipol.im/%7Enil/tmp/ipol/rendering/iki_teximg/">http://dev.ipol.im/~nil/tmp/ipol/rendering/iki_teximg/</a>
Note that the ikiwiki directive syntax will still be needed, something
like,
    [[!tex "-\Delta_du(i,j)=F(i,j)"]]
because the MathJax needs '$' delimitors to recognize TeX, and the
markdown syntax used for the IPOL documents will not let these '$'
appear like that.</pre>
    </blockquote>
    <br>
    I tried these links and didn't work<br>
    <br>
    <blockquote cite="mid:20110818111329.GA15744@nashi.hw.39mm.net"
      type="cite">
      <pre wrap="">PDF vs HTML as an output format
-------------------------------

TeX has 2 avantages: high-quality typesetting and very good
penetration in the community.

Indeed, we could receive articles as a LaTeX files and attachments,
produce a PDF, and distribute this PDF file. This file vould look
good, would be storeable, printable and shareable, and would be not
different from all the other journals. But a PDF file only contain
text and images[4], so I want to make a list of the things we won't be
able to do in TeX/PDF files:

* No more attached files, like the source code. The source code can be
  available from the web page, but the authors loose the possibility
  to present the attached files like they want, and have some comments
  and explanations next to the download links. This applies to any
  attached file, datasets, compiled code.
* No more source code documentation in the article. Here again, it can
  be made available with the source code on the web page, but not from
  the article PDF file.
* No more videos. No sound (I know some people are thinking about
  sound proicessing algorithms).
* No more "galleries" (multiple superposed images).
* No more "optional sections" (show/hide parts).
* No more thumbnail images linkes to the full-resolution version.
* Difficult to have reliable links between the PDF article and the
  demo and archive www pages.
* Probably other things too...</pre>
    </blockquote>
    <br>
    But all this extra information (attachements, source code, video,
    galleries, etc) could be<br>
    linked from within the PDF document, no?<br>
    <br>
    I've created a very simple example (is a very basic pdf, but I think
    all the<br>
    basic ideas are there). Please check it at:<br>
    <br>
    <a href="http://dev.ipol.im/%7Elisani/ipolTestpaper.pdf">http://dev.ipol.im/~lisani/ipolTestpaper.pdf</a><br>
    <br>
    the sources (tex, images and other stuff) is here:<br>
    <a href="http://dev.ipol.im/%7Elisani/ipolTestpaper.pdf">http://dev.ipol.im/~lisani/test</a><br>
    <br>
    <br>
    <br>
    <br>
    José Luis<br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>