OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Installing Passivetex for Cygwin


Carlos,

there is a thread in the Cygwin mailing list archives on how to do so. 
It starts here: http://cygwin.com/ml/cygwin/2003-05/msg00431.html

Follow its instructions and you'll get the docbook pdf toolchain working 
on Cygwin. I've attached the updated patch files that work with XmlTex 
2002-06-25 and PassiveTeX v1.24.

HTH,
Patrick

Carlos Araya schrieb:

> I am trying to get passivetex working with the latest version of Cygwin,
> downloaded yesterday. These are the steps I followed:
> 
> Download passivetex and xmltex from the download site
> unzipped and moved the folders to the texmf directory
> ran mktexlsr to make sure that the new directories would be seen by (la)tex
> 
> Tried to run the pdftex -ini command as indicated by Bob Sayton in his guide
> 
> I still get errors indicating the < in the xml declaration is an invlid
> character
> 
> I also tried the instructions someone wrote a while back about reinstalling
> tex and then cygwin packages. It didn't work either.
> 
> Help,
> Carlos
> 

--- texmf.cnf	2003-03-07 12:45:10.000000000 +0100
+++ texmf.cnf2	2003-08-01 15:00:53.000000000 +0200
@@ -1,4 +1,4 @@
-% original texmf.cnf -- runtime path configuration file for kpathsea.
+% texmf.cnf -- runtime path configuration file for kpathsea.
 % (If you change or delete `original' on the previous line, the
 % distribution won't install its version over yours.)
 % Public domain.
@@ -58,11 +58,11 @@
 TEXMFMAIN = /usr/share/texmf
 
 % A place for local additions to a "standard" texmf tree.  For example:
-%   TEXMFLOCAL = /usr/share/texmf.local
+TEXMFLOCAL = /usr/share/texmf.local
 
 % If defined, teTeX's texconfig stores modifications here (instead of the
 % TEXMFMAIN tree).
-%   VARTEXMF = /usr/share/texmf-var
+VARTEXMF = /usr/share/texmf-var
 
 % User texmf trees can be catered for like this...
 %   HOMETEXMF = $HOME/texmf
@@ -73,7 +73,7 @@
 % The braces are necessary.  If you set VARTEXMF, you also have to
 %   - list $VARTEXMF in the TEXMF definition;
 %   - make sure that $VARTEXMF precedes $TEXMFMAIN in the TEXMF definition.
-TEXMF = $TEXMFMAIN
+TEXMF = {!!$TEXMFLOCAL,!!$VARTEXMF,!!$TEXMFMAIN}
 
 % The system trees.  These are the trees that are shared by all the users.
 SYSTEXMF = $TEXMF
@@ -167,6 +167,7 @@
 TEXINPUTS.pdfmex   = .;$TEXMF/{pdftex,tex}/{mex,plain,generic,}//
 TEXINPUTS.pdftex   = .;$TEXMF/{pdftex,tex}/{plain,generic,}//
 TEXINPUTS.pdftexinfo = .;$TEXMF/{pdftex,tex}/{texinfo,plain,generic,}//
+TEXINPUTS.pdfxmltex = .;$TEXMF/{pdftex,tex}/{xmltex,passivetex,plain,generic,}//
 
 % pdfeTeX.
 TEXINPUTS.pdfelatex = .;$TEXMF/{pdfetex,pdftex,etex,tex}/{latex,generic,}//
@@ -473,3 +474,28 @@
 error_line = 79
 half_error_line = 50
 max_print_line = 79
+
+% hugelatex settings
+main_memory.hugelatex = 1100000
+param_size.hugelatex = 1500
+stack_size.hugelatex = 1500
+hash_extra.hugelatex = 15000
+string_vacancies.hugelatex = 670000
+pool_free.hugelatex = 47500
+nest_size.hugelatex = 500
+save_size.hugelatex = 32768
+pool_size.hugelatex = 700000
+max_strings.hugelatex = 100000
+font_mem_size.hugelatex = 400000
+
+% pdfxmltex settings
+main_memory.pdfxmltex = 2500000
+param_size.pdfxmltex = 1500
+stack_size.pdfxmltex = 1500
+hash_extra.pdfxmltex = 50000
+string_vacancies.pdfxmltex = 45000
+pool_free.pdfxmltex = 47500
+nest_size.pdfxmltex = 500
+save_size.pdfxmltex = 10000
+pool_size.pdfxmltex = 500000
+max_strings.pdfxmltex = 55000
--- fmtutil.cnf	2003-03-07 12:45:10.000000000 +0100
+++ fmtutil.cnf2	2003-08-01 14:37:44.000000000 +0200
@@ -43,6 +43,7 @@
 pdfelatex	pdfetex		language.dat	*pdfelatex.ini
 omega		omega		language.dat	omega.ini
 lambda		omega		language.dat	lambda.ini
+hugelatex	tex		language.dat	latex.ini
 
 # The amstex format:
 amstex	tex		-		amstex.ini
@@ -92,4 +93,4 @@
 # format	engine  pattern-file    arguments
 jadetex		tex	language.dat	&latex jadetex.ini
 pdfjadetex	pdftex	language.dat	&pdflatex pdfjadetex.ini
-
+pdfxmltex	pdftex	language.dat	&pdflatex pdfxmltex.ini


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]