5 Minutes
Our lesson today will introduce a new way to write in less time, with less stress, and in a way that is reusable. Take a look at this document:
How long would it take to turn this document into a word document, a web page, and a set of slides?
Open your terminal and type:
pandoc
Scholarly documents are a critical part of your academic and research workflow, be they lab notebooks, syllabi, papers, theses, CV’s, or blog posts. How you write (word, latex, text editor) and how thise works are presented are published (pdf from a publisher) are two separate steps. In our open publishing workflow we’re going to separate writing and formatting in two separate steps.
There are four skills that are needed to make this workflow function:
Introduce plain text version of the example. Exercise! What might we need to do to make this text into the formatted version?
By the end of the workshop you’ll have modified the text so that it can generate multiple outputs.
Next: Basic Markdown