diff options
Diffstat (limited to '.boilerplates/txt/md.md')
-rw-r--r-- | .boilerplates/txt/md.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.boilerplates/txt/md.md b/.boilerplates/txt/md.md new file mode 100644 index 0000000..a94ea2f --- /dev/null +++ b/.boilerplates/txt/md.md @@ -0,0 +1,9 @@ +--- +title: "Awesome paper" +date: \today +author: "Marvin Borner" +--- + +# Abstract + +Writing a professional paper in latex can be hard and exhausting. If you write your paper in `markdown` with `Pandoc` though, you can easily write professional-looking papers with almost no effort! |