[XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread Shakthi Kannan
Hi, I have released the Tamil-English XeTeX customized book template at: https://github.com/shakthimaan/xetex-book-template I have been able to add a copyright page to \maketitle, but, the \pagestyle{empty} use in styles/config.sty clears all the fancyhdr settings in the rest of the pages.

Re: [XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread David Carlisle
That seems to be a general latex question rather than anything xetex related, but to affect just one page use \thispagestyle not \pagestyle David On 6 February 2016 at 11:26, Shakthi Kannan wrote: > Hi, > > I have released the Tamil-English XeTeX customized book template at: > > https://github

Re: [XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread Shakthi Kannan
Hi, --- On Sat, Feb 6, 2016 at 5:00 PM, David Carlisle wrote: | That seems to be a general latex question rather than anything xetex | related, but to affect just one page use \thispagestyle not \pagestyle \-- I did try \thispagestyle, but, I was not able to generate the PDF. It fails with the f

Re: [XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread Shakthi Kannan
Hi, I have created a custom copyright page based on the example from titlepages.pdf. SK -- Shakthi Kannan http://www.shakthimaan.com -- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex

Re: [XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread Herbert Schulz
> On Feb 6, 2016, at 1:37 PM, Shakthi Kannan wrote: > > Hi, > > I have created a custom copyright page based on the example from > titlepages.pdf. > > SK Howdy, Is the page ejected after building it so you start the next items on a new page? If so do you switch back to \pagestyle{fancy} bef

Re: [XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread Zdenek Wagner
2016-02-06 22:02 GMT+01:00 Herbert Schulz : > > On Feb 6, 2016, at 1:37 PM, Shakthi Kannan > wrote: > > > > Hi, > > > > I have created a custom copyright page based on the example from > titlepages.pdf. > > > > SK > > Howdy, > > Is the page ejected after building it so you start the next items on

Re: [XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread Herbert Schulz
> On Feb 6, 2016, at 3:09 PM, Zdenek Wagner wrote: > > 2016-02-06 22:02 GMT+01:00 Herbert Schulz : > > On Feb 6, 2016, at 1:37 PM, Shakthi Kannan wrote: > > > > Hi, > > > > I have created a custom copyright page based on the example from > > titlepages.pdf. > > > > SK > > Howdy, > > Is the pa

Re: [XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread Shakthi Kannan
Hi, --- On Sun, Feb 7, 2016 at 2:32 AM, Herbert Schulz wrote: | Is the page ejected after building it so you start the next items on a new | page? \-- I don't know the internals of TeX, yet, to answer what it does. --- | If so do you switch back to \pagestyle{fancy} before continuing (you did s

Re: [XeTeX] Make Tamil font as default

2016-02-06 Thread Shakthi Kannan
Hi, --- On Sun, Jan 31, 2016 at 10:17 PM, Zdenek Wagner wrote: | I am sending you a modified tarball. \-- In this modified tarball that you had sent, it has the following: \newfontfamily{\englishfont}{Liberation Sans} \newfontfamily{\tamilfont}[Script=Tamil,Mapping=tex-text,AutoFakeSlant=0.15]{

Re: [XeTeX] XeTeX 0.99994 and xeCJK

2016-02-06 Thread Qing Lee
On 2016-02-07 at 07:26:18 +0800 GMT, Akira Kakuto wrote: Dear xeCJK authors, In the developing XeTeX, which will be in the upcoming TeX Live 2016, the limit of character class is changed as: @d char_class_limit = 16384 @d char_class_ignored == char_class_limit @d char_class_boundary == (char_cl

Re: [XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread Shakthi Kannan
Hi, --- On Sun, Feb 7, 2016 at 2:59 AM, Herbert Schulz wrote: | But I thought there was a problem with using \thispagestyle with his | package. \-- Yes. When including the copyright page, I am not able to use \thispagestyle in this line: https://github.com/shakthimaan/xetex-book-template/bl

Re: [XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread Shakthi Kannan
Hi, --- On Sun, Feb 7, 2016 at 2:39 AM, Zdenek Wagner wrote: | \thispagestyle affect the current page only, it is not necessary to reset | the page style. \-- I tried the following code snippet from http://tex.stackexchange.com/a/147454: === foo.tex === \documentclass{book} % just to have sma

Re: [XeTeX] Copyright page with \pagestyle{empty} clears all styles

2016-02-06 Thread Shakthi Kannan
Hi, --- On Sun, Feb 7, 2016 at 10:09 AM, Shakthi Kannan wrote: \f@ncyerh ->\slshape \booktitle \-- Just for future reference. The \booktitle is found in book-contents.tex, which is where the booktitle is defined. But, the config.sty file loads much prior to it, and hence doesn't know about \bo