Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Removed usage documentation as it does not describe how to use Scrivenvar.

Authordjarvis <email>
Date2017-11-10 11:13:12 GMT-0800
Commit3275c35d766aceccdc2df82e3abef7fb0ea73717
Parent5efdc54
Delta0 lines added, 30 lines removed, 30-line decrease
USAGE.md
-# Introduction
-
-This document describes how to write documentation (technical or otherwise) using a master copy for generating a variety of output formats, such as: HTML pages, PDFs, and EPUBs. What's more, the document provides an overview of how to use variables and--for the unintimidated--leverage the power of R, a programming language.
-
-# Software Requirements
-
-Install Java, ConTeXt, Pandoc, R, and Lib V8. Then install the R packages knitr, yaml, and devtools, and pluralize by running the following commands:
-
- sudo su -
- apt-get install default-jre
- apt-get install context
- apt-get install pandoc
- apt-get install r
- apt-get install libv8-dev
- r
- url <- "http://cran.us.r-project.org"
- install.packages('knitr', repos=url)
- install.packages('yaml', repos=url)
- install.packages('devtools', repos=url)
- devtools::install_github("hrbrmstr/pluralize")
-
-To exit R, press `Ctrl+d` or type `q()` followed by pressing `Enter`.
-
-The required software packages are installed.
-
-# Markdown
-
-|Table|Table|
-|---|---|
-|Data|Data|