Lesson4 etc.

This commit is contained in:
gauthiier
2015-02-18 08:30:20 +01:00
parent fa93688603
commit 6095baeac4
17 changed files with 792 additions and 23 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/html5.css">
</head>
<body>
<content>
@@ -39,7 +39,7 @@
<p>Presents how one can manipulate files and issue computing commands using what is known as a terminal.</p></li>
<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>
<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>
<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>