Hi, I tried to execute make in the manual directory after getting gosh and the texlive stuff and got an error on a chapter_tag:
bob@...297...:/Work/genode-manual/manual$ make gosh --style manual.gosh manual.txt > misc.tmp.tex can't read "chapter_tag": no such variable while executing "printline "\$chapter_tag[section_env_latex $title]"" (procedure "process_chapter_latex" line 9) invoked from within "process_chapter_latex {{20 Introduction} {21 ############} {22 {}} {23 {}} {24 {Universal truths}} {25 ================} {26 {}} {27 {| TODO}} {28 {}}..." ("eval" body line 1) invoked from within "eval "$spec_function [list $content]"" (procedure "handle_txtblock" line 18) invoked from within "handle_txtblock documentmain $txtcontent" (file "/usr/bin/gosh" line 1177) make: *** [manual.pdf] Error 1
Thanks for any help.
Hi Bob,
even though I conceived the code, I can unfortunately neither reproduce nor explain the error. In case you like to dig a bit deeper, the offending function can be found in 'manual/manual.gosh'. The variable 'chapter_tag' contains the string for the markup of a chapter. It is defined at line 548 of the 'gosh' script.
To remove the road block for you reading the documentation, I built and uploaded the current version to here:
http://genode.org/files/e01096b9ffe3f416157f6ec46c467725/manual-2015-01-23.p...
Cheers Norman
Thanks Norman. I'll dig into it tomorrow. Appreciate the pdf.
Bob
Sent from my android device.
-----Original Message----- From: Norman Feske <norman.feske@...1...> To: genode-main@lists.sourceforge.net Sent: Fri, 23 Jan 2015 4:40 PM Subject: Re: genode-manual make error
Hi Bob,
even though I conceived the code, I can unfortunately neither reproduce nor explain the error. In case you like to dig a bit deeper, the offending function can be found in 'manual/manual.gosh'. The variable 'chapter_tag' contains the string for the markup of a chapter. It is defined at line 548 of the 'gosh' script.
To remove the road block for you reading the documentation, I built and uploaded the current version to here:
http://genode.org/files/e01096b9ffe3f416157f6ec46c467725/manual-2015-01-23.p...
Cheers Norman