This commit is contained in:
gauthiier
2015-02-17 22:51:07 +01:00
parent 9222e0469d
commit fa93688603
7 changed files with 370 additions and 7 deletions
+2 -2
View File
@@ -37,12 +37,12 @@
<p>Covers fundamentals of representation of text looking up how text is encoded/decoded as data.</p></li>
<li><p><a href="Lesson2.html">Lesson 2: CLI or the Command Line Interface</a></p>
<p>Presents how one can manipulate files and issue computing commands using what is known as a terminal.</p></li>
<li><p><a href="/">Lesson 3: Markup / Markdown</a></p>
<li><p><a href="Lesson3.html">Lesson 3: Markup / Markdown</a></p>
<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="/">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>
<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>
<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>
</ul>