r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Make-doc] moving forward

Will
9-Apr-2008
[739]
wooo.. my bad I just see I asked the same question in January.. sorry 
;) maybe I need holidays..
amacleod
25-Apr-2008
[740x2]
I'm having a problem with tables n Makedoc2: 
\table header
Extension_Ladders | Closed_Length | Weight |||
35'  | 20' | 135 lbs.
25'  | 15'  | 100 lbs.
24'  | 14' | 80 lbs.
16'  | 10' | 70 lbs.
/table

I'm getting a table that is six cells across and two rows down (Header 
and 1 row). - Not what I'm  looking for.
\table header
Extension_Ladders | Closed_Length | Weight ||
35'  | 20' | 135 lbs. ||
25'  | 15'  | 100 lbs. ||
24'  | 14' | 80 lbs. ||
16'  | 10' | 70 lbs. ||
/table
Getting closer: Now I have two cells and 6 rows.
Robert
25-Apr-2008
[742]
Is this make-doc2? Look a bit like MDP... ;-) If it's MDP remove 
the last || before the /table line. Because otherwise it means: Ok, 
add an other row. But there is not content coming.
amacleod
26-Apr-2008
[743]
THanks
Geomol
29-Nov-2008
[744]
NicomDoc has been moved to: http://www.fys.ku.dk/~niclasen/nicomdoc/

(NicomDoc is a document format based on MakeDoc2 with math formulas 
and some other stuff.)
Sean
5-Jan-2009
[745]
I'm using md2 v2.5.7 and cannot get the template function to work 
correctly. Is anyone having the same issue? In the file i use =template 
template_name
Henrik
5-Jan-2009
[746x2]
hmm... I never used it, so I can't tell whether it works or not.
could you describe the problem more closely?
Sean
5-Jan-2009
[748]
Henrik, when i have =template template_html_file as an example in 
the txt file and run md the parser just ignores it and uses the builtin 
template and does not use the seperate templating file
Henrik
5-Jan-2009
[749]
according to the make-doc code, it reads the file using:

if file? template [template: attempt [read template]]


so if it's not being read, it's being ignored, so perhaps check if 
the file can be read in the same console as make-doc uses.
Sean
20-Feb-2009
[750]
do we have a make-doc with a PDF emitter? I would like to use make-doc 
with a cgi script to create registration forms and PDF them before 
mailing
Robert
20-Feb-2009
[751]
I have basic PDF emitter for my make-doc-pro.
Sean
24-Feb-2009
[752]
Robert, is your PDF emitter something i can use? How could i try 
it out :)
Robert
25-Feb-2009
[753x2]
Well, I didn't touched it for a long time. So it's very basic (should 
have noted this more clear). I can send you all the parts and you 
can take a look.
Let me know.
Carl
29-Dec-2009
[755:last]
There is a simple question I need your help with regarding MakeDoc. 
Please see:
http://www.rebol.com/article/0446.html