qc.to not available, moving to perso.crans.org/besson/

This commit is contained in:
Lilian Besson
2016-01-04 18:07:00 +01:00
parent 292f3fbd48
commit ef0e2dc1d5
18 changed files with 57 additions and 57 deletions

View File

@@ -51,33 +51,33 @@ strapdown2pdf -help | [options]</p>
-k|-keep keep the intermediate .tex file. New!
-s|-sign sign the produce PDF document with GnuPG (thanks to PDFCompress).</p>
<p>strapdown2pdf v0.8 : Copyrights: (c) Lilian Besson 2011-2014.
Released under the term of the GPL v3 Licence (more details on http://besson.qc.to/LICENSE.html).
Released under the term of the GPL v3 Licence (more details on http://perso.crans.org/besson/LICENSE.html).
In particular, strapdown2pdf is provided WITHOUT ANY WARANTY.
```</p>
</blockquote>
<h3>Options</h3>
<p><strong>strapdown2pdf</strong> now comes with these options:</p>
<ul>
<li><code>-interactive</code> (shortcut is <code>-i</code>) to run <a href="http://besson.qc.to/bin/pdflatex">PDFLaTeX</a> with the interactive (errorstopmode) mode (default is batchmode),</li>
<li><code>-interactive</code> (shortcut is <code>-i</code>) to run <a href="http://perso.crans.org/besson/bin/pdflatex">PDFLaTeX</a> with the interactive (errorstopmode) mode (default is batchmode),</li>
<li><code>-quiet</code> (shortcut is <code>-q</code>) to run <a href="http://lbesson.bitbucket.org/md/strapdown2pdf.html">strapdown2pdf</a> in quiet mode (no output at all, everything is redirected to <code>/tmp/strapdown2pdf.log</code>),</li>
<li><code>-htm</code> (shortcut is <code>-m</code>) to produce a simple HTML file (which do not use StrapDown.js, see <a href="./strapdown2pdf.htm">this example strapdown2pdf.htm</a>), written to a .htm file. For important document, producing a .htm autonomous file is a good idea,</li>
<li><code>-discrete</code> (shortcut is <code>-d</code>) to run strapdown2pdf is discrete mode, without adding any creditentials in the produced document,</li>
<li><code>-s[0-9][0-9]*%</code> (e.g. <code>-79%</code>) to change the default scale used by autotex (default is 85%, '-70%', '-75%' or '-80%' are good also),</li>
<li><code>-[0-9][0-9]*pt</code> (e.g. <code>-10pt</code>) to change the default police size used by autotex (default is 11pt, '-10pt' or '-12pt' are good also),</li>
<li><code>-keep</code> (shortcut is <code>-k</code>) to keep the intermediate <code>.tex</code> file,</li>
<li><code>-sign</code> (shortcut is <code>-s</code>) to sign the produce PDF document with GnuPG (thanks to <a href="http://besson.qc.to/bin/PDFCompress">PDFCompress</a> option <code>--sign</code>).</li>
<li><code>-sign</code> (shortcut is <code>-s</code>) to sign the produce PDF document with GnuPG (thanks to <a href="http://perso.crans.org/besson/bin/PDFCompress">PDFCompress</a> option <code>--sign</code>).</li>
</ul>
<hr />
<h2>Mandatory requirements</h2>
<ul>
<li><a href="http://jgm.github.io/lunamark/lunamark.1.html">lunamark</a> (an awesome <em>lua</em>-powered Markdown to LaTeX processor),</li>
<li><a href="http://besson.qc.to/bin/autotex">autotex</a> (from my web page, or from <a href="https://bitbucket.org/lbesson/bin/src/master/autotex">bin/autotex</a>).</li>
<li><a href="http://perso.crans.org/besson/bin/autotex">autotex</a> (from my web page, or from <a href="https://bitbucket.org/lbesson/bin/src/master/autotex">bin/autotex</a>).</li>
</ul>
<h2>Optionnal requirements</h2>
<p>These external scripts are not really mandatory, you could do without it by modifying a couple of lines of the script's code:</p>
<ul>
<li><a href="http://besson.qc.to/bin/PDFCompress">PDFCompress</a> (from my web page, or from <a href="https://bitbucket.org/lbesson/bin/src/master/PDFCompress">bin/PDFCompress</a>),</li>
<li><a href="http://besson.qc.to/bin/pdflatex">pdflatex</a> (from my web page, or from <a href="https://bitbucket.org/lbesson/bin/src/master/pdflatex">bin/pdflatex</a>).</li>
<li><a href="http://perso.crans.org/besson/bin/PDFCompress">PDFCompress</a> (from my web page, or from <a href="https://bitbucket.org/lbesson/bin/src/master/PDFCompress">bin/PDFCompress</a>),</li>
<li><a href="http://perso.crans.org/besson/bin/pdflatex">pdflatex</a> (from my web page, or from <a href="https://bitbucket.org/lbesson/bin/src/master/pdflatex">bin/pdflatex</a>).</li>
</ul>
<hr />
<h1>Future features ?</h1>
@@ -119,7 +119,7 @@ it could be possible to do the same for a "Compile to PDF with TeXLive" button !
</ul>
<h3>License</h3>
<p>This project is released under the <strong>GPLv3 license</strong>, for more details,
take a look at the <a href="http://besson.qc.to/LICENSE.html">LICENSE</a> file in the source.</p>
take a look at the <a href="http://perso.crans.org/besson/LICENSE.html">LICENSE</a> file in the source.</p>
<p><em>Basically, that allow you to use all or part of the project for you own business.</em></p></body>
</html>