Skip to content

pheara/urm-final-report

Repository files navigation

About

specifications in wiki

template and outline of sigchi

should be 9-10 pages (including figures, pictures, sketches, etc)

section-specific specifications are in the main.md

Setup

For editing: just keep using whatever you're using to edit text. most editors will highlight markdown syntax and some also provide rendering previes, e.g. atom, vscode, sublime, etc. alex really likes Typora. it gets out of the way, is pretty, and works without installing anything else (as far as i can tell), and also uses pandoc in the background.

For building the pdf: install pandoc, pandoc-citeproc (for the references) and pdflatex (for building latex-style pdfs)

For debian-based systems and windows with an activated linux-subsystem it should just be:

sudo apt install pandoc pandoc-citeproc pdflatex

For mac, there's brew install pandoc. i assume the other packages should be there as well.

Alternatively, you can also find pandoc-installers for all OSes here. But you'll need to install pdflatex some other way, e.g. by installing MiKTeX.

Build

Build the report-pdf pandoc --filter pandoc-citeproc main.md -o export.pdf. There's a shell script that automates the build (build.sh). of course, that will only work if the setup's been done.

The references.json can be generated using e.g. zotero.

If you want html, run pandoc --standalone --filter pandoc-citeproc main.md -o export.html (the additional flag adds a header and a body-tag).

For media-wiki-syntax use pandoc --filter pandoc-citeproc main.md -t mediawiki -o export.mediawiki.txt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published