Hi,
I'm experimenting with Pillar. I'm using a test.pillar file as input with the
following content:
!This is a title
- item1
- item2
-item3
In a folder that contains only my test.pillar file, I generate latex version
using the following command:
pillar export --to=latex test.pier > test.tex
The resulting test.tex is not conform to the template.
In the template, there is some stuff including:
\newcommand{\ct}[1]{{\sffamily\textup{#1}}}
while in the generated test.tex file, I get
\newcommand{\ct}[1]}
Did I missed something?
Noury