smathot / academicmarkdown

Academic writing with Markdown
GNU General Public License v3.0
349 stars 22 forks source link

latex template #6

Open czhang03 opened 7 years ago

czhang03 commented 7 years ago

Is there any way to apply pandoc templates?

smathot commented 7 years ago

There's a crude styling system, using

from academicmarkdown import build
build.setStyle('apa')

Here, 'apa' corresponds to the academicmarkdown\styles\apa subfolder, which contains several files that together make up a style. It will require a bit of figuring out to customize this though.