Pillar latex generation
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
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
On Tue, Dec 9, 2014 at 11:15 AM, Noury Bouraqadi <bouraqadi@gmail.com> wrote:
Did I missed something?
that is fixed in latest version of Pillar. Please download again. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Le 9 déc. 2014 15:26, "Damien Cassou" <damien.cassou@gmail.com> a écrit :
On Tue, Dec 9, 2014 at 11:15 AM, Noury Bouraqadi <bouraqadi@gmail.com>
wrote:
Did I missed something?
that is fixed in latest version of Pillar. Please download again.
I am using the version from yesterday and I see figures mixing with blocks of [[[ ]]]. Figures in a !!title section end up in the next one. This for PDFs. I have looked at the Pharo for the enterprise books and I see similar issues there. Is there a way to avoid that? TIA Phil
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
On Tue, Dec 9, 2014 at 7:49 PM, phil@highoctane.be <phil@highoctane.be> wrote:
Is there a way to avoid that?
could you please show me where in the book the problem can be seen? -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
It works now. Thanx Damien! Noury On 09 Dec 2014, at 15:25, Damien Cassou <damien.cassou@gmail.com> wrote:
On Tue, Dec 9, 2014 at 11:15 AM, Noury Bouraqadi <bouraqadi@gmail.com> wrote:
Did I missed something?
that is fixed in latest version of Pillar. Please download again.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (4)
-
Alexandre Bergel -
Damien Cassou -
Noury Bouraqadi -
phil@highoctane.be