Hi Noury, I do not understand what you are trying to achieve? Have you had a look at: https://github.com/pillar-markup/book-skeleton I use it for AgileVisualization Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Dec 9, 2014, at 7:15 AM, Noury Bouraqadi <bouraqadi@gmail.com> wrote:
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