[XeTeX] Book template with ToC

2016-01-31 Thread Shakthi Kannan
Hi, Can anyone share their book template that they use with XeTeX that can generate table of contents? I have a foo.tex [1] input file which produces a foo.pdf [2] without the table of contents. Any idea what I could be missing? Thanks! SK [1] foo.tex. http://shakthimaan.com/dump/foo.tex [2]

Re: [XeTeX] Book template with ToC

2016-01-31 Thread Zdenek Wagner
Hi, remove the asterisks, \chapter*, \section*, \subsection* means "do not put it to the table of contants". Modified files are attached. Zdeněk Wagner http://ttsm.icpf.cas.cz/team/wagner.shtml http://icebearsoft.euweb.cz 2016-01-31 17:00 GMT+01:00 Shakthi Kannan : > Hi, > > Can anyone share th

Re: [XeTeX] Book template with ToC

2016-01-31 Thread Herbert Schulz
> On Jan 31, 2016, at 10:00 AM, Shakthi Kannan wrote: > > Hi, > > Can anyone share their book template that they use with XeTeX that can > generate table of contents? > > I have a foo.tex [1] input file which produces a foo.pdf [2] without > the table of contents. Any idea what I could be missi

Re: [XeTeX] Make Tamil font as default

2016-01-31 Thread Zdenek Wagner
Hi, I am sending you a modified tarball. It took me a long time to reinstall one of my computers and there was a deadline for submitting my paper to Elsevier. I did several changes: 1. I have changed your config to a package because it is cleaner. It was necessary to replace \usepackage with \Re

Re: [XeTeX] not enough \XeTeXcharclass registers

2016-01-31 Thread Jonathan Kew
On 13/12/15 07:04, Werner LEMBERG wrote: [XeTeX 3.14159265-2.6-0.2 (TeX Live 2015)] Folks, I'm updating the `ucharclasses.sty' to completely cover Unicode. This style file maps Unicode character blocks to character classes, and I've hit the 256 entry limit of \XeTeXcharclass... Any cha

Re: [XeTeX] not enough \XeTeXcharclass registers

2016-01-31 Thread Zdenek Wagner
Hi Jonathan, can my macro text something so that I can decide whetner to use 255 or 16383? For some time both can exist in distros and not updated user's computers so I would like to make my packages more robust. Zdeněk Wagner http://ttsm.icpf.cas.cz/team/wagner.shtml http://icebearsoft.euweb.cz

Re: [XeTeX] not enough \XeTeXcharclass registers

2016-01-31 Thread Philip Taylor
Jonathan Kew wrote: > Before this gets merged to the master source, though, some testing would > be appreciated -- obviously, this will currently require rebuilding > xetex from the git source branch. I use XeTeX on a daily basis, Jonathan ('tho XeTeXcharclass far less frequently) and would be

Re: [XeTeX] not enough \XeTeXcharclass registers

2016-01-31 Thread Joseph Wright
On 31/01/2016 18:07, Philip Taylor wrote: > > > Jonathan Kew wrote: > >> Before this gets merged to the master source, though, some testing would >> be appreciated -- obviously, this will currently require rebuilding >> xetex from the git source branch. > > I use XeTeX on a daily basis, Jonatha

Re: [XeTeX] not enough \XeTeXcharclass registers

2016-01-31 Thread Jonathan Kew
On 31/1/16 17:56, Zdenek Wagner wrote: Hi Jonathan, can my macro text something so that I can decide whetner to use 255 or 16383? For some time both can exist in distros and not updated user's computers so I would like to make my packages more robust. If/when the change happens officially, the

Re: [XeTeX] not enough \XeTeXcharclass registers

2016-01-31 Thread Philip Taylor
Just as TeX has \maxdimen, it would be useful if derivatives of TeX such as XeTeX could add analogous environmental enquiries such as \maxXeTeXcharclass (or, less uglily but also less meaningfully, \XeTeXmaxcharclass). Philip Taylor Jonathan Kew wrote: > If/when the change happens offici

Re: [XeTeX] not enough \XeTeXcharclass registers

2016-01-31 Thread Joseph Wright
On 31/01/2016 18:31, Philip Taylor wrote: > Just as TeX has \maxdimen, it would be useful if derivatives of TeX such > as XeTeX could add analogous environmental enquiries such as > \maxXeTeXcharclass (or, less uglily but also less meaningfully, > \XeTeXmaxcharclass). \maxdimen isn't a primitive (

Re: [XeTeX] not enough \XeTeXcharclass registers

2016-01-31 Thread Philip Taylor
Joseph Wright wrote: > \maxdimen isn't a primitive (though it's in the plain format). Oh. Never knew that (or if I did, I forgot it long ago). Thank you, Joseph. ** Phil. -- Subscriptions, Archive, and List information, etc.: http://tug.org

Re: [XeTeX] not enough \XeTeXcharclass registers

2016-01-31 Thread Zdenek Wagner
\maxdimen is a maximum dimension value, not a maximum number of \dimen registers. Zdeněk Wagner http://ttsm.icpf.cas.cz/team/wagner.shtml http://icebearsoft.euweb.cz 2016-01-31 19:57 GMT+01:00 Philip Taylor : > > > Joseph Wright wrote: > > > \maxdimen isn't a primitive (though it's in the plain

Re: [XeTeX] not enough \XeTeXcharclass registers

2016-01-31 Thread Akira Kakuto
I use XeTeX on a daily basis, Jonathan ('tho XeTeXcharclass far less frequently) and would be happy to test your version on my production suites, but in order to do so I would require a Win64 (or Win32) build. You can test the new experimental XeTeX on win32 by http://members2.jcom.home.ne.jp/wt

Re: [XeTeX] Book template with ToC

2016-01-31 Thread Shakthi Kannan
Hi, --- On Sun, Jan 31, 2016 at 9:39 PM, Zdenek Wagner wrote: | remove the asterisks, \chapter*, \section*, \subsection* means "do not put | it to the table of contants". Modified files are attached. \-- Thanks! SK -- Shakthi Kannan http://www.shakthimaan.com ---

Re: [XeTeX] Book template with ToC

2016-01-31 Thread Shakthi Kannan
Hi, --- On Sun, Jan 31, 2016 at 9:45 PM, Herbert Schulz wrote: | You do know that you need to run xelatex on the file at least three times? \-- Oops! Sorry, PEBKAC. --- | The first time it picks up information on thee Chapters and Sections, etc., and puts it in | the aux file. The second run in

Re: [XeTeX] Make Tamil font as default

2016-01-31 Thread Shakthi Kannan
Hi, --- On Sun, Jan 31, 2016 at 10:17 PM, Zdenek Wagner wrote: | I am sending you a modified tarball. \-- You made my day! --- | I did several changes: \-- Thanks. I shall go through them. Can I release this template and any subsequent customizations that I make under a free and open source s