small edits

This commit is contained in:
gauthiier
2015-02-25 10:06:50 +01:00
parent cce4741e70
commit d7d1dab05c
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
<p>This lessons introduces how to use software to produce bibliographies for texts written in markdown and using pandoc as document converter. <a href="https://www.zotero.org">Zotero</a> is the program which will be demonstrated, yet other programs having the functionality of producing <a href="http://www.bibtex.org">BibTeX</a> formatted files (.bib) may also be used in conjunction with pandoc.<a href="#fn1" class="footnoteRef" id="fnref1"><sup>1</sup></a></p>
<p>In short, the objectives of this lesson are:</p>
<ol style="list-style-type: decimal">
<li>Acquire the basic understanding on how to use Zotero in gathering bibliographical information.</li>
<li>Acquire the basic understanding on how to use Zotero to manage research references.</li>
<li>Acquire basic understanding on how to use Zotero in gathering bibliographical information.</li>
<li>Acquire basic understanding on how to use Zotero to manage research references.</li>
<li>Learn how to compile and export a BibTeX bibliography (and possibly other formats) using Zotero.</li>
<li>Learn how to reference work within markdown linked to information found in an exported BibTeX file (.bib) using pandoc.</li>
</ol>