Some typos
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<p><a href="//lbesson.bitbucket.io/md/strapdown2pdf" title="A super cool Bash script !">StrapDown2PDF</a> is a <strong>super cool</strong> Bash script designed to print a <em>StrapDown</em>-powered web-page to a PDF document.</p>
|
||||
<h2>More details</h2>
|
||||
<p>To be more precise, <a href="//lbesson.bitbucket.io/md/" title="Homepage of StrapDown.js !">StrapDown.js</a> allows you to write pretty HTML pages with the Markdown syntax (more details here <a href="//lbesson.bitbucket.io/md/index.html" title="Explanations on StrapDown.js !">index.html</a>).</p>
|
||||
<p>And <a href="//lbesson.bitbucket.io/md/strapdown2pdf" title="A super cool Bash script !">StrapDown2PDF</a> can be used (on your laptop, from the command line) to transform the document from HTML (writen with Markdown) to PDF (with one intermediate phasis as a LaTeX file).</p>
|
||||
<p>And <a href="//lbesson.bitbucket.io/md/strapdown2pdf" title="A super cool Bash script !">StrapDown2PDF</a> can be used (on your laptop, from the command line) to transform the document from HTML (written with Markdown) to PDF (with one intermediate phasis as a LaTeX file).</p>
|
||||
<hr />
|
||||
<h2>Example and how-to</h2>
|
||||
<p><a href="strapdown2pdf.pdf">This page as a PDF</a> is a pretty good example of an automatically compiled PDF file.</p>
|
||||
@@ -73,7 +73,7 @@ In particular, strapdown2pdf is provided WITHOUT ANY WARANTY.
|
||||
<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://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>
|
||||
<h2>Optional 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://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>
|
||||
@@ -81,7 +81,7 @@ In particular, strapdown2pdf is provided WITHOUT ANY WARANTY.
|
||||
</ul>
|
||||
<hr />
|
||||
<h1>Future features ?</h1>
|
||||
<h3>A 100% perfect support for embeded LaTeX code</h3>
|
||||
<h3>A 100% perfect support for embedded LaTeX code</h3>
|
||||
<p>These two examples (<a href="example3.html">3</a> and <a href="example4.html">4</a>) show how to include <a href="http://www.mathjax.org/">MathJax</a>
|
||||
in a <em>StrapDown</em>-flavored HTML page to simply embed some <em>LaTeX</em> equations.</p>
|
||||
<blockquote>
|
||||
|
||||
Reference in New Issue
Block a user