This commit is contained in:
gauthiier
2015-02-25 00:01:26 +01:00
parent 7eeba14b44
commit 6f7787c286
12 changed files with 374 additions and 12 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
<p>Introduces a markup language (<a href="http://daringfireball.net/projects/markdown/">Markdown</a>) that is used to format and annotate text.</p></li>
<li><p><a href="Lesson4.html">Lesson 4: (Text/Document) Processor</a></p>
<p>Introduces a text / document processor (<a href="http://johnmacfarlane.net/pandoc/">Pandoc</a>) which converts files written in a format into another.</p></li>
<li><p><a href="/">Lesson 5: Bibliographer</a></p>
<li><p><a href="Lesson5.html">Lesson 5: Bibliographer</a></p>
<p>Looks at how to compile and maintain a bibliography using open source software (<a href="https://www.zotero.org">Zotero</a>) and export references into a document.</p></li>
<li><p><a href="/">Lesson 6: Styling</a></p>
<p>Discuss how to style (colour, margins, cover image, etc.) a given output from the text / document processor</p></li>