Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 535 Bytes

draft.md

File metadata and controls

14 lines (9 loc) · 535 Bytes

Introduction

Wouldn't it be great if you can write academic papers using markdown instead of latex? I present markademic, a pipeline for creating an academic paper-style pdf from a markdown file!

Approach

  1. Convert markdown to tex using remark-latex
  2. Convert tex to pdf using pdflatex
  3. Update tex and pdf on-the-fly using npm-watch

Conclusion

Try writing your next paper with markademic!