From christopherolah.co at gmail.com Sun Nov 1 01:41:23 2009 From: christopherolah.co at gmail.com (Christopher Olah) Date: Sat, 31 Oct 2009 20:41:23 -0400 Subject: [texhax] Beamer-Like Blocks in Normal Documents? Message-ID: Greetings all! I was wondering if anyone knew how to make blocks like those in beamer in normal documents? They're really nice, though obviously not for formal documents. I tried reading through the source, but couldn't figure out what they were doing... Thanks, Christopher From joelcsalomon at gmail.com Sun Nov 1 02:36:24 2009 From: joelcsalomon at gmail.com (Joel C. Salomon) Date: Sat, 31 Oct 2009 21:36:24 -0400 Subject: [texhax] hebrew help? In-Reply-To: References: Message-ID: <4AECE618.6030703@gmail.com> David M. Dubin, MD wrote: > In Biblical texts, there are multiple markings (such as diacritical > marks, vowels and musical notation) which appear above & below letters > (sometimes 3 or 4 per letter!). While there are scholarly fonts that > can handle this, I want to split several characters to eliminate > ambiguity, and Unicode doesn?t allow such innovation. > > For example, the Hebrew vowel called schva (the origin of schwa in > English) either connotes no sound or a short schwa sound after the > letter it appears under. I would like to have two different glyphs to > connote the two sounds. I would like to split some other symbols into as > many as three, each of which would have a *bold* & regular glyph. Unicode supports just about all these points, including the multiple combinations (niqqud, taam, and upper & lower punctum extraordinaire). SBL Hebrew (and, I think, SIL Ezra) support even the new separate qamats qatan glyph. I don?t know of any font that has a bold sheva na, and Unicode does not encode it. What other variant points are you looking for? ?Joel Salomon From cbill.lam at gmail.com Sun Nov 1 03:20:18 2009 From: cbill.lam at gmail.com (bill lam) Date: Sun, 1 Nov 2009 10:20:18 +0800 Subject: [texhax] font fallback Message-ID: <20091101022018.GA29211@debian.b2j> In latex cjk package it includes arphic font "bsmi" but it missed some glyphs so that I installed another font "song". However some computers may not have this new font installed and latex aborted. How to specify to use the font "song" as default but fallback to "bsmi" if "song" is not available. Can this be done by two different methods 1/ configure texlive itself 2/ conditional branch inside source of latex file relevant portion of my font specification for cjk, \newenvironment{TChinese}{% \CJKfamily{bsmi}% \CJKtilde \CJKnospace}{} -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 From hh-brasil at bol.com.br Sun Nov 1 10:14:20 2009 From: hh-brasil at bol.com.br (hh) Date: Sun, 01 Nov 2009 07:14:20 -0200 Subject: [texhax] Beamer-Like Blocks in Normal Documents Message-ID: <4AED354C.6465.AB5F1@hh-brasil.bol.com.br> May I ask what do you mean with blocks like those in beamer? Maybe you should scan a page to give me a better idea. Even beamer accepts a lot of ideas and I know of no "blocks" as obligatory. hh From jbbrus at comcast.net Sun Nov 1 16:53:42 2009 From: jbbrus at comcast.net (Bernice Barnett) Date: Sun, 01 Nov 2009 08:53:42 -0700 Subject: [texhax] Beamer-Like Blocks in Normal Documents In-Reply-To: <4AED354C.6465.AB5F1@hh-brasil.bol.com.br> References: <4AED354C.6465.AB5F1@hh-brasil.bol.com.br> Message-ID: <4AEDAF06.2080907@comcast.net> hh wrote: > May I ask what do you mean with blocks like those in beamer? > > Maybe you should scan a page to give me a better idea. Even beamer > accepts a lot of ideas and I know of no "blocks" as obligatory. > hh Beamer provides the construct "\begin{block){heading words} text \end{block}". Toss the stuff between quotes in a beamer frame and look at the output. The original question, removed in your reply, wanted to know how to get a block-looking thing in a regular document. Do you have any suggestions? -- Jeff Barnett From vafa at users.berlios.de Sun Nov 1 02:44:08 2009 From: vafa at users.berlios.de (Vafa Khalighi) Date: Sun, 1 Nov 2009 12:44:08 +1100 Subject: [texhax] Beamer-Like Blocks in Normal Documents? In-Reply-To: References: Message-ID: <605202f20910311844n25f76312j2f80ed9dd7636285@mail.gmail.com> http://www.texample.net/tikz/examples/boxes-with-text-and-math/ -- Vafa -------------- next part -------------- An HTML attachment was scrubbed... URL: From zappathustra at free.fr Sun Nov 1 09:39:21 2009 From: zappathustra at free.fr (Paul Isambert) Date: Sun, 01 Nov 2009 09:39:21 +0100 Subject: [texhax] Beamer-Like Blocks in Normal Documents? In-Reply-To: References: Message-ID: <4AED4939.3010003@free.fr> Hello, I'm not sure exactly what you mean by blocks, but if you're referring to the disposition of text, Nicola Talbot's flowfram is one wonderful package, which moreover can be visually configured thanks to her jpgfdraw Java program. The textpos package may also be used. Paul Christopher Olah a ?crit : > Greetings all! > > I was wondering if anyone knew how to make blocks like those in beamer > in normal documents? They're really nice, though obviously not for > formal documents. > > I tried reading through the source, but couldn't figure out what they > were doing... > > Thanks, > > Christopher > _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org > From hellyj at ucsd.edu Sun Nov 1 23:57:14 2009 From: hellyj at ucsd.edu (Helly John) Date: Sun, 1 Nov 2009 14:57:14 -0800 Subject: [texhax] New Bibtex style needed for citing datasets Message-ID: <49526986-B971-4497-BBC6-7BB72A36D260@ucsd.edu> Hi. I'm attempting to create a new bibtex style that includes support for data. I think I can create the style but am having difficulty figuring out how to have the *.bst file found when I refer to it in a \bibliographystyle(cca.bst) statement. Can anyone tell me how to refer to a non-standard *.bst file? For example, I tried \bibliographystyle('/Users/hellyj/cca.bst') and that didn't seem to have any effect: positive or negative. Any advice would be appreciated. Cheers. -------------- John Helly, UCSD / San Diego Supercomputer Center / Scripps Institution of Oceanography, Climate, Atmospheric Science, and Physical Oceanography / +01 760 840 8660 mobile / stonesteps (Skype) / stonesteps7 (iChat) / http://www.sdsc.edu/~hellyj -------------- next part -------------- An HTML attachment was scrubbed... URL: From unixdude2038-tex at yahoo.com Mon Nov 2 02:25:18 2009 From: unixdude2038-tex at yahoo.com (unixdude2038-tex at yahoo.com) Date: Sun, 1 Nov 2009 17:25:18 -0800 (PST) Subject: [texhax] Plain TeX In-Reply-To: References: Message-ID: <876586.30138.qm@web56407.mail.re3.yahoo.com> Message: 2 Date: Fri, 30 Oct 2009 17:43:43 -0400 From: John Culleton To: texhax at tug.org Subject: Re: [texhax] Plain Tex Message-ID: <200910301743.43840.john at wexfordpress.com> Content-Type: Text/Plain; charset="iso-8859-1" On Sunday 27 September 2009 12:38:10 Kelly wrote: > Dear Sir/Madam: > > I have tried to learn TeX on my own through Knuth's book, and am writing > stuff using a MikTex implementation on Windows Vista. > > I would like to continue using plain TeX instead of LaTeX. > > Is it possible to use color, include photos, and hyperlinks in my pdf files > using plain TeX instead of LaTeX? > > If so can you recommend a simple explanatory source to me, who knows little > else than what is in the Knuth book. > > Sincerely, > Kelly McKennon pdftex has useful extensions to the plain tex format but almost all of plain tex still works. For my work I use pdftex plus eplain.tex. I just don't like LaTeX. Books I have on plain tex that are less heavy than The TeXBook include "TeX for the Impatient" (Abrahams et al.) and "A Beginners book of TeX" (Seroul & Levy). Try Amazon Marketplace for either. I think "...Impatient" is still available in pdf form also. And of course do not neglect the oldie but goodie "A Gentle Introduction to TeX". With permission I have posted a pdf of this classic on my website: http://wexfordpress.com/tex/gentle.pdf -- John Culleton "Create Book Covers with Scribus" http://www.booklocker.com/books/4055.html ------------------------------ "TeX for the Impatient" is available for download and appears to be released under the "GNU Free Documentation License" and available from TUG, both in PDF and TeX source. Please check the following links: http://en.wikibooks.org/wiki/TeX_for_the_Impatient and http://savannah.gnu.org/projects/teximpatient/ -Burton From cbill.lam at gmail.com Mon Nov 2 07:11:27 2009 From: cbill.lam at gmail.com (bill lam) Date: Mon, 2 Nov 2009 14:11:27 +0800 Subject: [texhax] Plain Tex In-Reply-To: <605202f20909272058g5dabe145wf77bbb156d83b7da@mail.gmail.com> References: <957B24DED4C14CE1BA9F1674B6B12001@laozuPC> <605202f20909272058g5dabe145wf77bbb156d83b7da@mail.gmail.com> Message-ID: <20091102061127.GC7943@debian.b2j> On Mon, 28 Sep 2009, Vafa Khalighi wrote: > > Is it possible to use color, include photos, and hyperlinks in my pdf files > > using plain TeX instead of LaTeX? > > > > > > > For colour: > > \input color > This is {\color{red} red colour} and this is {\color{blue} blue colour}. > > For including graphics: > > \input graphicx > $$\includegraphics{} man tex said tex -enc -ini will enable encTex option which suppose will work with unicode utf-8. What file should be include inside plain tex should it works with latin1 or cjk? -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 From zappathustra at free.fr Mon Nov 2 08:36:32 2009 From: zappathustra at free.fr (Paul Isambert) Date: Mon, 02 Nov 2009 08:36:32 +0100 Subject: [texhax] New Bibtex style needed for citing datasets In-Reply-To: <49526986-B971-4497-BBC6-7BB72A36D260@ucsd.edu> References: <49526986-B971-4497-BBC6-7BB72A36D260@ucsd.edu> Message-ID: <4AEE8C00.4000709@free.fr> Put it where bst files are in your distribution, and make it (the distribution) aware of it (the file), e.g. MikTeX needs to be refreshed. Paul Helly John a ?crit : > Hi. > > I'm attempting to create a new bibtex style that includes support for > data. I think I can create the style but am having difficulty > figuring out how to have the *.bst file found when I refer to it in a > \bibliographystyle(cca.bst) statement. > > Can anyone tell me how to refer to a non-standard *.bst file? For > example, I tried > > \bibliographystyle('/Users/hellyj/cca.bst') > > and that didn't seem to have any effect: positive or negative. > > Any advice would be appreciated. > > Cheers. > -------------- > John Helly, UCSD / San Diego Supercomputer Center / Scripps > Institution of Oceanography, Climate, Atmospheric Science, and > Physical Oceanography / +01 760 840 8660 mobile / stonesteps (Skype) / > stonesteps7 (iChat) / http://www.sdsc.edu/~hellyj > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From will.adams at frycomm.com Mon Nov 2 13:40:04 2009 From: will.adams at frycomm.com (William Adams) Date: Mon, 2 Nov 2009 07:40:04 -0500 Subject: [texhax] learning tex vs latex In-Reply-To: <20091030144119.GB3931@debian.b2j> References: <20091028020337.GC3938@debian.b2j> <20091030144119.GB3931@debian.b2j> Message-ID: <965B0581-80E4-407B-9E55-0DC91492C60E@frycomm.com> On Oct 30, 2009, at 10:41 AM, bill lam wrote: > Are various typesetting rules for typography already > meant to be in-built inside Tex (binary) or Plain Tex format? Some are. c.f. \frenchspacing but Plain TeX affords so little in the way of formatting that much is left to the user --- that's why Knuth has manmac and the eplain macros were created --- there're a number of other such macros as well. Examining the difficulties w/ up-dating _TeX for the Impatient_ affords an interesting insight into how much of a success LaTeX is and how well it has adapted to contemporary expectations for publishing. > Or it > is only the Latex format provides such help. LaTeX provides more of a thorough formatting treatment and more elements. There're various efforts to expand on this, c.f., Peter Wilson's memoir package for U.S. standards, and Koma script for European. List of such classes here: http://www.ctan.org/tex-archive/help/Catalogue/bytopic.html#classes William -- William Adams senior graphic designer Fry Communications Sphinx of black quartz, judge my vow. From philip.ratcliffe at fastwebnet.it Mon Nov 2 14:17:22 2009 From: philip.ratcliffe at fastwebnet.it (Philip G. Ratcliffe) Date: Mon, 2 Nov 2009 14:17:22 +0100 Subject: [texhax] New Bibtex style needed for citing datasets In-Reply-To: <49526986-B971-4497-BBC6-7BB72A36D260@ucsd.edu> Message-ID: <29216D1773FF46BC9740DC81FFC18B6A@PGR1> > I'm attempting to create a new bibtex style that includes > support for data. I think I can create the style but am > having difficulty figuring out how to have the *.bst file > found when I refer to it in a \bibliographystyle(cca.bst) statement. > > Can anyone tell me how to refer to a non-standard *.bst file? > For example, I tried > > \bibliographystyle('/Users/hellyj/cca.bst') Well, it's hardly a complete path, is it? > and that didn't seem to have any effect: positive or negative. First of all, this is something of an FAQ. And it is dealt with in the FAQ linked at the bottom of the page. Anyway, in general, you should construct a parallel TeX Directory Structure (TDS). Under Unix-like systems this is usually under /usr/local/share/texmf, for MiKTeX it might me under C:...\localtexmf. For BibTeX style files, the TDS should contain the subdirectory ...texmf/bibtex/bst or ...texmf\bibtex\bst. In either case you must use the wizard provided (I'm afraid I can't remember what it's called under Linux) to make sure the new files added are known to the system - and then update the filename database (this last step is important). Cheers, Phil From s.schwartz at imperial.ac.uk Tue Nov 3 01:28:09 2009 From: s.schwartz at imperial.ac.uk (Steve Schwartz) Date: Tue, 03 Nov 2009 00:28:09 +0000 Subject: [texhax] New Bibtex style needed for citing datasets In-Reply-To: <29216D1773FF46BC9740DC81FFC18B6A@PGR1> References: <29216D1773FF46BC9740DC81FFC18B6A@PGR1> Message-ID: <1257208089.9787.13.camel@ph-sjs-vaioz> On Mon, 2009-11-02 at 13:17 +0000, Philip G. Ratcliffe wrote: > > I'm attempting to create a new bibtex style that includes > > support for data. I think I can create the style but am > > having difficulty figuring out how to have the *.bst file > > found when I refer to it in a \bibliographystyle(cca.bst) statement. > > > > Can anyone tell me how to refer to a non-standard *.bst file? > > For example, I tried > > > > \bibliographystyle('/Users/hellyj/cca.bst') > > Well, it's hardly a complete path, is it? ... snip .... > In either case you must use the wizard provided (I'm afraid I can't remember > what it's called under Linux) to make sure the new files added are known to > the system - and then update the filename database (this last step is > important). > > Cheers, Phil > Under *nix (and there must be something similar for windows) if you can't update the tex installation, or otherwise want to do things as an individual user, you can set environment variables to tell tex where to look. In my .cshrc for example I have: setenv SJSLATEX /fat/localtexmf/sjslatex setenv TEXINPUTS .:{$SJSLATEX}//: # the "." is the current directory # the "//" should descend recursively # The trailing ":" includes the standard distribution stuff in texmf setenv BSTINPUTS .:{$TEXINPUTS}: setenv BIBINPUTS .:{$TEXINPUTS}: I think all these are setup initially in a texmf.cnf file. This method encourages you to be lazy and sloppy and just throw everything you find into a single folder, but it is then easy for individual users to do themselves. Steve -- +-------------------------------------------------------------------+ Professor Steven J Schwartz Phone: +44-(0)20-7594-7660 Head, Space & Atmospheric Physics Fax: +44-(0)20-7594-7900 The Blackett Laboratory E-mail: s.schwartz at imperial.ac.uk Imperial College London Office: Huxley 6M67A London SW7 2AZ, U.K. Web: www.sp.ph.ic.ac.uk/~sjs +-------------------------------------------------------------------+ From prstanley at ntlworld.com Tue Nov 3 10:25:11 2009 From: prstanley at ntlworld.com (P. R. Stanley) Date: Tue, 03 Nov 2009 09:25:11 +0000 Subject: [texhax] making a document smaller Message-ID: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> Hi folks I have a table that is constructed in the tabular environment and comprises 34 rows. At present it requires two A4 pages. I'm wondering if there is a way of squeezing the data into one a4 sheet. I have \documentclass[a4paper, 10pt]{article} starting the code. Other than that there are no special packages or macros in the code. Any help would be most appreciated. Thank you Paul From s.schwartz at imperial.ac.uk Tue Nov 3 11:26:49 2009 From: s.schwartz at imperial.ac.uk (Steve Schwartz) Date: Tue, 03 Nov 2009 10:26:49 +0000 Subject: [texhax] making a document smaller In-Reply-To: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> Message-ID: <1257244009.4742.15.camel@ph-sjs-vaioz> Paul, Clearly there's no problem with the number of rows (see attached). If you want to "squeeze" more onto a page, there are a number of rather obvious options, including: make the margins smaller (see the geometry package) make the font smaller (try putting \small or \tiny or \scriptsize inside your tabular environment) try using the array package and then setting a negative \extrarowheight if the width is the problem rotate the table (rotate or landscape packages) try giving the readers of this list a minimal example HTH Steve On Tue, 2009-11-03 at 09:25 +0000, P. R. Stanley wrote: > Hi folks > I have a table that is constructed in the tabular environment and > comprises 34 rows. At present it requires two A4 pages. I'm wondering > if there is a way of squeezing the data into one a4 sheet. I have > \documentclass[a4paper, 10pt]{article} starting the code. Other than > that there are no special packages or macros in the code. > Any help would be most appreciated. > Thank you > Paul > > _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org -- +-------------------------------------------------------------------+ Professor Steven J Schwartz Phone: +44-(0)20-7594-7660 Head, Space & Atmospheric Physics Fax: +44-(0)20-7594-7900 The Blackett Laboratory E-mail: s.schwartz at imperial.ac.uk Imperial College London Office: Huxley 6M67A London SW7 2AZ, U.K. Web: www.sp.ph.ic.ac.uk/~sjs +-------------------------------------------------------------------+ -------------- next part -------------- A non-text attachment was scrubbed... Name: table_test.tex Type: text/x-tex Size: 918 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: table_test.pdf Type: application/pdf Size: 16223 bytes Desc: not available URL: From Susan.Dittmar at gmx.de Tue Nov 3 11:31:47 2009 From: Susan.Dittmar at gmx.de (Susan Dittmar) Date: Tue, 3 Nov 2009 11:31:47 +0100 Subject: [texhax] making a document smaller In-Reply-To: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> Message-ID: <20091103103147.GD6455@eureca.de> Dear Paul, usually there's still a lot of white space on a LaTeX generated tabular which can be compressed to squeeze more information on one page. There's some prize you will pay for that. There are some lengths you can play with. \tabcolsep for example is the white space between the left border of the table cell and the cell contents, and between the cell contetns and its right border. Default is 6pt, I sometimes use as small values as 0.5pt. But then you need something else to separate the cells visually instead of the white space, like a vertical rule (| in the definition of the tabular structure). A huge price in the eye of the typography-savy... I do not know what other lengths control tabulars, and don't have my books handy right now... Susan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From hh-brasil at bol.com.br Tue Nov 3 14:38:33 2009 From: hh-brasil at bol.com.br (hh) Date: Tue, 03 Nov 2009 10:38:33 -0300 Subject: [texhax] making a document smaller Message-ID: <4AF00829.12444.2395FC@hh-brasil.bol.com.br> I tried it with table.tex (from Wichura, public domain since more or less 1995. The manual (100 pages) is not public domain, and can be bought by PCTex (USA). Your textwidth and textheight is yet missing. The \Expand means that the table is widened to the whole textwidth. The command &\=& draws a line over one column. Of course you could put after the \BeginTable the usual size command (e.g.\small). And you could modify the \StrutUnit to any value until you get the table on one page. See attachments. hh -------------- Enclosure number 1 ---------------- * This message contains the file 'table.sty', which has been * uuencoded. If you are using Pegasus Mail, then you can use * the browser's eXtract function to lift the original contents * out to a file, otherwise you will have to extract the message * and uudecode it manually. begin 660 table.sty M)2!404),12`Q+C`@#0HE($-O<'ER:6=H="!-:6-H865L($HN(%=I8VAUUQC871C;V1E8%P[/5QA8W1I=F4-"B!<9V1E9EQ-86ME3F]N<')I;G1I;F=# M;VUM87M<'LL?0T*("`@("`@("`@("`@("`@("`@("`@ M("`@("`@(%Q#;VUM85=I9'1H/5QW9#`-"B`@("`@("`@("`@("`@("`@("`@ M("`@("`@("!<8V%T8V]D96!<.SU<86-T:79E#0H@("`@("`@("`@("`@("`@ M("`@("`@("`@("`@7&1E9CM[7&ME2!#+D4N2RX@;V8 at 4&5R2!A8V-OTQ4?2D@=&\@#0HE("`@ M("`@("`@("`@("`@("`@("`@(&-OTQ4?2DN#0HE(&@@("`@("`@2&%C:W,@("`@("`@571I M;&ET>2!M86-R;W,[(&5R7,@("`@("`@($1E9FEN:71I;VX at 86YD M('-C86YN:6YG(&]F(&9O"`B7"%T(BP@=&AE(`T* M)2`B(2(@:&%V:6YG(&-A=&5G;W)Y(&-O9&4@,3$L(&9O;&QO=V5D(&)Y('1H M92!L971T97(@;V8@=&AE('-E8W1I;VX@#0HE(&EN('=H:6-H('1H92!M86-R M;R!I&-E<'1I;VYS. at T*)2!T:&4 at 9V5N97)A;"!P=7)P;W-E M(&UA8W)O"`@("`@("`@ M80T*)2`@("!<0V5N=&5R("`@("`@("`@("`@("`@("`@=`T*)2`@("!<0V]L M=6UN5VED=&A&86-T;W(@("`@("`@82`-"B4@("`@7$-O;'5M;E=I9'1H56YI M="`@("`@("`@(&$-"B4@("`@7$11=6]T92`@("`@("`@("`@("`@("`@(&@@ M#0HE("`@(%Q%;F1&;W)M870@("`@("`@("`@("`@("!K("`H7$5N9$9O51A8FQE4&%R0F]X("`@("`@("!A#0HE("`@ M(%Q%>'!A;F0@("`@("`@("`@("`@("`@("!T#0HE("`@(%Q);G1E2`@("`@("`@("`@(&L-"B4@("`@7$YO2!T;R!R96%D('1H92!404),12!M86-R;W,@=6YT:6P at 869T M97(@>6]U)W9E(')E860@=&AE#0HE(%1!0DQ%(&UA;G5A;"X at 5&AE(&EN=&5R M;F%L(&1O8W5M96YT871I;VX@;V8@=&AE(&UA8W)O'0 at 4V5C=&EO;G,@:RP@#0HE(&8L(&%N9"!T+B`H5&]P+61O M=VYE&5LS%I;B!< M9&EV:61E(%Q,:6YE5&AI8VMN97-S56YI="!B>2`S,#`@?0T*7$YOUQN;W)M86QB87-E;&EN97-K:7`-"B`@7&1I=FED92!<4W1R=715;FET M(&)Y(#$Q('T@("4@,3$@/2`X*S,@/2!.;W)M86Q4($AE:6=H="M$97!T:"!& M86-T;W)S#0I<3F]R;6%L5$E#4U4]>RXU96T@<&QUF4N#0H-"@T*)2`J*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BH-"B4 at 5$%"3$4 at 4$%204U%5$524SH at 1F%C=&]R M'T@#0H@(`T*7&1E9EQ%;F1486)L95!A M'LE#0H@("`@7$UA:V53=')U='LP<'1]>UQ3=')U=$1E<'1H1F%C=&]R M7%-T`T*7$5V97)Y5&%B;&5087)";W@]>R4-"B`@7'!A2!<16YL87)G M90T*7&YE=V1I;65N7"%T841I;65N0B`@)2!U'M!?5QK97)N+2XQ.&5M($)<:V5R;BTN M,65M#0H@("`@7&QO=V5R+C5E>%QH8F]X>TQ]7&ME2!C;V1E(#$R+ at T*)2`J M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ#0I[7&-A=&-O9&4 at 8%Q\/3$R(%QC871C;V1E M(&!<(CTQ,B`-"EQG9&5F7%9"87)[?'T-"EQG9&5F7$11=6]T97LB?7T-"@T* M#0HE("HJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BH-"B4 at 34E30T5,04Y%3U53($A!0TM3 M#0HE("HJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BH-"@T*)2!-15-304=%(#Q-97-S86=E M/CH at 5W)I=&5S(&]U="`\365SR,Q M?5QI9VYO#U<97AP86YD869T97(-"@T*)2!'3T)"3$4Z M($5A=',@;F5X="!T;VME;@T*7&1E9EPA=&A';V)B;&4C,7M](`T*#0HE(%-0 M04-%(%1/2T5.#0I<9&5F7%Q[7&QE=%PA=&A3<&%C951O:V5N/2!]7%P@#0H- M"B4 at 2$5)1TA4+"!$15!42"P at 04Y$(%=)1%1(#0I<9&5F7"%T:$AE:6=H='MH M96EG:'1]#0I<9&5F7"%T:$1E<'1H>V1E<'1H?0T*7&1E9EPA=&A7:61T:'MW M:61T:'T-"@T*)2!43TM3141%1B`\=&]K96X@R4-"B`@7&5D M969<(71T96UP>R,R?24-"B`@(S%<(71H>'M<(71T96UP?24-"B`@7&EG;F]R M97-P86-E'0@;V8@/$-O;G1R;VP at 4V5Q=65N8V4^(&ES(&$@;6%C7!E(#Q#4CY]+`T*)2!<2&5L<"!E>'!A;F1S M('1O(")<5'EP92`\0U(^(@T*7&1E9EPA=&A3=&]R945RUQT:&5<=&]K7!E(#Q#4CXB#0I< M9&5F7"%T:%)E861%R4-"B`@7"%T:'A<(71H>%PA=&AX7"%T M:$=O8F)L95PA=&AX7'-T7DI<(71H4F5A9$5RR4-"B`@5$%"3$4 at 97)R;W([('-E92!M86YU86P@ M9F]R(&5X<&QA;F%T:6]N+GT-"EPA=&A3=&]R945R"!IR4-"B`@7')E;&%X#0H@(%QI9FUM;V1E#0H@("`@ M7&5X<&%N9&%F=&5R7&UA=&AP86QE='1E#0H@("`@7&5X<&%N9&%F=&5R7"%T M:$1O36%T:%9#4PT*("!<96QS90T*("`@(%QE>'!A;F1A9G1ER4-"B`@7'-E=&)O>%QZ0%QH8F]X>R,Q?24-"B`@ M7"%T:$9I;FES:%9#4WT-"B`@("`@("`@("`@("`@("`@("`@("`-"B4 at 1$\@ M34%42"!60U,-"EQD969<(71H1&]-871H5D-3(S$C,GLE#0H@(%QS971B;WA< M>D!<:&)O>'LD7&U`=&@C,7LC,GTD?24-"B`@7"%T:$9I;FES:%9#4WT-"B`@ M("`@("`@("`@("`@("`@("`@("`-"B4 at 1DE.25-((%9#4PT*7&1E9EPA=&A& M:6YI"!T;UQZ0'M<=G-S7&)O>%QZ0%QVU-T=69F?3H@(")3='5F9B(@:7,@U-T=69F?3H@(")3='5F M9B(@:7,@UQA;'!H87TD.B`@(B1<86QP:&$D(B!IR4-"B`@7&1E9EPA=&A3:6=N M>RM])0T*("!<(71G1V5T5F%L=65<(71H4V5T1&EM96Y]#0H-"B4 at 3$]715(- M"EQD969<3&]W97)[)0T*("!<9&5F7"%T:%-I9VY[+7TE#0H@(%PA=&='9716 M86QU95PA=&A3971$:6UE;GT-"@T*)2!3150 at 1$E-14X-"EQD969<(71H4V5T M1&EM96Y[)0T*("!<:69N=6T at 7"%T9T-O9&4],0T*("`@(%QI9G@@7"%T9U9A M;'5E7&5M<'1Y#0H@("`@("!<(71A1&EM96Y!(%Q3=')U=$AE:6=H=$9A8W1O MR4-"B`@7'-E=&)O>%QZ0%QH8F]X>UQR86ES92!<(71A1&EM96Y!7&AB M;WA[(S%]?24-"B`@7"%T:$9I;FES:%)A:7-E?2`E($9R;VT at 4&QA:6X at 5&58 M.B!<:'0P/3!P="!<9'`P/3!P="!<8F]X,`T*("`@("`@("`@("`@("`@("`@ M("`@(`T*)2!$3R!-051((%)!25-%#0I<9&5F7"%T:$1O36%T:%)A:7-E(S$C M,GLE#0H@(%QS971B;WA<>D!<:&)O>'M<R1<;4!T:",Q>R,R?21]?24-"B`@7"%T:$9I;FES:%)A:7-E?0T*#0HE($9) M3DE32"!204E312X at 5&AIR4-"B`@7&AT7'I`7'I`(`T*("!< M9'!<>D!<>D`-"B`@7&)O>%QZ0'T-"B`@("`@("`@("`@("`@("`@("`@("`- M"@T*)2`J*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BH-"B4 at 0D%#2R!34$%#10T*)2`J*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BH-"EQD969<0F%C:U-P86-E>R4-"B`@7"%T9T=E=%9A M;'5E7"%T:$MER4-"B`@7&ME M2`-"B`@("`@(%QT:&5<2V5R;D9A8W1O<@T*("`@(%QE;'-E#0H@ M("`@("!<(71G5F%L=64@("`@)2!U7,N M($%S('1H92!K97ES(&%R92!R96%D(&9R;VT@;&5F=`T*)2!T;R!R:6=H="P@ M=&AE('1E;7!L871E(&ES(&)U:6QT('5P(")FUQVSAP='TE#0H@ M(%QC871C;V1E8%Q\/3$R("4 at 26YH:6)I="!E>'!A;G-I;VX@:68@?"!I;6UE M9&EA=&5L>2!F;VQL;W=S(&$@/&YU;6)E2!<9V5T=F%L=64N#0H@(%PA=&%0F]N=&%L('-T M2`@)2!TR4-"B`@ M("`@("`@("`@7&%F=&5R9W)O=7`@)EQA9G1E"!;7"%T=&5M<"`E(%PA=&='971686QU92!S971S(%PA='1E;7`@/2!T M;VME;B!A9G1ER4-"B`@)EQO;6ET)EQO;6ET?0T*#0HE(%-%5"!724142"!415A4 M#0I<9&5F7"%T9E-E=%=I9'1H5&5X="!;(S%=>R4@(S$@/2!S<&5C:69I960@ M=&5X="`-"B`@7&1E9EPA=&97:61T:%1E>'1[(S%])0T*("!<4F5A9$9O7-]#0H-"B4 at 4T54(%=)1%1((%9!3%5%#0I<9&5F7"%T9E-E=%=I9'1H M5F%L=65[)0T*("!<(71A36EN:6UU;4-O;'5M;E=I9'1H(#T@#0H@("`@7&EF M;G5M(%PA=&=#;V1E/3$@#0H@("`@("!<:69X7"%T9U9A;'5E7&5M<'1Y("4@ M57-E(&1E9F%U;'0@;75L=&EP;&EEWTE("`@("`@3W9ER4-"B`@ M7&EF;G5M(%PA=&=#;V1E/3$-"B`@("!<5QS:VEP,"`-"B`@("`@(%QI9G@@7"%T M9U9A;'5E7&5M<'1Y#0H@("`@("`@(%Q);G1E2`R#0H@(%QI M9FYU;5PA=&%#;VQU;6Y.=6UB97(],"`-"B`@("!<(71H5&]KR4-"B`@("`@(%QT:&5<(71A1&%T84-O;'5M;E1E;7!L871E(`T*("`@("`@ M7'1A8G-K:7`@7'1H95QS:VEP,"!]#0H@(%QF:0T*("!<:68A=&%/;F-E3VYL M>51A8G-K:7`-"B`@)2`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`E M(%1A8G-K:7`@=7-E9"!A="!R:6=H="!O9B!T:&ES(&-O;"!O;FQY#0H@(%QE M;'-E#0H@("`@7"%T84QA7-]#0H-"@T* M)2!3150 at 5E)53$4Z($EN=F]K960 at 8GD@=&AE(&ME>2`B?"(-"EQD969<(71F M4V5T5G)U;&5[)0T*("!<(71H5&]K'!A;F1<=G)U M;&4-"B`@("!<;F]E>'!A;F1<(71H5VED=&@-"B`@("!<:69N=6T at 7"%T9T-O M9&4],0T*("`@("`@7&EF>"!<(71G5F%L=65<96UP='D-"B`@("`@("`@7'1H M95Q,:6YE5&AI8VMN97-S1F%C=&]R("`@("`@)2!$969A=6QT(&EN=&5G97(- M"B`@("`@(%QE;'-E#0H@("`@("`@(%PA=&=686QU92`@("`@("`@("`@("`@ M("`@("`@("4 at 57-E2!S>7-T96T@#0HE($-!3B=4(&)E('5S M960@=&\@R4-"B`@7"%T:%1O:W-%9&5F7"%T85)U;&5#;VQU;6Y4 M96UP;&%T93U[)0T*("`@(%QT:&5<=&]K2!H879E(%QT86)S:VEPF4 at 9&%T82UC;VQU;6X@=&5M<&QA M=&4L(')ER,C?24-"B`@7&9I#0H@("4 at 4F5M86EN:6YG(&EN:71I M86QI>F%T:6]NWTE(",@:7,@ M:6YS97)T960 at 8GD@7%-E=%9R=6QE+"!OUQH9FEL?24@("`@("`@("`E($1E9F%U;'0@<&]S M:71I;VYI;F<@:7,@(F-E;G1EWTE#0H@(%PA=&%/;F-E3VYL>51A8G-K:7!F86QS M92`@("`E(%-E="!T2`B;R(-"B`@7%)E861&;W)M871+97ES M?0T*#0HE(%501$%412!23U<@3T8 at 5TE$5$A3#0I<9&5F7"%T9E5P9&%T95)O M=T]F5VED=&AS>R4-"B`@)2!)9B!U2P@"!<(71F5VED=&A497AT7&5M<'1Y#0H@(%QE;'-E("4@ MR4-"B`@("!<(71F4F]W M3V97:61T:',-"B`@("`F)0T*("`@(%QO;6ET("`@("`@("`@("`@("`@("`@ M("`@("`@("`@("`@("`@("4 at 1&%T82!#;VQU;6X-"B`@("!<:69D:6T at 7"%T M84UI;FEM=6U#;VQU;6Y7:61T:#XP<'0-"B`@("`@(%QHF5D(%QH86QI9VX[(%QT86)S:VEP/3!P="!<979ER4-"B`@7"%T:$UE MT-O;'5M;CH at 5&5M<&QA=&5]#0H@(%PA=&A-97-S86=E>R4-"B`@ M("!<R4-"B`@("!<:69N=6T at 7"%T84-O;'5M;DYU;6)E2EPA=&A2 M96%D17)R;W)-R)]?"(GR4-"B`@ M8F5T=V5E;B!<2!L971T97)S/EU[/'1E>'0^?3H at 1F]R;6%TR4-"B`@7&]M:70-"B`@ M7"%T841A=&%#;VQU;6Y496UP;&%T97LC(WTE#0H@(%PA=&%,969T1VQU97M] M)2`-"B`@7"%T85)I9VAT1VQU97M])2`-"B`@7&-A=&-O9&5 at 7'P],3(@("4@ M26YH:6)I="!E>'!A;G-I;VX@:68@?"!I;6UE9&EA=&5L>2!F;VQL;W=S(&$@ M/&YU;6)E2!<9V5T=F%L M=64N($%C='5A;&QY+"`G?"<@86YD("2!T:&4@:V5Y(")=(@T*7&1E9EPA=&9%;F12949OUQT M:&5<(71A1&%T84-O;'5M;E1E;7!L871E?24@("!7:&ET92!L:64-"B`@("`@ M("!<=&AE7"%T85)I9VAT1VQU97T-"B`@7&9I#0H@(%QC871C;V1E8%Q\/3$S M#0H@(%QC871C;V1E8%PB/3$S#0H@(%PA=&92949OR4-"B`@7'1H92!<(71A3&5F=$=L=64-"B`@7'9B;WA[ M)0T*("`@(%QI86QI9VY[)0T*("`@("`@7'-P86Y<=&AE7"%T841A=&%#;VQU M;6Y496UP;&%T95QC<@T*("`@("`@(",Q7&-R?7TE#0H@(%QT:&4 at 7"%T85)I M9VAT1VQU97T-"@T*#0H,#0HE("HJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*@T* M)2!314-424].($0T*)2!E;7!T>2D@2!A(&)L86YK*2!T:&%T(&ES(&YO="!A(&1I9VET M+B!);B!T:&ES(&-A2DN#0H-"B4@ M17AA;7!L97,Z("`@("`@("`@("`@("`@("`@("`@("`@($-O9&4@("`@("!6 M86QU90T*)2`@(EQ'971686QU97M<;6%CUQM86-R;WU!("(@("`@("`@ M("`@("`@("`Q("`@("`@(&YU;&P-"B4@(")<1V5T5F%L=65[7&UA8W)O?3$@ M(B`@("`@("`@("`@("`@(#$@("`@("`@("`@,0T*)2`@(EQ'971686QU97M< M;6%CUQM86-R;WTR-3`Q,B`B("`@("`@("`@("`Q("`@("`@,C4P,3(- M"B4@(")<1V5T5F%L=65[7&UA8W)O?2 at Q,'!T*2(@("`@("`@("`@(#(@("`@ M("`@,3!P=`T*)2`@(EQ'971686QU97M<;6%CUQM86-R;WT@*#%I;BDB M("`@("`@("`@("`Q("`@("`@(&YU;&P-"@T*#0HE($=%5%]604Q517L\;6%C MR4-"B`@7&1E9EPA=&=2971UWT-"@T*)2!#2$5#2U]005)%3CH at 4V5E(&EF(%PA='1E;7`@:7, at 82`H M#0I<9&5F7"%T9T-H96-K1F]R4&%R96Y[)0T*("!<:69X7"%T=&5M<"`H)0T* M("`@(%PA=&AX(%PA=&=$;U!A%PA='1E;7!<(71H4W!A8V54;VME;@T*("`@(%PA=&AX(%PA=&=2971UR4-"B`@7"%T841I9VET9F%L M"`P7"%T=&5M<`T*("`@(%PA=&%$:6=I='1R=64-"B`@7&5L M"`S7"%T=&5M<`T* M("`@("`@("`@(%PA=&%$:6=I='1R=64-"B`@("`@("`@7&5L"`V7"%T=&5M<`T*("`@("`@("`@("`@ M("`@(%PA=&%$:6=I='1R=64-"B`@("`@("`@("`@("`@7&5L"`Y7"%T=&5M<`T*("`@("`@("`@("`@("`@ M("`@("`@(%PA=&%$:6=I='1R=64-"B`@("`@("`@("`@("`@("`@("`@7&9I M#0H@("`@("`@("`@("`@("`@("!<9FD-"B`@("`@("`@("`@("`@("!<9FD- M"B`@("`@("`@("`@("`@7&9I#0H@("`@("`@("`@("!<9FD-"B`@("`@("`@ M("!<9FD-"B`@("`@("`@7&9I#0H@("`@("!<9FD-"B`@("!<9FD-"B`@7&9I M#0H@(%QI9B%T841I9VET#0H@("`@7"%T:'@@7"%T9T=E=$YU;6)E<@T*("!< M96QS90T*("`@(%PA=&AX(%PA=&=2971UUQT:&5<(71A0V]U;G1!?24- M"B`@7"%T9U)E='5R;GT-"@T*#0HE("HJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M#0HE($U)4T-%3$%.14]54R`B4D5455).4R(@1E)/32!<9V5T=F%L=64-"B4@ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BH-"@T*)2!3150 at 55`@4$%2($)/6#H@ M4'5T'L\=7-ER4- M"B`@7&5D969<(71T96UP>R4-"B`@("!<;F]E>'!A;F0 at 7%)E861&;W)M871+ M97ES#0H@("`@8GM<;F]E>'!A;F0 at 7$)E9VEN5&%B;&5087)";WA[)0T*("`@ M("`@7&EF;G5M(%PA=&=#;V1E/3$@#0H@("`@("`@(%QI9G@@7"%T9U9A;'5E M7&5M<'1Y(`T*("`@("`@("`@(%QT:&5<0V]L=6UN5VED=&A&86-T;W(-"B`@ M("`@("`@7&5LUQ%;F1486)L95!A M'U]#0H-"B4 at 4T54($M%4DY3#0I<9&5F7"%T9TENUPA='1E;7!] M#0H@("`@7&9I#0H@("`@7&EF=D`@("`@("`@("`@("`E('1R=64@:68@:V5R M;B!G;V5S('1O(')I9VAT(&]F("(C(@T*("`@("`@87M<(71T96UP?0T*("`@ M(%QF:7TE#0H@(%PA='1E;7!]#0H-"@T*#`T*)2`J*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BH-"B4 at 4T5#5$E/3B!+.B!+15E3#0HE("HJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*@T*#0HE("HJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BH-"B4 at 1$5&24Y) M3D<@3D57($M%65,-"B4@*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*@T*#0HE($Y%5R!& M3U)-050 at 2T59(#Q+97D at 3&5T=&5R/CH at 375S="!B92!F;VQL;W=E9"!B>2`- M"B4@("`\4&%R86UE=&5R(%1E>'0^(#Q297!L86-E;65N="!497AT/@T*)2!3 M971S('5P(&$@;F5W(&ME>2!L971T97(@8V]M;6%N9"!B>2!E>'!A;F1I;F<@ M*&5S'!A;F1A9G1E2!,971T97(^7&5N9&-S;F%M90T*)2`@("`@/%!A2!I;B!U M2,Q>R4-"B`@7"%T:'A<9&5F7"%T:'A< M(71T96UP85PA=&AX>UQS=')I;F<@(S%])0T*("!<(71H>%QD969<(71H>%PA M='1E;7!B7"%T:'A[7&-S;F%M92`A=&L\7"%T=&5M<&$^7&5N9&-S;F%M97TE M#0H@(%QI9FYU;2!<5')A8VEN9TME>7,^,`T*("`@(%PA=&M297!O"!<(71T96UP8B!<%PA=&M$969I;F5+97D-"B`@7&5L'M<(71T96UP87TE("`- M"B`@7"%T:$UE7LE#0H@(%PA=&AX7&1E M9EPA='1E;7!B?24-"@T*)2!$55!,24-!5$4 at 2T59#0I<9&5F7"%T:U)E:F5C M=$ME>7LE#0H@("`@7"%T851O:W-!7"%T:'A[7"%T=&5M<&%])2`-"B`@("!< M(71H17)R;W)[2V5Y(&QE='1E2!U MUPA=&A296%D17)R;W)-7!E(%QS<&%C92`G12<@7'-P86-E(&%N9"!F:7@@>6]U MR4-"B`@7"%T M:'A<9&5F7"%T:'A<(71T96UP85PA=&AX>UQS=')I;F<@(S%])0T*("!<(71H M>%QD969<(71H>%PA='1E;7!B7"%T:'A[7&-S;F%M92`A=&L\7"%T=&5M<&$^ M7&5N9&-S;F%M97TE#0H@(%QI9FYU;2!<5')A8VEN9TME>7,^,0T*("`@(%PA M=&M297!O"!<(71T96UP8EQR96QA M>"`-"B`@("!<(71H>%PA=&M297!L86-E2V5Y#0H@(%QE;'-E#0H@("`@7"%T M:'A<(71T96UP8 at T*("!<9FE]#0H-"B4 at 4D503U)4($M%60T*7&1E9EPA=&M2 M97!O'M<(71T96UP87TE(`T*("!< M(71H365S7LE#0H@(%PA=&%4;VMS05PA=&AX M>UPA='1E;7!A?24-"B`@7"%T:$5R2`B7'1H95PA=&%4;VMS02)]#0H@("`@>UPA=&A296%D17)R;W)-2EPA=&A296%D17)R;W)-4%]#0H-"EQD969<(71K4F5P;&%C94ME>4%[)0T*("!< M(71H1V5T4F5P;&%C96UE;G1[7"%T:%)E861%%Q296%D1F]R;6%T2V5YR4-"B`@5'EP92!<'0@<')O M;7!T+GT-"EPA=&A3=&]R945R7!E M(%QS<&%C93QR97!L86-E;65N="!K97D^/$-2/B!<2`B8B(Z("!B>U1/ M2T5.4WT at 861D'M<=&AE7"%T841A=&%#;VQU;6Y496UP;&%T97U[(S%])0T*("!< M4F5A9$9O7-]#0H-"EQD969<(71K2F]I;B,Q(S)[)0T*("!<(71A M1&%T84-O;'5M;E1E;7!L871E>R,R(S%]?24-"@T*)2!+97D@(F$B.B`@87M4 M3TM%3E-](&%D9', at 5$]+14Y3('1O('1H92!R:6=H="!O9B`H869T97(I('1H M92!T96UP;&%T90T*7$YE=T9O2!A(S%[)0T*("!<(71A1&%T84-O M;'5M;E1E;7!L871E7"%T:'A[7'1H95PA=&%$871A0V]L=6UN5&5M<&QA=&4@ M(S%])0T*("!<4F5A9$9O7-]#0H-"B4 at 2V5Y(")<>R(Z($5N8VQO M2!<>WLE#0H@ M(%PA=&%$871A0V]L=6UN5&5M<&QA=&4]7"%T:'A[7"%T:'A[7'1H95PA=&%$ M871A0V]L=6UN5&5M<&QA=&5]?24-"B`@7%)E861&;W)M871+97ES?0T*#0HE M($ME>2`B*B(Z("`B*GM.?7M+15D at 3$545$524WTB(&ES(&5Q=6EV86QE;G0@ M=&\@6EN9R`@#0HE(#Q+15D at 3$545$524SX@($X@('1I;65S+ at T* M)2!+15D at 3$545$524R!M87D at 8V]N=&%I;B!F=7)T:&5R("H@7-]#0H-"B4 at 2V5Y(")<4FEG:'1';'5E(CH at 4W!E8VEF:65S('1H92!G M;'5E("AUR4- M"B`@7"%T85)I9VAT1VQU97LC,7TE#0H@(%Q296%D1F]R;6%T2V5Y7,@#0H@(%Q,969T1VQU95QH9FEL#0H@(%Q2 M:6=H=$=L=65<:&9I;'T-"@T*)2!+97D@(FPB.B!,969T+6%D:G5S=&5D(&-O M;'5M;BX-"EQ.97=&;W)M871+97D@;'LE#0H@(%Q296%D1F]R;6%T2V5YWT@("`E($EN(&-A2!R>R4-"B`@7%)E861&;W)M871+97ES(`T*("!<3&5F=$=L=65< M:&9I;`T*("!<4FEG:'1';'5E>WU]#0H-"B4 at 2V5Y(")K(CH at 061DUPA=&=);G-EUPA=&=);G-E2`B:B(Z M($%D9', at 82!K97)N('1O('1H92!R:6=H="!O9B`B(R(-"EQ.97=&;W)M871+ M97D@:GLE#0H@(%QH0&9A;'-E#0H@(%QV0'1R=64-"B`@7"%T9T=E=%9A;'5E M>UPA=&=);G-E6QE>WTE#0H@("!< M9G5T=7)E;&5T7"%T;F5X=%PA=&Y497-T1F]R0G)A8VME='T-"@T*)2!+97D@ M(DXB.B!N=6UE2`B;2(Z($UA=&@@;6]D92X-"EQ.97=&;W)M871+97D@;7LE#0H@ M(%Q296%D1F]R;6%T2V5Y2!->R4-"B`@7%)E861&;W)M871+ M97ES(%Q[(&)[)%QD:7-P;&%Y2`B7&TB.B!4 M96UP;&%T92`D>WTC7&AF:6PD#0I<3F5W1F]R;6%T2V5Y(%QM>R4-"B`@7%)E M861&;W)M871+97ES(&P at 8GM[?7T@;7T-"@T*)2!+97D@(EQ-(CH at 5&5M<&QA M=&4@)%QD:7-P;&%YWTC7&AF:6Q])`T*7$YE=T9O2!< M37LE#0H@(%Q296%D1F]R;6%T2V5YWU]($U]#0H-"B4 at 2V5Y(")F M(CH@(%-E="!F;VYT("`H12YG+BP at 9EQI="!S971S('5P(&ET86QI8R!F;VYT M("AA2!F(S%[)0T*("!<4F5A9$9O7, at 8GLC,7U]#0H- M"B4 at 2V5Y(")"(CH at 86)B7, at 9EQB9GT-"@T*)2!+97D@(DDB M.B!A8F)R979I871I;VX at 9F]R(&9<:70-"EQ.97=&;W)M871+97D at 27LE#0H@ M(%Q296%D1F]R;6%T2V5Y2`B4R(Z(&%B8G)E=FEA M=&EO;B!F;W(@9EQS;`T*7$YE=T9O2!3>R4-"B`@7%)E861&;W)M M871+97ES(&9<7, at 9EQR M;7T-"@T*)2!+97D@(E0B.B!A8F)R979I871I;VX at 9F]R(&9<='0-"EQ.97=& M;W)M871+97D at 5'LE#0H@(%Q296%D1F]R;6%T2V5Y2`B<"(Z(%!A`T*7$YE=T9O2!P>R4-"B`@7"%T9T=E=%9A M;'5E>UPA=&=39715<%!A'U]#0H-"@T*)2`J*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ#0HE($U)3DE-54T at 0T],54U.(%=)1%1(($M%60T*)2`J*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ#0H-"B4 at 2V5Y(")W(CH@;6EN:6UU;2!C;VQU;6X@=VED=&@- M"EQ.97=&;W)M871+97D@=WLE#0H@(%PA=&M497-T1F]R0F5G:6Y&;W)M870@ M=WM<(71G1V5T5F%L=65[7"%T9E-E=%=I9'1H?7U]#0H-"@T*)2`J*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ#0HE(%1!0E-+25`@2T594PT*)2`J*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ#0H-"B4 at 2V5Y(")S(CH at 4V5T('1A8G-K:7`@9F]R('1H92!I;G1E M2!S>R4-"B`@7"%T84]N8V5/;FQY5&%B2!T:&4 at 7'1A8G-K:7`@51A8G-K:7!TUPA=&9397162`B7'PB M.B!.;VXM2!UPA=&9&:6YI2!< M16YD1F]R;6%T>R4-"B`@7"%T:U1E3Y] M>TEN=&5N9&5D($%C=&EO;GTZ(%1H:7,@=&5S="!IR,R M?24-"B`@("!<(71H>"!<(71T96UP("`@(`T*("!<96QS90T*("`@(%QT;VMS M,#U[(S%])2`@#0H@("`@7'1O:W,R/5PA=&AX>UQS=')I;F=<4F5&;W)M871] M)0T*("`@(%PA=&AX(%PA=&M);7!R;W!ESQ+97D^?7M);G1E;F1E9"!!8W1I;VY].B!4 M:&ES('1E2!B92!UR4@#0H@(%PA=&A%UPA=&A296%D17)R;W)- M2EPA=&A296%D17)R;W)-2!]("`-"EPA=&A3=&]R945R2!M96YT:6]N960 at 86)O=F4 at 8V%N)W0 at 8F4@=7-E M9"!I;B!A('T-"@T*#0H,#0HE("HJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*@T* M)2!314-424].(&XZ($Y5345224,-"B4@*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ#0H-"B4 at 3D]413H at 5$A%(%-004-%($)%5%=%14X at 02!.54U%4DE#($5. M5%)9($%.1"!42$4 at 1D],3$]724Y'("=\)RP@)R(G+"`-"B4@("!/4B`G7'PG M($E3($U!3D1!5$]262X-"B4 at 14U05%D at 3E5-15))0R!%3E122453($%212!. M3U0 at 04Q,3U=%1#H at 55-%("=[?2<@3U(@)UQO;6ET)R!)3E-414%$+ at T*#0HE M(%1%4U0 at 1D]2($)204-+150Z($EN=F]K960 at 8GD@=&AE(&ME>7,@(FXB(&%N M9"`B3B(N#0I<9&5F7"%T;E1ER4-"B`@7&EF>"!;7"%T M;F5X=`T*("`@(%PA=&AX7"%T;D=E=$%R9W5M96YT#0H@(%QE;'-E#0H@("`@ M7"%T:'A<(71N1V5T0V]D90T*("!<9FE]#0H-"B4 at 1T54($-/1$4Z($4N9RX@ M(C0B+"!OR4@($Y/5$4 at 5$A%($),04Y+#0H@(%PA=&Y#;VYV97)T0V]D92`C M,2XN(7T-"@T*)2!#3TY615)4($-/1$4Z($4N9RX at 8V]N=F5R=', at 86)O=F4@ M=&\@6S`P,#!=+"!;,#`P,"Y=+"!;+C`P,#!=+`T*)2!;,#`P,#`P,#`P,"XP M,%T-"EQD969<(71N0V]N=F5R=$-O9&4@(S$N(S(N(S,A>R4-"B`@7&)E9VEN M9W)O=7`-"B`@("!<869T97)G`T*("`@(%PA=&AX7"%T;D=E=$%R9W5M96YT M7"%T=&5M<'T-"B`@#0HE($=%5"!!4D=5345.5#H at 6SQS86UP;&4@;&5F="!F M:65L9#X@/&]P=&EO;F%L("X\R4-"B`@7"%T;DUA:V5.=6UER4@(",Q M/3QE;7!T>3X@;W(@)`T*("!<9&5F7"%T=&5M<'LC-'TE#0H@(%QI9GA<(71T M96UP7&5M<'1Y#0H@("`@7"%T841I;65N0STP<'0-"B`@7&5L'M<;4!T:"`C,2XC,R,Q?24-"B`@("!<(71A1&EM96Y# M/5QW9#`-"B`@7&9I#0H@(%QS971B;W at P(#U<:&)O>'M<;4!T:"`C,2,R(S%] M)0T*("!<(71H5&]KUQT:&5<=V0P M('TE#0H@("`@>UQT:&5<(71A1&EM96Y#?24-"B`@("![(S%])0T*("`@(%QT M:&5<(71A1&%T84-O;'5M;E1E;7!L871E?2`@)2!-:6=H="!H879E('1A8G-K M:7`@9VQU92!I;B!H97)E#0H@(%Q296%D1F]R;6%T2V5YR,Q?7LC,GU[(S-](S0N+B%]#0H-"EQD969<(71N4V5T3G5M M97)I8TET96U!(",Q(S(C,R,T+B,U+B,V(7LE#0H@(%QD969<(71T96UP>R,V M?24-"B`@7&AB;W@@=&\@(S%[7&AS"!T;R`C,GLE#0H@("`@7&EF>%PA='1E;7!<96UP='D-"B`@("!<96QS90T* M("`@("`@(%QM0'1H(",S+B,U(S,E#0H@("`@7&9I#0H@("`@7&AS'1R82!H96EG:'0^/&UU M;'1I<&QE(&9O'1R82!D97!T:#X-"B4@("!M86MEUQD:6UE;D!]>UQD:6UE;D!I:7U] M#0H-"@T*)2!%3DQ!4D=%/&5X=')A(&AE:6=H=#X\97AT'1R82!D97!T:`T*("!<(71A1&EM96Y!/2,Q M7')E;&%X#0H@(%PA=&%$:6UE;D(](S)<"!<(51S16YL87)G94UA=&@-"B`@7&5L"!<(51S16YL87)G94]T:&5R#0H@(%QF:7T-"@T*7&1E9EPA5'-% M;FQA%QZ0#U< M:&)O>'LC,24-"B`@("`@(%QX9&5F7"%4UQS<&%C969A M8W1O%QZ0#U<:&)O>'LC,7TE#0H@(%QF:0T*("!<(51S1FEN:7-H16YL87)G97T- M"B`@("`-"EQD969<(51S16YL87)G94UA=&@C,2,R>R4-"B`@7'-E=&)O>%QZ M0#U<:&)O>'LD7&U`=&@C,7LC,GTD?24-"B`@7"%4D`]7&1I M;65N0`T*("!<9&EM96Y`/5QD<%QZ0`T*("!<861V86YC92!<9&EM96Y`(%PA M=&%$:6UE;D(-"B`@7&1P7'I`/5QD:6UE;D`-"B`@7&)O>%QZ0"!<(51S4W!A M8V5&86-T;W)[?7T-"@T*#0HE($5.3$%21T4 at 0ED@355,5$E03$53($]&(%-T M2`H;75L=&EP;&4 at 9F]R(&5X=')A(&AE:6=T:"DJ4W1R=715;FET M#0HE("`@86YD("`@("`@("AM=6QT:7!L92!F;W(@97ATR4-"B`@7&9U='5R96QE=%PA=&YE>'1< M(71T0F5G:6Y486)L97T-"@T*7&1E9EPA='1"96=I;E1A8FQE>R4-"B`@7&EF M>"!;7"%T;F5X=`T*("`@(%QD969<(71N97AT>UPA='1"96=I;E1A8FQE07TE M#0H@(%QE;'-E(`T*("`@(%QD969<(71N97AT>UPA='1"96=I;E1A8FQE05MC M77TE#0H@(%QF:0T*("!<(71N97AT?0T*#0I<9&5F7"%T=$)E9VEN5&%B;&5! M6R,Q77LE#0H@(%QI9B`C,74E("`@("`@("`@("`@("`@("`@)2`B=6YB;WAE M9"(@=&%B;&4-"B`@("!<:69M;6]D92`@("`@("`@("`@("`@("`@#0H@("`@ M("!<9&5F7"%T=$5N9%1A8FQE>R4@("`@)2!U2!M871H(&UO9&4-"B`@("`@("`@7')E;&%X?24@("`@("`@ M("`@("`E("`@86YD(&AA=F4@;VYL>2!O;F4@=&%B;&4 at 870@=&AE(&]U=&5R M(&QE=F5L#0H@("`@7&5L"P@;W(@7'9C96YT97(L('EE="!T;R!C;VUE#0H@("`@("`D M)2`@("`@("`@("!F;W(@;6%T:"!M;V1E#0H@("`@("!<96=R;W5P?24@("!F M;W(@=&AE(%QH8F]X#0H@("`@7&EF(",Q="4-"B`@("`@(%QV=&]P#0H@("`@ M7&5L"P@;W(@7'9C96YT97(-"B`@ M7&9I#0H@(%QA9'9A;F-E7"%T85)E8W5RF%T:6]N#0H@(%QL971<(71T4FEG M:'1';'5E/5QR96QA>"`@)2!4:&ES(&UA>2!B92!C:&%N9V5D(&)Y(%Q*=7-T M0V5N=&5R+"!E=&,-"B`@7&5V97)Y8W(]>WT-"B`@7&EF;G5M(%PA=&%296-U MF5486)L90T*("!<9FE] M#0H-"B4 at 24Y)5$E!3$E:12!404),10T*7&)GUQK97)N M("XU96U])2`@("`@("`@("`@("`@("`@("`@("!^(&YO=R!H87,@=&AE('=I M9'1H(&]F(&$@9&EG:70-"B`@("!<9&5F7%Q[7"%T=$5N9$]F4F]W?24-"B`@ M("!<9&5F7"U[7"%T=%-H;W)T2')U;&5])0T*("`@(%QD969R,C,5QH9FEL;%QN=6QL?24@("`@("`@("`@(%QN=6QL('!R M979E;G1S(%QU;G-K:7`@9G)O;0T*("`@(%QD969<0V5N=&5R(R,Q>UQH9FEL M;"`C(S%<:&9I;&Q<;G5L;'TE("`@(&MI;&QI;F<@=&AE(%QH9FEL;`T*("`@ M(%QD969<4FEG:'0C(S%[7&AF:6QL(R,Q?24-"B`@("!<9&5F7'5S97M<(71T M=7-E?24-"B`@("!<9&5F7%5S97M<(71T57-E?24-"B`@("!<=&AE7$5V97)Y M5&%B;&5]#0I<96=R;W5P#0H-"EQL971<(71T4FEG:'1';'5E/5QR96QA>"`@ M)2!4:&ES(&UA>2!B92!C:&%N9V5D+"!I;B!A(&=R;W5P+"!B>2`-"B`@("`@ M("`@("`@("`@("`@("`@("`@("`@)2`@(%Q*=7-T0V5N=&5R+"!E=&,-"@T* M)2!$3R!(04Q)1TXZ($EN=F]K960 at 8GD@14Y$($9/4DU!5"`H;W(@=&AE(&ME M>2`B+B(I#0I<9&5F7"%T=$1O2&%L:6=N>R4-"B`@7&)A"!<(71F4F]W M3V97:61T:', at 7&5M<'1Y#0H@("!<96QS92`-"B`@("`@7"%T9E)O=T]F5VED M=&AS(%QC0T*)2`@(#`L(&EN71H:6YG(&5LR4-"B4@(%PA=&A-97-S86=E>T%T(%1E'1]#0H@(%QI9G@@7"%T;F5X=%PA=&A3<&%C951O:V5N("`E M('1H92`B=7-U86PB(&-A%PA='1$;U-T86YD87)D#0H@ M(%QE;'-E#0H@("`@7"%T:'A<(71T5&5S=$9O"!<(71T1&]:97)O#0H@(%QE;'-E#0H@ M("`@7"%T:'@@7"%T=%1ER4-"B`@7&EF>"`K7"%T;F5X M=`T*("`@(%PA=&AX(%PA='1$;U!L=7,-"B`@7&5L"!< M(71T1&]3=&%N9&%R9`T*("!<9FE]#0H-"B4 at 1$\@6D523SH at 3F\@'1R82(@R,S?24- M"B`@7&-R?2`-"@T*)2!$3R!35$%.1$%21#H at 26YS97)T('-T86YD87)D('1A M8FQE('-T2!F;VQL;W=E9"!B>2!A(&)L86YK+"!A('-T M%PA='1!5E1E%PA='1'97102`-"B`@("`@("`@7$QI;F54:&EC:VYE MUQS<&%N7&]M:71<861V86YC95QM'0@/&YU;6)E3`@ M)2!S;R!C86X at 8G)E86L at 86X@8&!U;F)O>&5D)R<@=&%B;&4 at 869T97(@82!H M;W)I>F]N=&%L(')U;&4N#0H@(%QE9W)O=7!]("4 at 96YDR4-"B`@7&]M:70-"B`@7"%T9T=E=%9A;'5E>UPA='13:&]R=$AR M=6QE07U]#0H-"EQD969<(71T4VAOR4-"B`@7&]M:71<R4-"B`@7&1I M;65N,"`]#0H@("`@7&EF;G5M(%PA=&=#;V1E/3$-"B`@("`@(%QI9G@@7"%T M9U9A;'5E7&5M<'1Y#0H@("`@("`@(%Q,:6YE5&AI8VMN97-S1F%C=&]R#0H@ M("`@("!<96QS90T*("`@("`@("!<(71G5F%L=64@("`@)2!UR4-"B`@7$QE M9G1486)S:VEP(#TP<'0@<&QUUQ296%D1F]R;6%T2V5Y%QB9W)O=7`D?0T*("`@87LD7&5G#!]?7T-"B`@("4E#0H)"2`@(%Q.97=&;W)M871+97D at 7'@C,2,R>UQ2 M96%D1F]R;6%T2V5YUQS971B;W at P/5QH8F]X7&)GUQB;W at P?7U] M#0H@("`E)0T*"0D@("!<3F5W1F]R;6%T2V5Y(%@C,2,R>UQ296%D1F]R;6%T M2V5YUQS971B;W at P/5QH8F]X7&)G7-T M>6QE7&)G2!< M6",Q(S)[7%)E861&;W)M871+97ES#0H)"2`@(&)[7'-E=&)O>#`]7&AB;WA< M8F=R;W5P)%QD:7-P;&%YWU]#0H@("!A>UQE9W)O=7`D M7&5G#!]?7T-"@T*#0H-"@T* M#0HE("HJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*@T*)2!215!/4TE424].24Y' M($-/34U!3D13("A<2E535$Q%1E0L(&5T8RXI#0HE("HJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*@T*#0I<9&5F7$IUR4-"B`@7&]M:70 at 7&QE=%PA M='12:6=H=$=L=64]7&AF:6QL?0T*7&1E9EQ*=7-T0V5N=&5R>R4-"B`@7&]M M:70 at 7&AF:6QL7&YU;&P at 7&QE=%PA='12:6=H=$=L=64]7&AF:6QL?0T*7&1E M9EQ*=7-T4FEG:'1[)0T*("!<;VUI="!<:&9I;&Q<;G5L;'T-"@T*#0HE("HJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ M*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*BHJ*@T*)2!297-T;W)E(&UE86YI;F<@;V8@ M7%PL(&%N9"!R97-E="!C871E9V]R>2!C;V1E/:N$``![5@`66#R. MCJ0(&&.-C9$U``"?`O(%A``*S+T``'M6CHV10"P>\P=+\6!Y``H````*```` M!6-MU8`%E@\CHZAC8V1-0``GP+R!80`"LR]``![5HZ-D4`L'C*.C9%*W.:?`O(% MA``*S+T``'M6CHZFC8V1-0``GCVKA```>U8`%E@\CHZAC8V1-0``GP+R!80` M"LR]``![5HZ-D4`L'C..C9%*W.:?`O(%A``*S+T``'M6CHZFC8V1-0``GCVK MA```>U8`%E@\CHZAC8V1-0``GP+R!80`"LR]``![5HZ-D4`L'C2.C9%*W.:? M`O(%A``*S+T``'M6CHZFC8V1-0``GCVKA```>U8`%E@\CHZAC8V1-0``GP+R M!80`"LR]``![5HZ-D4`L'C6.C9%*W.:?`O(%A``*S+T``'M6CHZFC8V1-0`` MGCVKA```>U8`%E@\CHZAC8V1-0``GP+R!80`"LR]``![5HZ-D4`L'C:.C9%* MW.:?`O(%A``*S+T``'M6CHZFC8V1-0``GCVKA```>U8`%E@\CHZAC8V1-0`` MGP+R!80`"LR]``![5HZ-D4`L'C>.C9%*W.:?`O(%A``*S+T``'M6CHZFC8V1 M-0``GCVKA```>U8`%E@\CHZAC8V1-0``GP+R!80`"LR]``![5HZ-D4`L'CB. MC9%*W.:?`O(%A``*S+T``'M6CHZFC8V1-0``GCVKA```>U8`%E@\CHZAC8V1 M-0``GP+R!80`"LR]``![5HZ-D4`L'CF.C9%*W.:?`O(%A``*S+T``'M6CHZF MC8V1-0``GCVKA```>U8`%E@\CHZAC8V1-0``GP+R!80`"LR]``![5HZ-D3LL M'3$PCHV12MSFGP+R!80`"LR]``![5HZ.IHV-D34``)X]JX0``'M6`!98/(Z. MH8V-D34``)\"\@6$``K,O0``>U:.C9$[+!TQ,8Z-D4KU:.CJ:-C9$U``">/:N$``![5@`66#R.CJ&-C9$U``"?`O(%A``*S+T``'M6 MCHV1.RP=,3*.C9%*W.:?`O(%A``*S+T``'M6CHZFC8V1-0``GCVKA```>U8` M%E@\CHZAC8V1-0``GP+R!80`"LR]``![5HZ-D3LL'3$SCHV12MSFGP+R!80` M"LR]``![5HZ.IHV-D34``)X]JX0``'M6`!98/(Z.H8V-D34``)\"\@6$``K, MO0``>U:.C9$[+!TQ-(Z-D4KU:.CJ:-C9$U``">/:N$ M``![5@`66#R.CJ&-C9$U``"?`O(%A``*S+T``'M6CHV1.RP=,36.C9%*W.:? M`O(%A``*S+T``'M6CHZFC8V1-0``GCVKA```>U8`%E@\CHZAC8V1-0``GP+R M!80`"LR]``![5HZ-D3LL'3$VCHV12MSFGP+R!80`"LR]``![5HZ.IHV-D34` M`)X]JX0``'M6`!98/(Z.H8V-D34``)\"\@6$``K,O0``>U:.C9$[+!TQ-XZ- MD4KU:.CJ:-C9$U``">/:N$``![5@`66#R.CJ&-C9$U M``"?`O(%A``*S+T``'M6CHV1.RP=,3B.C9%*W.:?`O(%A``*S+T``'M6CHZF MC8V1-0``GCVKA```>U8`%E@\CHZAC8V1-0``GP+R!80`"LR]``![5HZ-D3LL M'3$YCHV12MSFGP+R!80`"LR]``![5HZ.IHV-D34``)X]JX0``'M6`!98/(Z. MH8V-D34``)\"\@6$``K,O0``>U:.C9$[+!TR,(Z-D4KU:.CJ:-C9$U``">/:N$``![5@`66#R.CJ&-C9$U``"?`O(%A``*S+T``'M6 MCHV1.RP=,C&.C9%*W.:?`O(%A``*S+T``'M6CHZFC8V1-0``GCVKA```>U8` M%E@\CHZAC8V1-0``GP+R!80`"LR]``![5HZ-D3LL'3(RCHV12MSFGP+R!80` M"LR]``![5HZ.IHV-D34``)X]JX0``'M6`!98/(Z.H8V-D34``)\"\@6$``K, MO0``>U:.C9$[+!TR,XZ-D4KU:.CJ:-C9$U``">/:N$ M``![5@`66#R.CJ&-C9$U``"?`O(%A``*S+T``'M6CHV1.RP=,C2.C9%*W.:? M`O(%A``*S+T``'M6CHZFC8V1-0``GCVKA```>U8`%E@\CHZAC8V1-0``GP+R M!80`"LR]``![5HZ-D3LL'3(UCHV12MSFGP+R!80`"LR]``![5HZ.IHV-D34` M`)X]JX0``'M6`!98/(Z.H8V-D34``)\"\@6$``K,O0``>U:.C9$[+!TR-HZ- MD4KU:.CJ:-C9$U``">/:N$``![5@`66#R.CJ&-C9$U M``"?`O(%A``*S+T``'M6CHV1.RP=,C>.C9%*W.:?`O(%A``*S+T``'M6CHZF MC8V1-0``GCVKA```>U8`%E@\CHZAC8V1-0``GP+R!80`"LR]``![5HZ-D3LL M'3(XCHV12MSFGP+R!80`"LR]``![5HZ.IHV-D34``)X]JX0``'M6`!98/(Z. MH8V-D34``)\"\@6$``K,O0``>U:.C9$[+!TR.8Z-D4KU:.CJ:-C9$U``">/:N$``![5@`66#R.CJ&-C9$U``"?`O(%A``*S+T``'M6 MCHV1.RP=,S".C9%*W.:?`O(%A``*S+T``'M6CHZFC8V1-0``GCVKA```>U8` M%E@\CHZAC8V1-0``GP+R!80`"LR]``![5HZ-D3LL'3,QCHV12MSFGP+R!80` M"LR]``![5HZ.IHV-D34``)X]JX0``'M6`!98/(Z.H8V-D34``)\"\@6$``K, MO0``>U:.C9$[+!TS,HZ-D4KU:.CJ:-C9$U``">/:N$ M``![5@`66#R.CJ&-C9$U``"?`O(%A``*S+T``'M6CHV1.RP=,S..C9%*W.:? M`O(%A``*S+T``'M6CHZFC8V1-0``GCVKA```>U8`%E@\CHZAC8V1-0``GP+R M!80`"LR]``![5HZ-D3LL'3,TCHV12MSFGP+R!80`"LR]``![5HZ.IHV-D34` M`)X]JX0``'M6`!98/(Z.CHZ.GQX``(V2`-\``#&.CHSX````*@&#DL`<.P`` M```#Z`*J```!C@````8``?,'2_%@>0`*````"@````5C;7(Q,/D```GX`M_? "W]\# ` end -------------- Enclosure number 3 ---------------- * This message contains the file 'test.ps', which has been * uuencoded. If you are using Pegasus Mail, then you can use * the browser's eXtract function to lift the original contents * out to a file, otherwise you will have to extract the message * and uudecode it manually. begin 660 test.ps M)2%04RU!9&]B92TR+C`*)25#V5X8VA]3B]8>U,*3GU" M+T%[9'5P?4(O5%)[=')A;G-L871E?4XO:7-LV9A;'-E M?61E9B]`S$@+3%]>RTQ(#%]:69E M;'-E(#`*,"`P76-O;F-A='UI9B`W,B!297-O;'5T:6]N(&1I=B`W,B!64F5S M;VQU=&EO;B!D:78@;F5G('-C86QE(&ES;'-["FQA;F1P;'5S.3![5E)EU)E&-H77-E=&UA=')I>'U. M+T!L86YDR]N;B`X(&1I8W0 at 3B!N;B!B96=I M;@HO1F]N=%1Y<&4@,R!.+T9O;G1-871R:7@@9FYT"!& M0D(@3B!S=')I;FT-H87)"=6EL9&5R?4XO16YC;V1I;F<@245N($X at 96YD($%[+V9O;R!S971F M;VYT?3(*87)R87D at 8V]P>2!C=G@@3B!L;V%D(#`@;FX@<'5T+V-TR]S9B`Q($XO9FYT7M#9"!!(&QE M;F=T:"`R('-U8B!G970@,3(W('-U8GT*0B]#9'A[0V0 at 02!L96YG=&@@,2!S M=6(@9V5T?4(O0VE[0V0 at 02!T>7!E+W-T"!#=R!A M9&0 at 0WD*R]C M8R!8($$@='EP92]S=')I;F=T>7!E(&YE>UU]:68@;FXO8F%S92!G970 at 8V,@ M8W1R('!U="!N;@HO0FET36%P"!C=7)R96YT;6%TR]15GU[+U)6?6EF M96QS92!L;V%D(&1E9B!P;W`@<&]P?4XO96]P>PI322!R97-T;W)E('5S97)D M:6-T+V5O<"UH;V]K(&MN;W=N>V5O<"UH;V]K?6EF('-H;W=P86=E?4XO0'-T M87)T>PIUW-T87)T+6AO;VM]:68@ M<&]P+U9297-O;'5T:6]N(%@O4F5S;VQU=&EO;B!8"C$P,#`@9&EV+T1626UA M9R!8+TE%;B`R-38 at 87)R87D at 3B`R('-TTE%;B!3($$@ M,S8P(&%D9"`S-B`T"FEN9&5X(&-V&-H(&=E=&EN=&5R M=F%L(&5Q>W!O<"!TW!O<'UI9F5LWMGT)$;W1]"FEM86=E;6%S:R!G&-H(&ETS,@ M37U"+VM[-"!-?4(O=WLP(')M;W9E=&]]0B]L>W`@+30@=WU"+VU[<"`M,R!W M?4(O;GL*<"`M,B!W?4(O;WMP("TQ('=]0B]Q>W`@,2!W?4(OW`@-"!W?4(O>'LP(%,*R]34R!S879E($Y]0B]E;W-[4U,@S$@:6YD97 at O1DE$(&YE(#(*:6YD97 at O56YI<75E240@ M;F4 at 86YD>V1E9GU[<&]P('!O<'UI9F5L7!E(#`*;F5[+TUE=')I M8W, at 97AC:"!D968 at 9&EC="!B96=I;B!%;F-O9&EN9WME>&-H(&1U<"!T>7!E M+VEN=&5G97)T>7!E(&YE>PIP;W`@<&]P(#$@W!O<'U[ M6WUI9F5LT9O;G1-871R:7@@,"!G970 at 9&EV($UE=')I8W,@,"!G970* M9&EV(&1E9GUI9F5L7!E"B]N86UE='EP92!E<7ME>&ET M?6EF(&5X8V@@<&]P?6QO;W!]:69E;'-E6S(@:6YD97@@8W5R"!D969]9&5F+T]B;&EQ=653;&%N='MD=7`*"!M=6P at 861D?61E9B]%>'1E;F1&;VYT M>S, at +3$@T-H87)3=')I M;F=S(')C:&5C:WLO16YC;V1I;F<@9F%L2X at 06QL(%)I9VAT M2!D968*+U=E:6=H="`H365D:75M*2!R96%D;VYL>2!D968*+TET86QI M8T%N9VQE(#`@9&5F"B]I&5D4&ET8V@@9F%L2!D968*+T9O;G1.86UE("]#35(Q,"!D968*+U!A:6YT5'EP92`P(&1E M9 at HO1F]N=%1Y<&4@,2!D968*+T9O;G1-871R:7@@6S`N,#`Q(#`@,"`P+C`P M,2`P(#!=(')E861O;FQY(&1E9 at HO16YC;V1I;F<@,C4V(&%RS$@:6YD97@@97AC:"`O+FYO=&1E9B!P=71](&9O<@ID=7`@-#@@+WIE MWTQ,`HX,RXP,C(@+T--4C$P(')F(&5N9`HE)45N9%!R;VQO9PHE)4)E9VEN M4V5T=7`*)25&96%T=7)E.B`J4F5S;VQU=&EO;B`V,#!D<&D*5&581&EC="!B M96=I;@HE)4)E9VEN4&%P97)3:7IE.B!A-`HOF4 at 6S4Y-2`X-#)=(#X^('-E='!A9V5D979I M8V4@?0I[("]A-"!W:&5R92![('!O<"!A-"!](&EF('T*:69E;'-E"B4E16YD M4&%P97)3:7IE"B!E;F0*)25%;F13971U<`HE)5!A9V4Z(#$@,0I495A$:6-T M(&)E9VEN(#$@,"!B;W`@-#0P(#4Q.2`Q.#8 at -"!V(#0T,"`V,#@@-"`Y,"!V M"C4S,R`U.#0 at 82!&82 at Q*7`@-C(R(#8P."!6(#0T,"`V,3(@,3 at V(#0@=B`T M-#`@-S`R(#0*.3`@=B`U,S, at -CW1A8FQE?0T*#0I<;F5W8V]U;G1EU)O=TYU;6)EU)O=TYU;6)E]:OX#$]A!YR.!^\ MN at U:%RC0%`9R*'H*VIQ\<#_^?T=;Q;N!5:I#$80!6PMY9]]]-'QW7JZ>`T0@ MP4H48/WYXM''I^7N9PF?_EP@?%J>`ZI&U7/X\2GUS^6S%1B?8TO^(CH*GDR".1)C2EGH*G<-K+4]EP MY at Z<;K5MG*D6CFD at SE11HJOE3^$4B:@;3O3C]*L]P"FE1AJ)4PI&G(:3K1E@ MPUDZ<+K5'N`DHK'=2=;N\[K3L+QX)W7@=*L]P(FD0[W3"L)$[[3F8MYP<@=. MM]H#G(E]U0Y at 6K?[/BE/P<1\=4[I at .E6VX8)E65H;T*E.K$W<[HZI_IQ^M4> MX!1)0YT3A/-$YP0[^7E,JATXW6H/<)*4H9_K0*PS/M=M]JXE4-6KR,7.H'Z];=Y*J:\M"Y0-56P+RYH%39-=GJ!MLAO$V6T]#-`5WS99YF M!45O1ME\)GYU"&^#+3D-G0NTI"G;!!M8F^N!7X/UIR^_[C97N]Q#IP+-26-V M+8%38!FO'IO/A*\.X6VR8!*A#B0+M at 3FC06%;B;9?"9\=0AODA5%C#30947S MQ/V"4E+$U]^L=H0OO^XV5T:)X+M.;:YV*LH\+U at 7W([)^K-7A_`VV;+&PH%> M(&7]=GV>%Y at UUATO\&>O#N%MLKFP7?2!9/.?MUMKK#> M'S#2"Z#@Q+D`+8GNF:P_>W4(;Y)E)1HZ%["6F=L%J!33SL3E#U\=PMMDF73H M7&`%)VX7H+WHB\GBF?#EU]WF6C@/G0NXV!*8-Q>@R7\Q63P3OCJ$M\EFEJ%S M`6>:N5^`E&+AUV3]Z:M#>)LL2!HZ%S#,N:U@`UO@:K)X)GSY=3>YDJ[W%PST M`E*VV.VZ8^$4V*R[)NL/7QW"VV19O?L%/2!R+?8JZY:RK5RLMWNH*LPO[_[] M\@_+#F`X96YD'1="B]%>'1'4W1A=&4@,3`@,"!2"B]&;VYT(#$Q(#`@ M4 at H^/@HO0V]N=&5N=', at -2`P(%(*/CX*96YD;V)J"C,@,"!O8FH*/#P at +U1Y M<&4 at +U!A9V5S("]+:61S(%L*-"`P(%(*72`O0V]U;G0@,0H^/@IE;F1O8FH* M,2`P(&]B:@H\/"]4>7!E("]#871A;&]G("]086=E7!E+T5X=$=3=&%T90HO3U!-(#$^/F5N9&]B:@HQ M,"`P(&]B:@H\/"]2-PHW(#`@4CX^"F5N9&]B:@HQ,2`P(&]B:@H\/"]2.`HX M(#`@4CX^"F5N9&]B:@HX(#`@;V)J"CP\+T)A7!E+T9O;G1$97-C)P=4VM0$V<4W9"0K$!1B2L^Z":M6A]M+0$1H[:`.(H"4E'&!P8$$@F0\`A! M"&")@IAPAR""@(*$0!"-"%%!%$%$J_ABBE0M5*'6*EB9%G70;W69:1?F_OF^ M'_?<<\^YAX5Q;#`6B\7U#0P6N4Z\%E!S692+#?4Y&U(HS4>Q+3BPP8'3X&)[ MPPEMFH[$4]&WTS`VB[7.?Z=O0J)&%1,M5PL7^2X6BL1B3Z&/4J:*B8J(%P9& MJ.4R982:^2B$6Q*B8F1JS5*ACT(A#)[H2!8&RY)EJKTRZ>1DWP1E8HI:IA(& M)DAEJG@,P^P\5XA=16[NRSR68]@L;#8V!YN..6%\;`9&8#,Q9\R>(8[Q,"6& M6#H;CDV at 31M[.[N9$\49_8\5&((Y4KJ4*NI^7ZF1A=8.LZE$ZCU17`KY4(73 MA[BT(^C+#E7B*FXL'6EKYAK*B^^6E1XI[(IV9WX?\J0D MA.3TH;-0@=^^W]S[\-XVWV!I:)"<-&42OUK;.J`;'W;[V77A2I^EFORPYEUD M299594['^2\VQWML633GB[=^8\CV]>"'1NTE63.95I5QU/\"OC""J$MO55Y1 MU*6U*F$3[N.]3>SA>V?PYIE[SUK)22:-PW]44_,9-B\W#B/I2V?^!XJ->HDX M'OW3/,GF])#\LXED2]&I"DOR\90,Y0&I7V?D,T0 at 1^2"X at 3\3\A$\WYQV[I3 M$[:;C`Q31X`W3D__:S'BW&YJOEE-TM-^(#)``HJ[&BNT0QMT0FN5]63[N;(& MN`SU,15AI7$%`2#!5\0L<9\D9/HXR\0Z/XB*!MG4;O20@">Y3^2/)"/B\@@( M at C5)D4OCUN5^#ZO`NT#4Y'5QYG^DYW`^_XW0T_9"0PH]FS8BV M"X;A%MR#[J+.2F3_N-@,]="MJ5QT=`MX00!XPWJM?^8WPJHQ<>/\Z)U62(R3L%M,#R'"TP]AP8= M;HGCB70E5L$$4!\:&WMC8;6/H?`A-A6"UA`J;JXR)WQ_9D[V!D@!G/;COG^' M7!'9U0FCLQ%7](1VI&U]OG/;T at Z&BH;2IEI-K3Q;#WDZLOI^I_4FX$,75XI7 M[5B]-5!`;Z5CM5K00_)LBL>=-+$7X6A^-;)[.?-I#%U$ M8\3`R9L/&&4&W&]\_957D%>L*>V4Q6 at ZU;X+,DE+6W=9(^!-UU-$6?K-2>$" M96B,3I67G9>LSX'LO)P\V(_SQ[7:(U!!MG`'K.L7TR[KXL-W>U?9_Z;.B0F M4.4R;K1>ZT/N57";#!W0S-0U:&(TW,OST9="I_=]0"TI[,7&_(4A"('OQ*(V% M[LZ01Y-H&\]XL#[G#!/3J0^&R at IUAW/R]*#+%:0>V)GJ!U$@.;*K*MN at 9R1E M4IN=(:#;>!K(/G8DWU!80):46SN?0@>8)46:\CWY4MB!\S^!'(*2(Y*E>Y(D ML`:"KZ7?,N09\DH`KZ\PU]2DFV/WR7,D'CU+$`?A;T<07S#)EOJR>G#HPD36 MD'1X(Y.U<30+/25J>*@036N\6M-\,,9$9D9!F*(FTU1^NOA\5_B5%?0,>BY- MT$E,V&@CPM>^0NS7?S-]?+<1FKU^S_;05!+9TX^)`%!V'3RN:84G<`+O/S/Z MLOPR!%K($WM at .^R$4-B1'JT,DN2JF5-G0N9EHD]6H/@2+AU9RK/8]=B3=AQ/ MH\,44[�X_1X3,,^Q_'B]#:"F5N9'-T')E9 at HS-3 References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> Message-ID: <19184.43909.240912.107556@zaphod.ms25.net> On 3 November 2009 P. R. Stanley wrote: > Hi folks > I have a table that is constructed in the tabular environment and > comprises 34 rows. At present it requires two A4 pages. I'm wondering > if there is a way of squeezing the data into one a4 sheet. [...] Hi Paul, I wouldn't try to squeeze it into a single page. If fonts are too small, it's a pain to read the text. IMO \small is ok and \footnotesize is a last resort, everything else is problematic. But your problem is that you have 34 rows (not 34 columns), right? If this is true, I recommend the longtable package. It not only allows page breaks within tables, it also adds a header to each part of a split table. And it can do much more. In order to create beautiful tables, I usually 1. avoid any vertical lines, 2. use \hline only above and below the table head and at the bottom of the table, 3. increase the value of \arraystretch a bit. The default is 1 and values between 1.2 and 1.4 are appropriate. The value of \arraystretch is multiplied by \baselineskip within tables. BTW, \arraystretch is a macro, not a length register, and thus has to be re-defined by \renewcommand, 4. Tables sometimes can be large, and then it's useful to typeset them in \small. But if this is necessary, all tables should be typeset this way, not only a particular one. Regards, Reinhard -- ---------------------------------------------------------------------------- Reinhard Kotucha Phone: +49-511-3373112 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha at web.de ---------------------------------------------------------------------------- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. ---------------------------------------------------------------------------- From jgandradev at me.com Wed Nov 4 02:05:20 2009 From: jgandradev at me.com (=?ISO-8859-1?Q?Jes=FAs_Guillermo_Andrade?=) Date: Tue, 03 Nov 2009 20:35:20 -0430 Subject: [texhax] hyperref bookmarks problem In-Reply-To: <1257244009.4742.15.camel@ph-sjs-vaioz> References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <1257244009.4742.15.camel@ph-sjs-vaioz> Message-ID: <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> Dear fellows: Eversince I began my work with tex and latex friends I tried to take as much as possible of all the advantages of hyperref. However, it seems that its impossible for me to obtain a "clean" bookmark index with the resulting pdf, since it is cluttered with chinese characters Ithat I have never used in my document. Currently this is my hyperref configuration: %% Ajustes de hyperref. Marcas PDF. \usepackage[ final=true, xetex=true, letterpaper=true, unicode, bookmarks=true, bookmarksnumbered=false, bookmarksopen=true, breaklinks=false, pdfborder={0 0 1}, backref, pagebackref=true, colorlinks=true ]{hyperref} \hypersetup{ pdftitle ={PAM: Plan de Ampliaci\'on y Modernizaci\'on del Aeropuerto Internacional Jacinto Lara}, pdfauthor ={Jes\'us E. Barrios y Jes\'us G. Andrade}, pdfsubject ={Terminal del Aeropuerto Internacional Jacinto Lara}, pdfkeywords={PAM, Aeropuerto, Modernizaci\'on, Barrios, Andrade}, pdfcreator ={XeTeX-TeXworks}, pdflang ={es-ES} } Mind that I render the file with xelatex and I get this kind of results: -------------- next part -------------- A non-text attachment was scrubbed... Name: Imagen 1.jpg Type: image/jpeg Size: 52129 bytes Desc: not available URL: -------------- next part -------------- Does anybody has any idea of how can I get rid of those chinese characters? Thanks a lot Guillermo From asnd at triumf.ca Wed Nov 4 02:37:10 2009 From: asnd at triumf.ca (Donald Arseneau) Date: 03 Nov 2009 17:37:10 -0800 Subject: [texhax] New Bibtex style needed for citing datasets In-Reply-To: <1257208089.9787.13.camel@ph-sjs-vaioz> References: <29216D1773FF46BC9740DC81FFC18B6A@PGR1> <1257208089.9787.13.camel@ph-sjs-vaioz> Message-ID: Steve Schwartz writes: > On Mon, 2009-11-02 at 13:17 +0000, Philip G. Ratcliffe wrote: > > > \bibliographystyle('/Users/hellyj/cca.bst') > > > > Well, it's hardly a complete path, is it? > Under *nix (and there must be something similar for windows) That is the home directory for user hellyj on Mac OSX. But is should be: \bibliographystyle{/Users/hellyj/cca} --> Braces, not parentheses! --> No ".bst" extension --> No quote characters -- Donald Arseneau asnd at triumf.ca From news3 at nililand.de Wed Nov 4 10:36:33 2009 From: news3 at nililand.de (Ulrike Fischer) Date: Wed, 4 Nov 2009 10:36:33 +0100 Subject: [texhax] hyperref bookmarks problem References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <1257244009.4742.15.camel@ph-sjs-vaioz> <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> Message-ID: <1o8kn85y5ml2x.dlg@nililand.de> Am Tue, 03 Nov 2009 20:35:20 -0430 schrieb Jes?s Guillermo Andrade: > Dear fellows: Eversince I began my work with tex and latex friends I > tried to take as much as possible of all the advantages of hyperref. > However, it seems that its impossible for me to obtain a "clean" > bookmark index with the resulting pdf, since it is cluttered with > chinese characters Ithat I have never used in my document. Currently > this is my hyperref configuration: I have some doubts that the unicode option is needed and works with xetex. If this is not the source of the problem: Don't sent code snippets. Make a small, complete example that demonstrates the problem. As the encoding of the file is important in this case, zip the example to avoid that the encoding get mangled during the transport. -- Ulrike Fischer From cbill.lam at gmail.com Wed Nov 4 11:41:44 2009 From: cbill.lam at gmail.com (bill lam) Date: Wed, 4 Nov 2009 18:41:44 +0800 Subject: [texhax] hyperref bookmarks problem In-Reply-To: <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <1257244009.4742.15.camel@ph-sjs-vaioz> <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> Message-ID: <20091104104144.GE22678@debian.b2j> On Tue, 03 Nov 2009, Jes?s Guillermo Andrade wrote: > bookmark index with the resulting pdf, since it is cluttered with > chinese characters Ithat I have never used in my document. Currently As a native chinese speaker, I can only recognise 1 or 2 characters from your jpeg. The whole phrase is unintelligible. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 From jgandradev at me.com Wed Nov 4 16:39:27 2009 From: jgandradev at me.com (=?ISO-8859-1?Q?Jes=FAs_Guillermo_Andrade?=) Date: Wed, 04 Nov 2009 11:09:27 -0430 Subject: [texhax] hyperref bookmarks problem In-Reply-To: <1148778694.20091104153705@nililand.de> References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <1257244009.4742.15.camel@ph-sjs-vaioz> <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> <1o8kn85y5ml2x.dlg@nililand.de> <07C54A99-E188-444A-BE1E-D68819BF6606@me.com> <1148778694.20091104153705@nililand.de> Message-ID: El 04/11/2009, a las 10:07 a.m., Ulrike Fischer escribi?: > At first try if the problem goes away if you delete the unicode option > of hyperref (don't forget to run xelatex at least twice). Thanks Ulrike for your kind answer. Ok. I tried compiling without the unicode option. Here's the result: The chinese strange characters have disappeard from the top level bookmarks. Now, the second level bookmarks are just garbled without any coherence. For example, where it says "-bito terrestre/landside" it should say "?mbito terreste/landside".There are other cropped words all around the bookmark index. Perhaps I reached a dead end here? I have RTFM and so far can't understand where the problem might be located. The titles for each and every section are correctly typed and this should not be happening. Please look at the attached jpeg. Guillermo -------------- next part -------------- A non-text attachment was scrubbed... Name: hyperrefshot.jpg Type: image/jpeg Size: 31555 bytes Desc: not available URL: -------------- next part -------------- From Susan.Dittmar at gmx.de Wed Nov 4 17:05:51 2009 From: Susan.Dittmar at gmx.de (Susan Dittmar) Date: Wed, 4 Nov 2009 17:05:51 +0100 Subject: [texhax] hyperref bookmarks problem In-Reply-To: References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <1257244009.4742.15.camel@ph-sjs-vaioz> <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> <1o8kn85y5ml2x.dlg@nililand.de> <07C54A99-E188-444A-BE1E-D68819BF6606@me.com> <1148778694.20091104153705@nililand.de> Message-ID: <20091104160551.GK9084@eureca.de> Quoting Jes?s Guillermo Andrade (jgandradev at me.com): > El 04/11/2009, a las 10:07 a.m., Ulrike Fischer escribi?: > >At first try if the problem goes away if you delete the unicode option > >of hyperref (don't forget to run xelatex at least twice). > > > Thanks Ulrike for your kind answer. > > Ok. I tried compiling without the unicode option. Here's the result: > The chinese strange characters have disappeard from the top level > bookmarks. Now, the second level bookmarks are just garbled without > any coherence. > For example, where it says "-bito terrestre/landside" it should say > "?mbito terreste/landside".There are other cropped words all around > the bookmark index. Well, that is far from completely garbled! To me that looks like it expects the bookmark to be utf8 encoded, but somehow another encoding crept in. (Here's what I think happens: The '?' uses a character which has the 8th bit active. In utf8 this means that this and at least the next byte together encode one character. I guess this character is chosen then, but -- as your font does not support that particular character -- replaced by the hyphen in the display.) So it is still a problem of encoding. Perhaps someone else can help you get it all right... Hope that helps, Susan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From jgandradev at me.com Wed Nov 4 17:31:02 2009 From: jgandradev at me.com (=?ISO-8859-1?Q?Jes=FAs_Guillermo_Andrade?=) Date: Wed, 04 Nov 2009 12:01:02 -0430 Subject: [texhax] hyperref bookmarks problem In-Reply-To: <20091104160551.GK9084@eureca.de> References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <1257244009.4742.15.camel@ph-sjs-vaioz> <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> <1o8kn85y5ml2x.dlg@nililand.de> <07C54A99-E188-444A-BE1E-D68819BF6606@me.com> <1148778694.20091104153705@nililand.de> <20091104160551.GK9084@eureca.de> Message-ID: <609FC109-77E2-45AD-A64E-CF829E109412@me.com> Hi Susan: At first I thought it might have something to do with the absence of support for the expected character from the font, but that is not the case. Libertine fonts do have support for a very wide set of characters and at least, the spanish ones Im using, are fully supported. Your assumption regading the encoding sounds right to me. However, I just can't seem to find the prick that might be lurking below that is transforming the original encoding of the bookmark titles when hypperef begins eating them. Strange.... El 04/11/2009, a las 11:35 a.m., Susan Dittmar escribi?: > Quoting Jes?s Guillermo Andrade (jgandradev at me.com): >> El 04/11/2009, a las 10:07 a.m., Ulrike Fischer escribi?: >>> At first try if the problem goes away if you delete the unicode >>> option >>> of hyperref (don't forget to run xelatex at least twice). >> >> >> Thanks Ulrike for your kind answer. >> >> Ok. I tried compiling without the unicode option. Here's the result: >> The chinese strange characters have disappeard from the top level >> bookmarks. Now, the second level bookmarks are just garbled without >> any coherence. >> For example, where it says "-bito terrestre/landside" it should say >> "?mbito terreste/landside".There are other cropped words all around >> the bookmark index. > > Well, that is far from completely garbled! To me that looks like it > expects > the bookmark to be utf8 encoded, but somehow another encoding crept > in. > (Here's what I think happens: The '?' uses a character which has the > 8th > bit active. In utf8 this means that this and at least the next byte > together encode one character. I guess this character is chosen > then, but > -- as your font does not support that particular character -- > replaced by > the hyphen in the display.) > > So it is still a problem of encoding. Perhaps someone else can help > you get > it all right... > > Hope that helps, > > Susan > _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org From hh-brasil at bol.com.br Tue Nov 3 21:26:52 2009 From: hh-brasil at bol.com.br (hh-brasil) Date: Tue, 3 Nov 2009 17:26:52 -0300 Subject: [texhax] making a document smaller Message-ID: Sorry, it seems attachments done with "Pegasus Mail" have a chance to go wrong. Sorry. I did it again via google-mail website. hh --------- original mail --------- I tried it with table.tex (from Wichura, public domain since more or less 1995. The manual (100 pages) is not public domain, and can be bought by PCTex (USA). Your textwidth and textheight is yet missing. The \Expand means that the table is widened to the whole textwidth. The command &\=& draws a line over one column. Of course you could put after the \BeginTable the usual size command (e.g.\small). And you could modify the \StrutUnit to any value until you get the table on one page. See attachments. hh -------------- next part -------------- A non-text attachment was scrubbed... Name: test.dvi Type: application/x-dvi Size: 2612 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: table.sty Type: text/x-tex Size: 60138 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: test.pdf Type: application/pdf Size: 3987 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: test.tex Type: application/x-tex Size: 981 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: test.ps Type: application/postscript Size: 14407 bytes Desc: not available URL: From jgandradev at me.com Wed Nov 4 14:35:40 2009 From: jgandradev at me.com (=?ISO-8859-1?Q?Jes=FAs_Guillermo_Andrade?=) Date: Wed, 04 Nov 2009 09:05:40 -0430 Subject: [texhax] hyperref bookmarks problem In-Reply-To: <1o8kn85y5ml2x.dlg@nililand.de> References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <1257244009.4742.15.camel@ph-sjs-vaioz> <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> <1o8kn85y5ml2x.dlg@nililand.de> Message-ID: <07C54A99-E188-444A-BE1E-D68819BF6606@me.com> Dear Bill, Herbert and Ulrike: Thanks a lot for your comments. Im attaching an 88kb tgz with a subset of the document with the error. since this is going to be my very first publication made entirely with tex and latex I might have overlooked some things that for you all could be obvious. At any rate the only thing that might be system dependant in this example would be the use of Linux Libertine fonts which, I hope, you already have. After a couple of runs of xelatex, the resulting pdf has a bookmark index that resembles the screenshot attached at my first post in the thread. I am very grateful for any opinions or suggestions/criticism regarding the origin of this strange behaviour. Guillermo. -------------- next part -------------- A non-text attachment was scrubbed... Name: test3.tbz Type: application/octet-stream Size: 87695 bytes Desc: not available URL: -------------- next part -------------- PS. The chinese texts do not make any sense at all because those characters were not written by me but by xelatex (or tex or something in between...). The document is entirely in spanish. El 04/11/2009, a las 05:06 a.m., Ulrike Fischer escribi?: > Am Tue, 03 Nov 2009 20:35:20 -0430 schrieb Jes?s Guillermo Andrade: > >> Dear fellows: Eversince I began my work with tex and latex friends I >> tried to take as much as possible of all the advantages of hyperref. >> However, it seems that its impossible for me to obtain a "clean" >> bookmark index with the resulting pdf, since it is cluttered with >> chinese characters Ithat I have never used in my document. Currently >> this is my hyperref configuration: > > I have some doubts that the unicode option is needed and works with > xetex. If this is not the source of the problem: > > Don't sent code snippets. Make a small, complete example that > demonstrates the problem. As the encoding of the file is important > in this case, zip the example to avoid that the encoding get mangled > during the transport. > > > -- > Ulrike Fischer > > _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org From reinhard.kotucha at web.de Thu Nov 5 01:45:16 2009 From: reinhard.kotucha at web.de (Reinhard Kotucha) Date: Thu, 5 Nov 2009 01:45:16 +0100 Subject: [texhax] making a document smaller In-Reply-To: References: Message-ID: <19186.8220.80932.891781@zaphod.ms25.net> On 3 November 2009 hh-brasil wrote: > Sorry, it seems attachments done with "Pegasus Mail" have a chance to > go wrong. Sorry. Pegasus Mail assumes that all the others are wrong and everybody has to use Pegasus Mail in order to extract attachments. When I joined the company I'm still working with, I got a PC with Windows and Pegasus Mail already installed. The very first thing I did was to change the text below the icon to "Pegasus Fail". I've never seen such a braindead email client before. Regards, Reinhard -- ---------------------------------------------------------------------------- Reinhard Kotucha Phone: +49-511-3373112 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha at web.de ---------------------------------------------------------------------------- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. ---------------------------------------------------------------------------- From vafa at users.berlios.de Sat Nov 7 09:00:07 2009 From: vafa at users.berlios.de (Vafa Khalighi) Date: Sat, 7 Nov 2009 19:00:07 +1100 Subject: [texhax] TeX4ht maintainer Message-ID: <605202f20911070000o55e716fcx1937d887eb6e8a03@mail.gmail.com> Does TeX4ht at the moment have any maintainer? and if not, does it mean that no more development will be done. -- Vafa -------------- next part -------------- An HTML attachment was scrubbed... URL: From karl at freefriends.org Sun Nov 8 00:09:27 2009 From: karl at freefriends.org (Karl Berry) Date: Sat, 7 Nov 2009 17:09:27 -0600 Subject: [texhax] TeX4ht maintainer In-Reply-To: <605202f20911070000o55e716fcx1937d887eb6e8a03@mail.gmail.com> Message-ID: <200911072309.nA7N9RW04084@f7.net> Does TeX4ht at the moment have any maintainer? CVR and I are doing our best. http://tug.org/tex4ht From jgandradev at me.com Sun Nov 8 14:55:54 2009 From: jgandradev at me.com (=?ISO-8859-1?Q?Jes=FAs_Guillermo_Andrade?=) Date: Sun, 08 Nov 2009 09:25:54 -0430 Subject: [texhax] hyperref bookmarks problem In-Reply-To: <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <1257244009.4742.15.camel@ph-sjs-vaioz> <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> Message-ID: Hi there. I'm sorry for the delay but I was far from the internet these last days. Following your instructions, I have prepared the most content minimal example for this issue (1 page only!) so you all can see whatever might be going o, most notable between the 2nd and 3rd bokkmarks level. I hope you can detect what is going wrong with hyperref input or encoding. I really appreciate your time on this. Thanks in advance.... Guillermo -------------- next part -------------- A non-text attachment was scrubbed... Name: pam.tex Type: application/octet-stream Size: 5800 bytes Desc: not available URL: -------------- next part -------------- From news3 at nililand.de Sun Nov 8 17:10:31 2009 From: news3 at nililand.de (Ulrike Fischer) Date: Sun, 8 Nov 2009 17:10:31 +0100 Subject: [texhax] hyperref bookmarks problem References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <1257244009.4742.15.camel@ph-sjs-vaioz> <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> Message-ID: Am Sun, 08 Nov 2009 09:25:54 -0430 schrieb Jes?s Guillermo Andrade: > Hi there. I'm sorry for the delay but I was far from the internet > these last days. Following your instructions, I have prepared the most > content minimal example for this issue (1 page only!) so you all can > see whatever might be going o, most notable between the 2nd and 3rd > bokkmarks level. I hope you can detect what is going wrong with > hyperref input or encoding. > I really appreciate your time on this. Hm, you should get a bit more practice regarding minimal examples. If you look at the problematic bookmarks you can see that they correspond to titles where you use accent commands. The easiest would be to input the correct chars directly. If you don't have them on your keyboard use the ^^-notation with the unicode code: \documentclass{memoir} \usepackage{xltxtra} \usepackage{hyperref} \begin{document} \chapter{Plan Maestro/Tr{\'a}fico} \chapter{Componentes Espec\'{\i}ficos} \chapter{Plan Maestro/Tr^^^^00e1fico} \chapter{Componentes Espec^^^^00edficos} \end{document} Btw: xltxtra already loads fontspec + xunicode. -- Ulrike Fischer From karl at freefriends.org Mon Nov 9 02:22:46 2009 From: karl at freefriends.org (Karl Berry) Date: Mon, 9 Nov 2009 02:22:46 +0100 Subject: [texhax] TeX Live 2009 released Message-ID: <200911090122.nA91MkF21128@tug.org> I've made the TeX Live 2009 release official, and updated the web pages at http://tug.org/texlive. The installer and package files will propagate through CTAN over the next few days, from http://mirror.ctan.org/systems/texlive. (Please don't all bang on tug.org at once.) The MacTeX distribution and web pages will likewise be updated on CTAN and tug over the next couple days. Production of the TeX Collection DVD will begin asap. We'll post an ETA when we have one. We will resume regular package updates later this week. 10,000 thanks to all involved in this and past releases. The list of acknowledgements is too long for this email; it's in the documentation. Non-technical final note. I know I'm preaching to the converted here, but please spread the message where you can: TeX Live development is sponsored in so many ways by the TeX user groups. For anyone who's not already a member, please consider joining TUG (http://tug.org/join.html) or whatever user group is most appropriate for you (http://tug.org/usergroups.html). Happy TeXing, Karl From wa2n at nrar.net Tue Nov 10 01:56:14 2009 From: wa2n at nrar.net (wawan) Date: Tue, 10 Nov 2009 07:56:14 +0700 Subject: [texhax] How latex using a sty ? Message-ID: Hi all I'm just curoius what method that using by Latex when read a sty ? Using regex or pattern matching or something else ? Wawan -- ===================== http://wa2n.nrar.net http://lsdir.org http://kamusgaul.com ===================== From jakob.leimgruber at googlemail.com Tue Nov 10 09:41:42 2009 From: jakob.leimgruber at googlemail.com (Jakob Leimgruber) Date: Tue, 10 Nov 2009 09:41:42 +0100 Subject: [texhax] Question mark in BibTeX title Message-ID: <4F1CD662-5AE2-4826-BE94-D93C639F4971@googlemail.com> Hi, I'm trying to get the entry below to display the question mark at the end of the title instead of the full stop before the publisher. What I get at the moment (using natbib and \bibliographystyle{linquiry2}) is the following: Aitchison, Jean. 2001. Language Change: Progress or decay?. Cambridge: Cambridge University Press, 3rd edition. I can't seem to find a way to remove the period, which, particularly with an \emph title, looks rather ugly. @book{Aitchison2001, author="Aitchison, Jean", title="{Language Change:\ Progress or decay?}", edition="3\textsuperscript{rd}", address="Cambridge", publisher="Cambridge University Press", year=2001 } Many thanks for your suggestions. Best, Jakob From daleif at imf.au.dk Tue Nov 10 10:12:17 2009 From: daleif at imf.au.dk (Lars Madsen) Date: Tue, 10 Nov 2009 10:12:17 +0100 Subject: [texhax] How latex using a sty ? In-Reply-To: References: Message-ID: <4AF92E71.80004@imf.au.dk> wawan wrote: > Hi all > I'm just curoius what method that using by Latex when read a sty ? > Using regex or pattern matching or something else ? > > > Wawan \usepackage{name} is similar to \input{name.sty} plus a few other things, details may be found in source2e -- /daleif From zappathustra at free.fr Tue Nov 10 11:07:08 2009 From: zappathustra at free.fr (Paul Isambert) Date: Tue, 10 Nov 2009 11:07:08 +0100 Subject: [texhax] Question mark in BibTeX title In-Reply-To: <4F1CD662-5AE2-4826-BE94-D93C639F4971@googlemail.com> References: <4F1CD662-5AE2-4826-BE94-D93C639F4971@googlemail.com> Message-ID: <4AF93B4C.3090409@free.fr> Hello, I'd propose two not very elegant hacks: The bibentry should read: ... title="{Language Change:\ Progress or decay?\killstop}", ... Then, in your document, either \bgroup \catcode`\.13 \gdef\killstop{% \global\catcode`\.13 \gdef.{\global\catcode`\.12\relax}% } \egroup or: \def\gobblestop#1#2{#1}% We have to take care of \maybe at ic at the end of \emph \def\killstop{% \aftergroup\gobblestop } I can't say which is best. Paul Jakob Leimgruber a ?crit : > Hi, > > I'm trying to get the entry below to display the question mark at the > end of the title instead of the full stop before the publisher. What I > get at the moment (using natbib and \bibliographystyle{linquiry2}) is > the following: > > Aitchison, Jean. 2001. Language Change: Progress or decay?. Cambridge: > Cambridge University Press, 3rd edition. > > I can't seem to find a way to remove the period, which, particularly > with an \emph title, looks rather ugly. > > @book{Aitchison2001, > author="Aitchison, Jean", > title="{Language Change:\ Progress or decay?}", > edition="3\textsuperscript{rd}", > address="Cambridge", > publisher="Cambridge University Press", > year=2001 > } > > Many thanks for your suggestions. > > Best, > Jakob > _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org From rhomunu-list at yahoo.fr Tue Nov 10 11:34:59 2009 From: rhomunu-list at yahoo.fr (Thierry) Date: Tue, 10 Nov 2009 10:34:59 +0000 (GMT) Subject: [texhax] pdftex warning with hyperlinks Message-ID: <532983.42873.qm@web24404.mail.ird.yahoo.com> Hello, in some of my projects I get this kind of message (using pdflatex): pdfTeX warning (dest): name{Hfootnote.80} has been referenced but does not exist, replaced by a fixed one I don't remember how I succeeded to make them disappear, but I know I did! Hyperref.sty was concerned... Here are (some of) the packages in my text: ucs inputenc with option utf8x babel with english and french options (default french) amsmath, amsfonts graphicx titlesec calc, ifthen, textcomp manyfoot I have put the hyperref package after all these packages. I will try to isolate the problem with a minimal example. But if someone has already the solution, I prefer! I use a prerelease version of texlive2009 (I will use the release version when it will hit the CTAN mirror near me) Thanks Thierry From torsten.wagner at fh-aachen.de Tue Nov 10 11:26:18 2009 From: torsten.wagner at fh-aachen.de (Torsten Wagner) Date: Tue, 10 Nov 2009 19:26:18 +0900 Subject: [texhax] Question mark in BibTeX title In-Reply-To: <4F1CD662-5AE2-4826-BE94-D93C639F4971@googlemail.com> References: <4F1CD662-5AE2-4826-BE94-D93C639F4971@googlemail.com> Message-ID: <200911101926.18513.torsten.wagner@fh-aachen.de> Hi Jakob, > Hi, > > I'm trying to get the entry below to display the question mark at the > end of the title instead of the full stop before the publisher. What I > get at the moment (using natbib and \bibliographystyle{linquiry2}) is > the following: > > Aitchison, Jean. 2001. Language Change: Progress or decay?. Cambridge: > Cambridge University Press, 3rd edition. > > I can't seem to find a way to remove the period, which, particularly > with an \emph title, looks rather ugly. > > @book{Aitchison2001, > author="Aitchison, Jean", > title="{Language Change:\ Progress or decay?}", > edition="3\textsuperscript{rd}", > address="Cambridge", > publisher="Cambridge University Press", > year=2001 > } I frighten there is no easy solution for this. The period is part of the style-definition Somewhere there it is written ... After the title add a period... And that is exactly what you get. Normally this is a nice feature, since it makes the reference list uniform. For the same reason one could argue the result you get it completely correct and you should not change it. Think about it... you just follow the reference style *very* strict. If you like to change it nonetheless, you might can think about the following procedure. Find the linquiry2.bst style file in your system and copy it to a local place (e.g. in your document folder). Open it up and search for the entry function book Copy and paste the complete function and rename it e.g., book2 Try to modify the style of this copy to get no period at the end of a dot. I just checked the your style file... the function which adds the dot called output.nonnull this function is called by output.check which is called by the book function you might have to work from top to down and define simply new functions e.g. create book2 function (by copy from book) and change to date.block format.btitle "title" output.check2 crossref missing$ create output.check2 function and change to output.nonnull2 create output.nonnull2 function and change to FUNCTION {output.nonnull} { 's := output.state mid.sentence = { ", " * write$ } { output.state after.block = { add.period$ write$ newline$ "\newblock " write$ } { output.state before.all = 'write$ {" " * write$ } if$ } if$ mid.sentence 'output.state := } if$ s } After that go and rename the entries in question to @book2 This should work, I did similar thinks, however, as you can see it is a bit fiddle and the style files are programmed in a UPN notation with stack operators .... maybe you know this from HP calculators. Hope that helps a bit Torsten From uwe.lueck at web.de Tue Nov 10 13:16:12 2009 From: uwe.lueck at web.de (Uwe =?iso-8859-1?Q?L=FCck?=) Date: Tue, 10 Nov 2009 13:16:12 +0100 Subject: [texhax] How latex using a sty ? In-Reply-To: <4AF92E71.80004@imf.au.dk> References: Message-ID: <5.1.0.14.0.20091110130948.0267fc60@pop3.web.de> At 10:12 10.11.09, Lars Madsen wrote: >wawan wrote: >>I'm just curoius what method that using by Latex when read a sty ? >>Using regex or pattern matching or something else ? > \usepackage{name} >is similar to \input{name.sty} plus a few other things, details may be >found in source2e Why should there be a special "reading mode" with .sty files? They are just read like the .tex files you create, all the commands found are executed (this statement includes skipping according to usual TeX rules or macros gobbling). The only real difference is that `@' may be part of control words. The \usepacke command moreover processes options (which may skip something) and stores them for some package management. -- Uwe. From olegkat at gmail.com Tue Nov 10 17:13:45 2009 From: olegkat at gmail.com (Oleg Katsitadze) Date: Tue, 10 Nov 2009 18:13:45 +0200 Subject: [texhax] pdftex warning with hyperlinks In-Reply-To: <532983.42873.qm@web24404.mail.ird.yahoo.com> References: <532983.42873.qm@web24404.mail.ird.yahoo.com> Message-ID: <20091110161345.GA12267@thor> Hi Thierry, On Tue, Nov 10, 2009 at 10:34:59AM +0000, Thierry wrote: > in some of my projects I get this kind of message (using pdflatex): > > pdfTeX warning (dest): name{Hfootnote.80} has been referenced but does not exist, replaced by a fixed one Looks like somewhere in your document you are using (referring to) a cross-reference labeled Hfootnote.80, but you never define (create) it. It's possible that you just misspelled the label (Hfootnote.80). HTH, Oleg From P.Taylor at Rhul.Ac.Uk Tue Nov 10 17:59:10 2009 From: P.Taylor at Rhul.Ac.Uk (Philip TAYLOR) Date: Tue, 10 Nov 2009 16:59:10 +0000 Subject: [texhax] pdftex warning with hyperlinks In-Reply-To: <20091110161345.GA12267@thor> References: <532983.42873.qm@web24404.mail.ird.yahoo.com> <20091110161345.GA12267@thor> Message-ID: <4AF99BDE.4030303@Rhul.Ac.Uk> Oleg Katsitadze wrote: > On Tue, Nov 10, 2009 at 10:34:59AM +0000, Thierry wrote: >> in some of my projects I get this kind of message (using pdflatex): >> >> pdfTeX warning (dest): name{Hfootnote.80} has been referenced but does not exist, replaced by a fixed one > > Looks like somewhere in your document you are using (referring to) a > cross-reference labeled Hfootnote.80, but you never define (create) > it. It's possible that you just misspelled the label (Hfootnote.80). This may well be the case in this instance, but I do believe that similar message are sometimes issued without overt user error. In the Porphtrogenitus Lexicon, for example, I am invariably told : > Chapter 1. > (./Introduction.texpdfTeX warning (ext4): destination with the same identifier > (name{page.1}) has been already used, duplicate ignored > > \relax yet there is no mention of "page.1" in my source, nor do I explicitly meddle with TeX's page numbering. Philip Taylor From prstanley at ntlworld.com Tue Nov 10 21:52:34 2009 From: prstanley at ntlworld.com (P. R. Stanley) Date: Tue, 10 Nov 2009 20:52:34 +0000 Subject: [texhax] \mid Description Message-ID: <20091110205235.DWOX13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> Hi folks What does the \mid macro do in the below line, that's to say, what visual effect does it, well, effect? \[(a_1 \to P_1 \mid \ldots \mid a_n \to P_n) \] Thanks, Paul From philip.ratcliffe at fastwebnet.it Tue Nov 10 22:13:28 2009 From: philip.ratcliffe at fastwebnet.it (Philip G. Ratcliffe) Date: Tue, 10 Nov 2009 22:13:28 +0100 Subject: [texhax] \mid Description In-Reply-To: <20091110205235.DWOX13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> Message-ID: <6AE98FA75D8B41D0B8DA286CA139BB2E@PGR1> > What does the \mid macro do in the below line, that's to say, what > visual effect does it, well, effect? > \[(a_1 \to P_1 \mid \ldots \mid a_n \to P_n) \] A vertical line like \vert or |, but with equal spacing on either side so that it looks better in the middle of an expression. Cheers, Phil From prstanley at ntlworld.com Tue Nov 10 22:26:03 2009 From: prstanley at ntlworld.com (P. R. Stanley) Date: Tue, 10 Nov 2009 21:26:03 +0000 Subject: [texhax] \mid Description In-Reply-To: <6AE98FA75D8B41D0B8DA286CA139BB2E@PGR1> References: <20091110205235.DWOX13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <6AE98FA75D8B41D0B8DA286CA139BB2E@PGR1> Message-ID: <20091110212600.LATQ22934.aamtaout04-winn.ispmail.ntl.com@pine.ntlworld.com> > > What does the \mid macro do in the below line, that's to say, what > > visual effect does it, well, effect? > > \[(a_1 \to P_1 \mid \ldots \mid a_n \to P_n) \] > >A vertical line like \vert or |, but with equal spacing on either side so >that it looks better in the middle of an expression. paul: A-ha! It makes sense since it is the guarded alternative symbol in CSP. Thanks, Paul From jgandradev at me.com Wed Nov 11 02:14:27 2009 From: jgandradev at me.com (=?ISO-8859-1?Q?Jes=FAs_Guillermo_Andrade?=) Date: Tue, 10 Nov 2009 20:44:27 -0430 Subject: [texhax] hyperref bookmarks problem In-Reply-To: References: <20091103092506.LCAS13254.aamtaout01-winn.ispmail.ntl.com@pine.ntlworld.com> <1257244009.4742.15.camel@ph-sjs-vaioz> <0E32CF6B-185B-4D74-8171-3CF3B51863FB@me.com> Message-ID: <63BAA97C-1170-40DB-9604-B7F765FDC0B5@me.com> Ulrike. Everything worked perfectly. Im very grateful for your suggestions. Thanks a lot. Ive learned a very useful tip. Take care. El 08/11/2009, a las 11:40 a.m., Ulrike Fischer escribi?: > Am Sun, 08 Nov 2009 09:25:54 -0430 schrieb Jes?s Guillermo Andrade: > >> Hi there. I'm sorry for the delay but I was far from the internet >> these last days. Following your instructions, I have prepared the >> most >> content minimal example for this issue (1 page only!) so you all can >> see whatever might be going o, most notable between the 2nd and 3rd >> bokkmarks level. I hope you can detect what is going wrong with >> hyperref input or encoding. >> I really appreciate your time on this. > > Hm, you should get a bit more practice regarding minimal examples. > > If you look at the problematic bookmarks you can see that they > correspond to titles where you use accent commands. The easiest > would be to input the correct chars directly. If you don't have them > on your keyboard use the ^^-notation with the unicode code: > > \documentclass{memoir} > \usepackage{xltxtra} > \usepackage{hyperref} > \begin{document} > \chapter{Plan Maestro/Tr{\'a}fico} > \chapter{Componentes Espec\'{\i}ficos} > > \chapter{Plan Maestro/Tr^^^^00e1fico} > \chapter{Componentes Espec^^^^00edficos} > > \end{document} > > > Btw: xltxtra already loads fontspec + xunicode. > > > -- > Ulrike Fischer > > _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org From rhomunu-list at yahoo.fr Wed Nov 11 12:10:17 2009 From: rhomunu-list at yahoo.fr (Thierry) Date: Wed, 11 Nov 2009 03:10:17 -0800 (PST) Subject: [texhax] pdftex warning with hyperlinks In-Reply-To: <20091110161345.GA12267@thor> Message-ID: <281730.60540.qm@web24401.mail.ird.yahoo.com> This problem comes from hyperref, and maybe a conflict with the package manyfoot.sty which I use to create new kind of footnotes. I have added the option hyperfootnotes=false to hyperref and the messages have disappeared! In the hyperref doc, it is mentioned that the feature to add hyperlinks to footnote is "easily broken". I suppose that manyfoot has broken it! Hope this will help someone else. This is not a true solution, but at least the origin of the problem is known. Thierry > Looks like somewhere in your document you are using > (referring to) a > cross-reference labeled Hfootnote.80, but you never define > (create) > it.? It's possible that you just misspelled the label > (Hfootnote.80). > > HTH, > Oleg > From prstanley at ntlworld.com Wed Nov 11 12:45:46 2009 From: prstanley at ntlworld.com (prstanley at ntlworld.com) Date: Wed, 11 Nov 2009 11:45:46 +0000 Subject: [texhax] The difference between \to and \rightarrow Message-ID: <20091111114546.7FNCA.593697.root@web06-winn.ispmail.private.ntl.com> Hi folks, Is there a visual difference between \to and \rightarrow. I've appended an example code . Would the maths/comp science members recomend a different type of arrow for CSP/finite state autamata? \documentclass [a4paper, 12pt] {article} %\usepackage {amssymb} \begin {document} \[ ( a_1 \rightarrow P_1 \mid \ldots \mid a_n \rightarrow P_n) \\ ( a_1 \to P_1 \mid \ldots \mid a_n \to P_n) \] \end {document} Thanks, Paul From mahi2308 at rediffmail.com Wed Nov 11 12:54:27 2009 From: mahi2308 at rediffmail.com (mahi) Date: 11 Nov 2009 11:54:27 -0000 Subject: [texhax] =?utf-8?q?hyperref?= Message-ID: <20091111115427.20915.qmail@f4mail-235-237.rediffmail.com> Hi I am mikex user and using hyperref package, with this package, if any two equations are coming continuously it is taking more space than the usual e.g. \begin{equation} A+B \end{equation} \begin{equation} A+B \end{equation} In between two equations it is taking more space, if i use the hyperref package. Thanks Maheshwari -------------- next part -------------- An HTML attachment was scrubbed... URL: From P.Taylor at Rhul.Ac.Uk Wed Nov 11 13:20:31 2009 From: P.Taylor at Rhul.Ac.Uk (Philip TAYLOR) Date: Wed, 11 Nov 2009 12:20:31 +0000 Subject: [texhax] The difference between \to and \rightarrow In-Reply-To: <20091111114546.7FNCA.593697.root@web06-winn.ispmail.private.ntl.com> References: <20091111114546.7FNCA.593697.root@web06-winn.ispmail.private.ntl.com> Message-ID: <4AFAAC0F.9090002@Rhul.Ac.Uk> prstanley at ntlworld.com wrote: > Is there a visual difference between \to and \rightarrow. I've appended an example code . It was hard to tell in the example you attached, so I re-formulated it as : > \documentclass [a4paper, 12pt] {article} > > %\usepackage {amssymb} > > \begin {document} > $$ > ( a_1 \rightarrow P_1 \mid \ldots \mid a_n \rightarrow P_n) > $$ > $$ > ( a_1 \to P_1 \mid \ldots \mid a_n \to P_n) > $$ > \end {document} Using Acrobat Reader at maximum zoom, I could detect no visual difference. > Would the maths/comp science members recomend a different type of arrow for CSP/finite state autamata? Left for experts to answer :-) Philip Taylor From philip.ratcliffe at uninsubria.it Wed Nov 11 13:22:50 2009 From: philip.ratcliffe at uninsubria.it (Philip G. Ratcliffe) Date: Wed, 11 Nov 2009 13:22:50 +0100 Subject: [texhax] The difference between \to and \rightarrow In-Reply-To: <20091111114546.7FNCA.593697.root@web06-winn.ispmail.private.ntl.com> Message-ID: > Is there a visual difference between \to and \rightarrow. > I've appended an example code . No, there is no difference at all. In fact, \show\to and \show\rightarrow give identical "meaning" in the log file. > Would the maths/comp science > members recomend a different type of arrow for CSP/finite > state autamata? Sorry, I wouldn't know about that. Cheers, Phil From daleif at imf.au.dk Wed Nov 11 13:26:30 2009 From: daleif at imf.au.dk (Lars Madsen) Date: Wed, 11 Nov 2009 13:26:30 +0100 Subject: [texhax] The difference between \to and \rightarrow In-Reply-To: <20091111114546.7FNCA.593697.root@web06-winn.ispmail.private.ntl.com> References: <20091111114546.7FNCA.593697.root@web06-winn.ispmail.private.ntl.com> Message-ID: <4AFAAD76.8000605@imf.au.dk> prstanley at ntlworld.com wrote: > Hi folks, > Is there a visual difference between \to and \rightarrow. I've appended an example code . > Would the maths/comp science members recomend a different type of arrow for CSP/finite state autamata? > > \documentclass [a4paper, 12pt] {article} > > %\usepackage {amssymb} > > \begin {document} > > \[ > ( a_1 \rightarrow P_1 \mid \ldots \mid a_n \rightarrow P_n) \\ > ( a_1 \to P_1 \mid \ldots \mid a_n \to P_n) > \] > \end {document} > > Thanks, > Paul > AFAIK \to is just an alias for \rightarrow, making the code easier to read. -- /daleif From wes at hef.ru.nl Wed Nov 11 13:45:19 2009 From: wes at hef.ru.nl (W.J. Metzger) Date: Wed, 11 Nov 2009 13:45:19 +0100 (CET) Subject: [texhax] The difference between \to and \rightarrow In-Reply-To: <4AFAAD76.8000605@imf.au.dk> References: <20091111114546.7FNCA.593697.root@web06-winn.ispmail.private.ntl.com> <4AFAAD76.8000605@imf.au.dk> Message-ID: On Wed, 11 Nov 2009, Lars Madsen wrote: > prstanley at ntlworld.com wrote: >> Hi folks, >> Is there a visual difference between \to and \rightarrow. > AFAIK \to is just an alias for \rightarrow, making the code easier to read. Correct. See The TeXbook, Appendix B, page 361 \let\to=\rightarrow -- Dr. W. J. Metzger Experimental High Energy Physics Group tel. +31-24-3653127 Faculty of Science +31-24-3652099 (secr.) Radboud University Nijmegen fax. +31-24-3652191 Heyendaalseweg 135 6525 AJ Nijmegen, The Netherlands e-mail: wes at hef.ru.nl or Wesley.Metzger at cern.ch http://home.cern.ch/metzger/ or http://www.hef.ru.nl/~wes From P.Taylor at Rhul.Ac.Uk Wed Nov 11 13:45:48 2009 From: P.Taylor at Rhul.Ac.Uk (Philip TAYLOR) Date: Wed, 11 Nov 2009 12:45:48 +0000 Subject: [texhax] The difference between \to and \rightarrow In-Reply-To: <4AFAAD76.8000605@imf.au.dk> References: <20091111114546.7FNCA.593697.root@web06-winn.ispmail.private.ntl.com> <4AFAAD76.8000605@imf.au.dk> Message-ID: <4AFAB1FC.9050203@Rhul.Ac.Uk> Lars is correct : this confirms his hypothesis -- > \documentclass [a4paper, 12pt] {article} > > %\usepackage {amssymb} > > \begin {document} > \tt > To : \meaning \to > \par > Rightarrow : \meaning \rightarrow > \end {document} Lars Madsen wrote: > AFAIK \to is just an alias for \rightarrow From backer at psych.uib.no Wed Nov 11 14:48:43 2009 From: backer at psych.uib.no (Tom Backer Johnsen) Date: Wed, 11 Nov 2009 14:48:43 +0100 Subject: [texhax] Page numbers and pdfpages Message-ID: <4AFAC0BB.1040809@psych.uib.no> Is there some way I can include the correct page numbers when using pdfpages in a large document? Tom From Susan.Dittmar at gmx.de Wed Nov 11 15:07:30 2009 From: Susan.Dittmar at gmx.de (Susan Dittmar) Date: Wed, 11 Nov 2009 15:07:30 +0100 Subject: [texhax] Page numbers and pdfpages In-Reply-To: <4AFAC0BB.1040809@psych.uib.no> References: <4AFAC0BB.1040809@psych.uib.no> Message-ID: <20091111140730.GD496@eureca.de> Dear Tom, > Is there some way I can include the correct page numbers when using > pdfpages in a large document? perhaps with \includepdf[...,pagecommand={\\thispagestyle{whatever page style you use in the rest of the document}}]{...} ? Susan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From peter.king at utoronto.ca Wed Nov 11 15:24:00 2009 From: peter.king at utoronto.ca (Peter King) Date: Wed, 11 Nov 2009 09:24:00 -0500 Subject: [texhax] OTF, FontForge, and Right Justification Message-ID: <20091111142400.GA18454@amtoo.utoronto.ca> I'm trying to make the Opentype font *MinionPro* usable by plain TeX. The program FontForge, which runs under X on *NIX-systems, does the conversion with a minimum of fuss, and the resulting .pfb and .tfm files are put into the right places. And the typeface looks lovely in TeX files... except for one thing. The paragraphs are all ragged-right rather than justified. This isn't due to any formatting, either; it's as though TeX is using the wrong set of information about letterspacing (although the kerning etc. looks pretty good). What has gone wrong here? How can I fix it? -- Peter King peter.king at utoronto.ca Department of Philosophy 170 St. George Street #521 The University of Toronto (416)-978-4951 ofc Toronto, ON M5R 2M8 CANADA http://individual.utoronto.ca/pking/ ========================================================================= GPG keyID 0x7587EC42 (2B14 A355 46BC 2A16 D0BC 36F5 1FE6 D32A 7587 EC42) gpg --keyserver pgp.mit.edu --recv-keys 7587EC42 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From daleif at imf.au.dk Wed Nov 11 15:26:54 2009 From: daleif at imf.au.dk (Lars Madsen) Date: Wed, 11 Nov 2009 15:26:54 +0100 Subject: [texhax] Page numbers and pdfpages In-Reply-To: <4AFAC0BB.1040809@psych.uib.no> References: <4AFAC0BB.1040809@psych.uib.no> Message-ID: <4AFAC9AE.9030106@imf.au.dk> Tom Backer Johnsen wrote: > Is there some way I can include the correct page numbers when using > pdfpages in a large document? > > Tom > _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org see the pagecommand option i.e. pagecommand={\thispagestyle{plain}} of course the included PDF should not show any page numbers for this to work -- /daleif From bengal at fritz.dam.brown.edu Tue Nov 10 21:40:37 2009 From: bengal at fritz.dam.brown.edu (Nitsan Ben-Gal) Date: Tue, 10 Nov 2009 15:40:37 -0500 (EST) Subject: [texhax] Adjust spacing in table of contents Message-ID: Hi All, I appreciate any help you can give me. My table of contents is two pages plus one line, and I wish to adjust the spacing minutely so that I don't have that final entry hanging over onto the next page. Does anyone know how to affect the list structure when the list is the table of contents? Thanks! -Nitsan From vafa at users.berlios.de Wed Nov 11 13:45:14 2009 From: vafa at users.berlios.de (Vafa Khalighi) Date: Wed, 11 Nov 2009 23:45:14 +1100 Subject: [texhax] The difference between \to and \rightarrow In-Reply-To: <20091111114546.7FNCA.593697.root@web06-winn.ispmail.private.ntl.com> References: <20091111114546.7FNCA.593697.root@web06-winn.ispmail.private.ntl.com> Message-ID: <605202f20911110445j3cb54105y958336d8326c36ac@mail.gmail.com> On Wed, Nov 11, 2009 at 10:45 PM, wrote: > Hi folks, > Is there a visual difference between \to and \rightarrow. I've appended an > example code . > No. line 352 and 353 of fontmath.ltx says: \DeclareMathSymbol{\rightarrow}{\mathrel}{symbols}{"21} \let\to=\rightarrow So \to and \rightarrow are the same thing -- Vafa -------------- next part -------------- An HTML attachment was scrubbed... URL: From bnb at ams.org Wed Nov 11 16:00:53 2009 From: bnb at ams.org (Barbara Beeton) Date: Wed, 11 Nov 2009 10:00:53 -0500 (EST) Subject: [texhax] =?utf-8?q?hyperref?= In-Reply-To: <20091111115427.20915.qmail@f4mail-235-237.rediffmail.com> References: <20091111115427.20915.qmail@f4mail-235-237.rediffmail.com> Message-ID: I am mikex user and using hyperref package, with this package, if any two equations are coming continuously it is taking more space than the usual e.g. \begin{equation} A+B \end{equation} \begin{equation} A+B \end{equation} In between two equations it is taking more space, if i use the hyperref package. this is unrelated to hyperref. if you have one equation (or any display math structure) directly following another, you will always get more space. the amsmath package defines multi-line display structures that will avoid this extra space. -- bb From bnb at ams.org Wed Nov 11 16:12:36 2009 From: bnb at ams.org (Barbara Beeton) Date: Wed, 11 Nov 2009 10:12:36 -0500 (EST) Subject: [texhax] OTF, FontForge, and Right Justification In-Reply-To: <20091111142400.GA18454@amtoo.utoronto.ca> References: <20091111142400.GA18454@amtoo.utoronto.ca> Message-ID: I'm trying to make the Opentype font *MinionPro* usable by plain TeX. The program FontForge, which runs under X on *NIX-systems, does the conversion with a minimum of fuss, and the resulting .pfb and .tfm files are put into the right places. And the typeface looks lovely in TeX files... except for one thing. The paragraphs are all ragged-right rather than justified. This isn't due to any formatting, either; it's as though TeX is using the wrong set of information about letterspacing (although the kerning etc. looks pretty good). What has gone wrong here? How can I fix it? it sounds to me like there isn't any stretch (or shrink) for the interword space. i don't know fontforge, but it may prompt you about this. otherwise, you check this by running the program tftopl on the tfm file. computer modern fonts allow in general 1/6 em (expressed in points for the design size) for stretch and 1/9 em for shrink. tex doesn't use a character in the font for the interword space, but a separately defined parameter in the tfm file. the basic value is fixed width, and justification is accomplished by applying the specified stretch and shrink as appropriate/necessary. see p.433 of the texbook for more information. -- bb From news3 at nililand.de Wed Nov 11 16:19:15 2009 From: news3 at nililand.de (Ulrike Fischer) Date: Wed, 11 Nov 2009 16:19:15 +0100 Subject: [texhax] pdftex warning with hyperlinks References: <532983.42873.qm@web24404.mail.ird.yahoo.com> <20091110161345.GA12267@thor> <4AF99BDE.4030303@Rhul.Ac.Uk> Message-ID: Am Tue, 10 Nov 2009 16:59:10 +0000 schrieb Philip TAYLOR: >>> pdfTeX warning (dest): name{Hfootnote.80} has been referenced >>> but does not exist, replaced by a fixed one >> Looks like somewhere in your document you are using (referring to) a >> cross-reference labeled Hfootnote.80, but you never define (create) >> it. It's possible that you just misspelled the label (Hfootnote.80). > > This may well be the case in this instance, but I do believe > that similar message are sometimes issued without overt user error. > In the Porphtrogenitus Lexicon, for example, I am invariably told : > >> Chapter 1. >> (./Introduction.texpdfTeX warning (ext4): destination with the same identifier >> (name{page.1}) has been already used, duplicate ignored >> >> \relax > > yet there is no mention of "page.1" in my source, nor > do I explicitly meddle with TeX's page numbering. You are confusing two different messages. The first is "name(XY) has been referenced but does not exist". The second is "name (XY) has been already used". The first type can happen easily if you change your document, e.g. remove a section. E.g run this, comment one section and run again: \documentclass{article} \usepackage{hyperref} \begin{document} \section{a} \section{b} \end{document} Like "missing \labels" messages more runs will correct the auxiliary files, the message will disappear in the third run. Your message is more serious. It means that from the point of hyperref you have two pages with the number one. You can reproduce it with this example: \documentclass{article} \usepackage{hyperref} \begin{document} \label{a}\pageref{a} \newpage \pagenumbering{arabic} \label{b}\pageref{b} \end{document} How to correct is depends on how you are actually getting two pages 1. -- Ulrike Fischer From backer at psych.uib.no Wed Nov 11 16:23:05 2009 From: backer at psych.uib.no (Tom Backer Johnsen) Date: Wed, 11 Nov 2009 16:23:05 +0100 Subject: [texhax] Page numbers and pdfpages In-Reply-To: <4AFAC9AE.9030106@imf.au.dk> References: <4AFAC0BB.1040809@psych.uib.no> <4AFAC9AE.9030106@imf.au.dk> Message-ID: <4AFAD6D9.10506@psych.uib.no> Thank you both. That worked. Tom Lars Madsen wrote: > Tom Backer Johnsen wrote: >> Is there some way I can include the correct page numbers when using >> pdfpages in a large document? >> >> Tom >> _______________________________________________ >> TeX FAQ: http://www.tex.ac.uk/faq >> Mailing list archives: http://tug.org/pipermail/texhax/ >> More links: http://tug.org/begin.html >> >> Automated subscription management: >> http://tug.org/mailman/listinfo/texhax >> Human mailing list managers: postmaster at tug.org > > see the pagecommand option > > i.e. > > pagecommand={\thispagestyle{plain}} > > of course the included PDF should not show any page numbers for this > to work > From P.Taylor at Rhul.Ac.Uk Wed Nov 11 16:46:26 2009 From: P.Taylor at Rhul.Ac.Uk (Philip TAYLOR) Date: Wed, 11 Nov 2009 15:46:26 +0000 Subject: [texhax] pdftex warning with hyperlinks In-Reply-To: References: <532983.42873.qm@web24404.mail.ird.yahoo.com> <20091110161345.GA12267@thor> <4AF99BDE.4030303@Rhul.Ac.Uk> Message-ID: <4AFADC52.4090007@Rhul.Ac.Uk> Ulrike Fischer wrote: > Your message is more serious. It means that from the point of > hyperref you have two pages with the number one. You can reproduce > it with this example: > > \documentclass{article} > \usepackage{hyperref} > > \begin{document} > \label{a}\pageref{a} > \newpage > \pagenumbering{arabic} > \label{b}\pageref{b} > \end{document} > > How to correct is depends on how you are actually getting two pages 1. Would the use of \frontmatter and of \mainmatter account for this, do you think ? ** Phil. From news3 at nililand.de Wed Nov 11 17:44:49 2009 From: news3 at nililand.de (Ulrike Fischer) Date: Wed, 11 Nov 2009 17:44:49 +0100 Subject: [texhax] pdftex warning with hyperlinks References: <532983.42873.qm@web24404.mail.ird.yahoo.com> <20091110161345.GA12267@thor> <4AF99BDE.4030303@Rhul.Ac.Uk> <4AFADC52.4090007@Rhul.Ac.Uk> Message-ID: <1d5h3x6o1q7uv.dlg@nililand.de> Am Wed, 11 Nov 2009 15:46:26 +0000 schrieb Philip TAYLOR: >> Your message is more serious. It means that from the point of >> hyperref you have two pages with the number one. You can reproduce >> it with this example: >> >> \documentclass{article} >> \usepackage{hyperref} >> >> \begin{document} >> \label{a}\pageref{a} >> \newpage >> \pagenumbering{arabic} >> \label{b}\pageref{b} >> \end{document} >> >> How to correct is depends on how you are actually getting two pages 1. > > Would the use of \frontmatter and of \mainmatter account for this, > do you think ? Sure, a page i and a page 1 are both pages "1". But you will get the message only with plainpages=true (which is not the default): \documentclass{book} \usepackage[plainpages=true]{hyperref} \begin{document} \phantomsection \frontmatter abc\label{a}\pageref{a} \mainmatter abc\label{b}\pageref{b} \end{document} http://www.tex.ac.uk/cgi-bin/texfaq2html?label=pdfpagelabels -- Ulrike Fischer From P.Taylor at Rhul.Ac.Uk Wed Nov 11 18:31:17 2009 From: P.Taylor at Rhul.Ac.Uk (Philip TAYLOR) Date: Wed, 11 Nov 2009 17:31:17 +0000 Subject: [texhax] pdftex warning with hyperlinks In-Reply-To: <1d5h3x6o1q7uv.dlg@nililand.de> References: <532983.42873.qm@web24404.mail.ird.yahoo.com> <20091110161345.GA12267@thor> <4AF99BDE.4030303@Rhul.Ac.Uk> <4AFADC52.4090007@Rhul.Ac.Uk> <1d5h3x6o1q7uv.dlg@nililand.de> Message-ID: <4AFAF4E5.20806@Rhul.Ac.Uk> Ulrike Fischer wrote: > Sure, a page i and a page 1 are both pages "1". But you will get the > message only with plainpages=true (which is not the default): Interesting, thank you. But in fact I am not explicitly setting "plainpages=true", 'though I am loading a number of other packages : > %&pdflatex > \RequirePackage {fix-cm} > \documentclass [a4paper, landscape, twocolumn, twoside]{book} > > %\usepackage {fix2col} > %\usepackage {fixextramarks} > %\usepackage {extramarks} > > \usepackage [compact, center, explicit]{titlesec} > \usepackage {balance} > \usepackage {fixltx2e} > \usepackage {fix1stcolmarks} > \usepackage {fancyhdr} > \usepackage {transparent} > \usepackage {oldstyle} > \usepackage [pdftex]{graphicx} > \usepackage [greek, english]{babel} > \usepackage {teubner} > %\usepackage {gfsporson} > \usepackage [colorlinks]{hyperref} > \usepackage[T1]{fontenc} > \usepackage[urw-garamond]{mathdesign} so I suppose it is by no means impossible that one or more of these may be interfering in some way. ** Phil. From daleif at imf.au.dk Wed Nov 11 21:29:57 2009 From: daleif at imf.au.dk (Lars Madsen) Date: Wed, 11 Nov 2009 21:29:57 +0100 Subject: [texhax] Adjust spacing in table of contents In-Reply-To: References: Message-ID: <4AFB1EC5.2020204@imf.au.dk> Nitsan Ben-Gal wrote: > Hi All, > > I appreciate any help you can give me. My table of contents is two > pages plus one line, and I wish to adjust the spacing minutely so that I > don't have that final entry hanging over onto the next page. Does > anyone know how to affect the list structure when the list is the table > of contents? > > Thanks! > > -Nitsan > _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org use package tocloft or use the memoir class (ir similar better equiped classes) /daleif From ijvm2004 at gmail.com Thu Nov 12 13:51:52 2009 From: ijvm2004 at gmail.com (=?ISO-8859-1?Q?Iv=E1n_Vera?=) Date: Thu, 12 Nov 2009 13:51:52 +0100 Subject: [texhax] =?utf-8?q?hyperref_=5Cbackref_=28and_=5Cbackrefalt=29_br?= =?utf-8?q?oken_by_chapterbib_and_natbib=E2=80=8F?= Message-ID: <80b0c5cb0911120451k99878bap95a922856ed63ee7@mail.gmail.com> Dear all, I am using LaTeX to write my PhD thesis since about 3 months now. The mix natbib/chapterbib/hyperref has worked fine. But I report here a problem with back references (backref package of hyperref bundle), i.e. the pointers at the end of each bibliography item that point to the page where that item was referenced. I also use bibtex and pdflatex. When I set a global bibliography at the end of the document everything works fine. The default pagebackref option of hyperref adds the list of pages where each item was referenced. Even better, I can get the alternative interface backrefalt to format the backrefs my own way, like: ... \renewcommand*{\backref}[1]{} \renewcommand*{\backrefalt}[4]{% \ifcase #1 % % case: not cited (Not cited). \or % case: cited on exactly one page (Cited on page~#2).% \else % case: cited on multiple pages (Cited on pages~#2). \fi} ... So far so good. Now I add the chapterbib package (following all considerations from the manual and some hours of internet), ... \usepackage[sectionbib]{chapterbib} \usepackage[english, dutch]{babel} % load after chapterbib ... And ALMOST everything works fine. Nice bibliographies per chapter, hyperlinks from main text to references work. BUT the problem is with the behavior of the backrefs, because they not only point to the reference within the corresponding chapter, but they also point to occurrences of the same item in OTHER chapters. Same behavior with the default\backref or with the alternative \backrefalt interfaces. This is confusing, since if one clicks in this backref one ends up in a page in another chapter where that item has a different numbering (when using numbered bibtex style). At least there should be an option to choose if backreferencing to the same bibitem in another chapter is allowed or not. I must mention I use the same .bib library for all chapters. A possible way out would be to use different item keys in different .bib for each chapter, but I really don't want that option (>100 bibitems per chapter, and my keys are automatically generated by Zotero). Ok, say one can live with this redundant & inconsistent backref links. Now we add natbib, to get some sorting of reference numbers, ... \usepackage[square,comma,numbers,sort,sectionbib]{natbib} % if 'sort&compress' check backrefs \usepackage{chapterbib} % give sectionbib option to natbib package \usepackage[english, dutch]{babel} % load after chapterbib ... And voila! the backrefs pointing outside the current chapter for each bibitem are gone. BUT it works ONLY for the standard \backref interface. The moment I introduce the code for the alternative interface \backrefalt I ALWAYS get the text "(Not cited)." at the end of my references, i.e. the code of \backrefalt is broken. After playing with printing its 4 parameters I see they are either 0 or non-existent. IN CONCLUSION: 1) Global bibliography using hyperref (without chapterbib) gives proper backrefs (both \backref and \backrefalt). I tried including natbib and it also works fine. 2) Bibliographies per chapter using hyperref/chapterbib (without natbib) gives backrefs (both \backref and \backrefalt) that can point outside current chapter. Not desired, but I can live with it. 3) Bibliographies per chapter using hyperref/chapterbib/natbib works perfect (backrefs only to current chapter) only with standard \backref interface. 4) Bibliographies per chapter using hyperref/chapterbib/natbib break the functionality of the alternative \backrefalt interface. So I proceed with my thesis using option 3) of course. I just wonder whom of the developers to address to get the customized backrefalt working with the mix hyperref/chapterbib/natbib. Any workaround would be appreciated. Regards, Ivan Vera PhD researcher at University of Twente, The Netherlands. PS: I am still kind of newbie with LaTeX, first post on texhax. -------------- next part -------------- An HTML attachment was scrubbed... URL: From will.adams at frycomm.com Thu Nov 12 16:53:05 2009 From: will.adams at frycomm.com (William Adams) Date: Thu, 12 Nov 2009 10:53:05 -0500 Subject: [texhax] Adjust spacing in table of contents In-Reply-To: References: Message-ID: On Nov 10, 2009, at 3:40 PM, Nitsan Ben-Gal wrote: > I appreciate any help you can give me. My table of contents is two > pages plus one line, and I wish to adjust the spacing minutely so > that I don't have that final entry hanging over onto the next page. > Does anyone know how to affect the list structure when the list is > the table of contents? A quick manual hack would be to identify places where one could remove enough vertical space to bring the line back, then in appropriate places in your text put in lines like to \addtocontents{\vspace{-3pt}} Re-generate the document enough times to repaginate it and the line will come back when you take out enough space. William -- William Adams senior graphic designer Fry Communications Sphinx of black quartz, judge my vow. From reinhard.kotucha at web.de Thu Nov 12 22:50:20 2009 From: reinhard.kotucha at web.de (Reinhard Kotucha) Date: Thu, 12 Nov 2009 22:50:20 +0100 Subject: [texhax] =?utf-8?q?hyperref?= In-Reply-To: References: <20091111115427.20915.qmail@f4mail-235-237.rediffmail.com> Message-ID: <19196.33565.208.55958@zaphod.ms25.net> On 11 November 2009 Barbara Beeton wrote: > [...] In between two equations it is taking more space, if i > use the hyperref package. > > this is unrelated to hyperref. [...] Hi Barbara, the hyperref package can influence formatting indeed. The reason is that it inserts whatsit nodes (\pdfliteral is implemented like \special). Whatsits have an impact on formatting. I'm not familiar with these things, but when I encountered such a problem a few years ago, Thanh told me that this is desired behavior and that it is mentioned somewhere in the TeXbook. A solution could be to always use hyperref and use the draft option if its functionality is not desired. hyperref then hopefully inserts empty whatsits, but it would be nice if somebody can confirm this statement. Regards, Reinhard -- ---------------------------------------------------------------------------- Reinhard Kotucha Phone: +49-511-3373112 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha at web.de ---------------------------------------------------------------------------- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. ---------------------------------------------------------------------------- From ijvm at hotmail.com Tue Nov 10 17:35:20 2009 From: ijvm at hotmail.com (=?iso-8859-1?B?SXbhbiBWZXJh?=) Date: Tue, 10 Nov 2009 16:35:20 +0000 Subject: [texhax] hyperref \backref (and \backrefalt) broken by chapterbib and natbib Message-ID: Dear all, I am using LaTeX to write my PhD thesis since about 3 months now. The mix natbib/chapterbib/hyperref has worked fine. But I report here a problem with back references (backref package of hyperref bundle), i.e. the pointers at the end of each bibliography item that point to the page where that item was referenced. I also use bibtex and pdftex (all hyperlinked of course). When I set my source for a global bibliography at the end of the document everything works fine. The default pagebackref option of hyperref adds the list of pages where each item was referenced, only within each chapter. Even better, I can get the alternative interface backrefalt to format the backrefs my own way, like: ... \renewcommand*{\backref}[1]{} \renewcommand*{\backrefalt}[4]{% \ifcase #1 % % case: not cited (Not cited). \or % case: cited on exactly one page (Cited on page~#2).% \else % case: cited on multiple pages (Cited on pages~#2). \fi} ... So far so good. Now I add the chapterbib package (following all considerations from the manual and some hours of internet), ... \usepackage[sectionbib]{chapterbib} \usepackage[english, dutch]{babel} % load after chapterbib ... And ALMOST everything works fine. Nice bibliographies per chapter, hyperlinks from main text to references work. BUT the problem is with the behavior of the backrefs, because they not only point to the reference within the corresponding chapter, but they also point to occurrences of the same item in OTHER chapters. Same behavior with the default\backref or with the alternative \backrefalt interfaces. This is confusing, since if one clicks in this backref one ends up in a page in another chapter where that item has a different numbering (when using numbered bibtex style). At least there should be an option to choose if backreferencing to the same bibitem in another chapter is allowed or not. I must mention I use the same .bib library for all chapters. A possible way out would be to use different keys in different .bib for each chapter, but I really don't want that option (>100 bibitems per chapter, and my keys are automatically generated by Zotero). Ok, say one can live with this redundancy of inconsistent backref links. Now we add natbib, to get some sorting of reference numbers, ... \usepackage[square,comma,numbers,sort,sectionbib]{natbib} % if 'sort&compress' check backrefs \usepackage{chapterbib} % give sectionbib option to natbib package \usepackage[english, dutch]{babel} % load after chapterbib ... And voila! the backrefs pointing outside the current chapter for each bibitem are gone, BUT it works ONLY for the standard \backref interface. The moment I introduce the code for the alternative interface \backrefalt I ALWAYS get the text "(Not cited)." at the end of my references, i.e. the code of \backrefalt is broken. After playing with printing its 4 parameters I see they are either 0 or non-existent. IN CONCLUSION: 1) Global bibliography using hyperref (without chapterbib) gives proper backrefs (both \backref and \backrefalt). I also tried including natbib and it also works fine. 2) Bibliographies per chapter using hyperref/chapterbib (without natbib) gives backrefs (both \backref and \backrefalt) that can point outside current chapter. Not desired but I can live with it. 3) Bibliographies per chapter using hyperref/chapterbib/natbib works perfect only with standard \backref interface. 4) Bibliographies per chapter using hyperref/chapterbib/natbib break the functionality of the alternative \backrefalt interface. So I proceed with my thesis using option 3) of course. I just wonder whom of the developers to address to get the customized backrefs working with the mix hyperref/chapterbib/natbib. Any workaround would be appreciated. Regards, Ivan Vera PhD researcher (for not too long) at University of Twente, The Netherlands. PS: I am still kind of newbie with LaTeX, first post on TUG. Sorry if this post makes your life difficult. _________________________________________________________________ Windows Live Hotmail: Your friends can get your Facebook updates, right from Hotmail?. http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_4:092009 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ijvm at hotmail.com Tue Nov 10 19:02:11 2009 From: ijvm at hotmail.com (=?Windows-1252?B?SXbhbiBWZXJh?=) Date: Tue, 10 Nov 2009 18:02:11 +0000 Subject: [texhax] hyperref \backref (and \backrefalt) broken by chapterbib and natbib Message-ID: Dear all, I am using LaTeX to write my PhD thesis since about 3 months now. The mix natbib/chapterbib/hyperref has worked fine. But I report here a problem with back references (backref package of hyperref bundle), i.e. the pointers at the end of each bibliography item that point to the page where that item was referenced. I also use bibtex and pdftex (all hyperlinked of course). When I set my source for a global bibliography at the end of the document everything works fine. The default pagebackref option of hyperref adds the list of pages where each item was referenced, only within each chapter. Even better, I can get the alternative interface backrefalt to format the backrefs my own way, like: ... \renewcommand*{\backref}[1]{} \renewcommand*{\backrefalt}[4]{% \ifcase #1 % % case: not cited (Not cited). \or % case: cited on exactly one page (Cited on page~#2).% \else % case: cited on multiple pages (Cited on pages~#2). \fi} ... So far so good. Now I add the chapterbib package (following all considerations from the manual and some hours of internet), ... \usepackage[sectionbib]{chapterbib} \usepackage[english, dutch]{babel} % load after chapterbib ... And ALMOST everything works fine. Nice bibliographies per chapter, hyperlinks from main text to references work. BUT the problem is with the behavior of the backrefs, because they not only point to the reference within the corresponding chapter, but they also point to occurrences of the same item in OTHER chapters. Same behavior with the default\backref or with the alternative \backrefalt interfaces. This is confusing, since if one clicks in this backref one ends up in a page in another chapter where that item has a different numbering (when using numbered bibtex style). At least there should be an option to choose if backreferencing to the same bibitem in another chapter is allowed or not. I must mention I use the same .bib library for all chapters. A possible way out would be to use different keys in different .bib for each chapter, but I really don't want that option (>100 bibitems per chapter, and my keys are automatically generated by Zotero). Ok, say one can live with this redundancy of inconsistent backref links. Now we add natbib, to get some sorting of reference numbers, ... \usepackage[square,comma,numbers,sort,sectionbib]{natbib} % if 'sort&compress' check backrefs \usepackage{chapterbib} % give sectionbib option to natbib package \usepackage[english, dutch]{babel} % load after chapterbib ... And voila! the backrefs pointing outside the current chapter for each bibitem are gone, BUT it works ONLY for the standard \backref interface. The moment I introduce the code for the alternative interface \backrefalt I ALWAYS get the text "(Not cited)." at the end of my references, i.e. the code of \backrefalt is broken. After playing with printing its 4 parameters I see they are either 0 or non-existent. IN CONCLUSION: 1) Global bibliography using hyperref (without chapterbib) gives proper backrefs (both \backref and \backrefalt). I also tried including natbib and it also works fine. 2) Bibliographies per chapter using hyperref/chapterbib (without natbib) gives backrefs (both \backref and \backrefalt) that can point outside current chapter. Not desired but I can live with it. 3) Bibliographies per chapter using hyperref/chapterbib/natbib works perfect only with standard \backref interface. 4) Bibliographies per chapter using hyperref/chapterbib/natbib break the functionality of the alternative \backrefalt interface. So I proceed with my thesis using option 3) of course. I just wonder whom of the developers to address to get the customized backrefs working with the mix hyperref/chapterbib/natbib. Any workaround would be appreciated. Regards, Ivan Vera PhD researcher (for not too long) at University of Twente, The Netherlands. PS: I am still kind of newbie with LaTeX, first post on TUG. Sorry if this post makes your life difficult. _________________________________________________________________ Windows Live: Make it easier for your friends to see what you?re up to on Facebook. http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_2:092009 -------------- next part -------------- An HTML attachment was scrubbed... URL: From habibseifzadeh at yahoo.com Thu Nov 12 19:42:51 2009 From: habibseifzadeh at yahoo.com (Habib Seifzadeh) Date: Thu, 12 Nov 2009 10:42:51 -0800 (PST) Subject: [texhax] Chnaging the number of columns and page break Message-ID: <688962.1019.qm@web35603.mail.mud.yahoo.com> Hi dear friends, Nowadays, I'm writing a paper which its .cls file isn't consistent with multicols package. So, I'm forced to use \twocolumn and \onecolumn to change the number of columns. The problem with that commands is that after using them, LaTeX breaks current page. How can I use them without any page breaking? Thanks a lot, Habib From inquiries at mortonresearch.org Thu Nov 12 22:37:29 2009 From: inquiries at mortonresearch.org (inquiries at mortonresearch.org) Date: Thu, 12 Nov 2009 14:37:29 -0700 Subject: [texhax] Where to put amslatex package files on a PC? Message-ID: <95.64.07642.1FE7CFA4@blnmtfh2svavs> I'm on a Windows PC using WinShell and MiKTeX and downloaded the package called: amslatex, zipped as gsm_amslatex.zip. I read the file README-M-L.TXT included in the package, but it says for me to "make a copy of the file chapter.template to .tex" but there is no file named chapter.template included with the files in gsm_amslatex.zip. The README-M-L.TXT file also suggests that I get technical and administrative information from the AMS Author FAQ: http://www.ams.org/authors/author-faq.html but here, the section entitled: "Technical Topics, Running (La)TeX - where to install packages, etc." says to: "First, check that you have placed the package files in the local TEXMF tree where TeX is supposed to look for them. For an AMS-LaTeX author package, the recommended location is TEXMF/tex/latex/ams-author-info." but there is no such folder named "TEXMF" on my entire computer. If I am supposed to create it, this instruction is sufficiently clear; for I could create TEXMF in any of the following locations: C:\\ C:\\Program Files C:\\Program Files\WinShell C:\\Program Files\MiKTeX 2.8 C:\\Documents and Settings\My_AMS_Book etc. (Everything works fine on the demo files in the package, but it creates too many files in that location, so I don't want to create my book there.) By the way, when I go to MiKTeX, as suggested by http://www.ams.org/authors/author-faq.html, it doesn't tell where to put the packages either. It only tells how to install packages from a list, the locations of which are truncated so as not to reveal the entire path, as in the AMS instructions. I know these are all errors in the AMS's instructions, but when I spoke with ams tech-support, but they said: "Not being a user of winshell or miktex (and no one else here is either -- we all use tex on unix/linux systems), the best advice i can give is to check the miktex documentation." So if you could let me know where I should place the amslatex package files, I would really appreciate it. Thank you. TM -------------- next part -------------- An HTML attachment was scrubbed... URL: From inquiries at mortonresearch.org Thu Nov 12 23:24:58 2009 From: inquiries at mortonresearch.org (inquiries at mortonresearch.org) Date: Thu, 12 Nov 2009 15:24:58 -0700 Subject: [texhax] Where to put amslatex package files on a PC? Message-ID: You may disregard my previous e-mail. AMS tech support has got me up and running. Thank you. TM _____________________________________________ From: inquiries at mortonresearch.org [mailto:inquiries at mortonresearch.org] Sent: Thursday, November 12, 2009 2:37 PM To: 'texhax at tug.org' Subject: Where to put amslatex package files on a PC? I'm on a Windows PC using WinShell and MiKTeX and downloaded the package called: amslatex, zipped as gsm_amslatex.zip. I read the file README-M-L.TXT included in the package, but it says for me to "make a copy of the file chapter.template to .tex" but there is no file named chapter.template included with the files in gsm_amslatex.zip. The README-M-L.TXT file also suggests that I get technical and administrative information from the AMS Author FAQ: http://www.ams.org/authors/author-faq.html but here, the section entitled: "Technical Topics, Running (La)TeX - where to install packages, etc." says to: "First, check that you have placed the package files in the local TEXMF tree where TeX is supposed to look for them. For an AMS-LaTeX author package, the recommended location is TEXMF/tex/latex/ams-author-info." but there is no such folder named "TEXMF" on my entire computer. If I am supposed to create it, this instruction is sufficiently clear; for I could create TEXMF in any of the following locations: C:\\ C:\\Program Files C:\\Program Files\WinShell C:\\Program Files\MiKTeX 2.8 C:\\Documents and Settings\My_AMS_Book etc. (Everything works fine on the demo files in the package, but it creates too many files in that location, so I don't want to create my book there.) By the way, when I go to MiKTeX, as suggested by http://www.ams.org/authors/author-faq.html, it doesn't tell where to put the packages either. It only tells how to install packages from a list, the locations of which are truncated so as not to reveal the entire path, as in the AMS instructions. I know these are all errors in the AMS's instructions, but when I spoke with ams tech-support, but they said: "Not being a user of winshell or miktex (and no one else here is either -- we all use tex on unix/linux systems), the best advice i can give is to check the miktex documentation." So if you could let me know where I should place the amslatex package files, I would really appreciate it. Thank you. TM -------------- next part -------------- An HTML attachment was scrubbed... URL: From uwe.lueck at web.de Fri Nov 13 17:01:46 2009 From: uwe.lueck at web.de (Uwe Lueck) Date: Fri, 13 Nov 2009 17:01:46 +0100 Subject: [texhax] Where to put amslatex package files on a PC? Message-ID: <1241052291@web.de> Well, this were 2 HTML postings (therefore unreadable for many), the second of which said that the problem has been resolved by AMS LaTeX support. The first posting said that AMS LaTeX documentation tell users to install the files in the "TEXMF" folder (and another advice not applying). The poster said he is working with a MiKTeX installation. I think MiKTeX recently by default used "miktex" instead of "texmf" for the TeX installation tree. AMS LaTeX documentation should account for this. -- Cheers, Uwe. schrieb am 12.11.2009 23:22:26: > > > >

You may disregard my previous e-mail. AMS tech support has got me up and running.

> >

Thank you.

> >

TM

> >

_____________________________________________
>
From: inquiries at mortonresearch.org [mailto:inquiries at mortonresearch.org]
>
Sent: Thursday, November 12, 2009 2:37 PM
>
To: 'texhax at tug.org'
>
Subject: Where to put amslatex package files on a PC?

> >

I?m on a Windows PC using WinShell and MiKTeX and downloaded the package called: amslatex, zipped as gsm_amslatex.zip.

> >

I read the file README-M-L.TXT included in the package, but it says for me to "make a copy of the file chapter.template to .tex"

> >

but there is no file named chapter.template included with the files in gsm_amslatex.zip.

> >

The README-M-L.TXT file also suggests that I get technical and administrative information from the AMS Author FAQ:

> >

http://www.ams.org/authors/author-faq.html

> >

but here, the section entitled: "Technical Topics, Running (La)TeX - where to install packages, etc."

> >

says to:

> >

"First, check that you have placed the package files in the local TEXMF tree where TeX is supposed to look for them. For an AMS-LaTeX author package, the recommended location is TEXMF/tex/latex/ams-author-info."

> >

but there is no such folder named "TEXMF" on my entire computer.

> >

If I am supposed to create it, this instruction is sufficiently clear; for I could create TEXMF in any of the following locations:

> >

C:\\

> >

C:\\Program Files

> >

C:\\Program Files\WinShell

> >

C:\\Program Files\MiKTeX 2.8

> >

C:\\Documents and Settings\My_AMS_Book

> >

etc.

> >

(Everything works fine on the demo files in the package, but it creates too many files in that location, so I don't want to create my book there.)

> >

By the way, when I go to MiKTeX, as suggested by http://www.ams.org/authors/author-faq.html, it doesn't tell where to put the packages either. It only tells how to install packages from a list, the locations of which are truncated so as not to reveal the entire path, as in the AMS instructions.

> >

I know these are all errors in the AMS?s instructions, but when I spoke with ams tech-support, but they said:

> >

?Not being a user of winshell or miktex (and no one else here is either -- we all use tex on unix/linux systems), the best advice i can give is to check the miktex documentation.?

> >

So if you could let me know where I should place the amslatex package files, I would really appreciate it.

> >

Thank you.

> >

TM

>
> > >
> _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org > From dprokopchuk at gmail.com Fri Nov 13 09:05:48 2009 From: dprokopchuk at gmail.com (Demyan Prokopchuk) Date: Fri, 13 Nov 2009 03:05:48 -0500 Subject: [texhax] package for importing chemical structure files Message-ID: <3878145F-3038-4928-9743-217F6B61943C@gmail.com> Dear tug, Is there a package for directly importing chemical structure files from MarvinSketch, Chemdraw, ChemSketch or any other drawing program? I found this (http://sourceforge.net/projects/chemdrawinlatex/files/), but I cannot find the files online..... I know packages exist for drawing molecules (mostly organic ones) in tex, but I would like to use a standalone program (like MarvinSketch, Chemdraw, ChemSketch) to build molecules and then import them into a tex document. Having to export my chemical structures as eps files and then importing them into tex is a huge hassle, especially when I have to modify the structures. Unless something has changed since 2007 (http://www.tug.org/pipermail/texhax/2007-April/008302.html ), I think I may be out of luck. Thanks Demyan From joseph.wright at morningstar2.co.uk Fri Nov 13 22:33:29 2009 From: joseph.wright at morningstar2.co.uk (Joseph Wright) Date: Fri, 13 Nov 2009 21:33:29 +0000 Subject: [texhax] package for importing chemical structure files In-Reply-To: <3878145F-3038-4928-9743-217F6B61943C@gmail.com> References: <3878145F-3038-4928-9743-217F6B61943C@gmail.com> Message-ID: <4AFDD0A9.5090505@morningstar2.co.uk> Demyan Prokopchuk wrote: > Dear tug, > > Is there a package for directly importing chemical structure files from > MarvinSketch, Chemdraw, ChemSketch or any other drawing program? > > I found this (http://sourceforge.net/projects/chemdrawinlatex/files/), > but I cannot find the files online..... > > I know packages exist for drawing molecules (mostly organic ones) in > tex, but I would like to use a standalone program (like MarvinSketch, > Chemdraw, ChemSketch) to build molecules and then import them into a tex > document. Having to export my chemical structures as eps files and then > importing them into tex is a huge hassle, especially when I have to > modify the structures. > > Unless something has changed since 2007 > (http://www.tug.org/pipermail/texhax/2007-April/008302.html), I think I > may be out of luck. > > Thanks > > Demyan Hello Demyan, As a synthetic chemist myself, I stick to ChemDraw then EPS export. I can't say I find it a big hassle, but I guess it depends on your point of view. As most of these formats are binary, you couldn't use them directly with TeX in any case. I've toyed with the idea of trying to parse ChemDraw's XML output in the past, but I suspect that this will gain little over using the EPS output (editing is still going to mean going back to ChemDraw). -- Joseph Wright From reinhard.kotucha at web.de Sat Nov 14 01:23:13 2009 From: reinhard.kotucha at web.de (Reinhard Kotucha) Date: Sat, 14 Nov 2009 01:23:13 +0100 Subject: [texhax] Where to put amslatex package files on a PC? In-Reply-To: <1241052291@web.de> References: <1241052291@web.de> Message-ID: <19197.63601.990953.443618@zaphod.ms25.net> On 13 November 2009 Uwe Lueck wrote: > Well, this were 2 HTML postings (therefore unreadable for many), Yes, mails written entirely in HTML are a pain. I simply ignore them. I don't feel resposnsible for other people's mistakes. What do they want to achieve with ? I don't have Tahoma installed at all, and, even more annoying, I'd like to decide about FONT SIZE myself. Sigh, Reinhard -- ---------------------------------------------------------------------------- Reinhard Kotucha Phone: +49-511-3373112 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha at web.de ---------------------------------------------------------------------------- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. ---------------------------------------------------------------------------- From john.simmie at nuigalway.ie Sat Nov 14 12:42:18 2009 From: john.simmie at nuigalway.ie (Simmie, John) Date: Sat, 14 Nov 2009 11:42:18 -0000 Subject: [texhax] Importing chemical structures Message-ID: <5987A522AEAB7548B380D086C85CD24101E4FF1E@EVS1.ac.nuigalway.ie> Query from Demyan Prokopchuk ... It is straightforward to import structures as EPS files into LaTeX from ChemDraw, IsisDraw etc and chemical journals often require that graphic files be submitted separately as EPSs anyway so it's not all bad. One does lose the facility of directly editing the structures but it is a small price to pay and certainly a better way to go than via the various "chemical texes" which are way too clumsy for synthetic and other kinds of chemists. Emeritus Professor John Simmie::Combustion Chemistry Centre::National University of Ireland, Galway From prstanley at ntlworld.com Sat Nov 14 13:55:48 2009 From: prstanley at ntlworld.com (prstanley at ntlworld.com) Date: Sat, 14 Nov 2009 12:55:48 +0000 Subject: [texhax] Description: difference between \{\} and \lbrace \rbrace Message-ID: <20091114125548.31RLF.22688.root@web07-winn.ispmail.private.ntl.com> Hi folks, Is there a visual difference between \{\} and \lbrace \rbrace? Personally I find the second of the two more descriptive and it helps to distinguish between braces for scoping and braces in the final output. \documentclass [a4paper, 12pt] {article} \usepackage {amssymb} \begin {document} $\lbrace 1, 2, 3 \rbrace$ \\ $\{ 1, 2, 3 \}$ \end {document} Thanks, Paul From prstanley at ntlworld.com Sat Nov 14 14:08:35 2009 From: prstanley at ntlworld.com (prstanley at ntlworld.com) Date: Sat, 14 Nov 2009 13:08:35 +0000 Subject: [texhax] Description: \lbrace \rbrace Message-ID: <20091114130835.FJRMM.22918.root@web07-winn.ispmail.private.ntl.com> %Hi, %the \langle \rangle are used extensively in CSP formal notation. %Would I be correct in thinking, based on the identifier names, that they draw something similar to the <> symbols? \documentclass [a4paper, 12pt] {article} \usepackage {amssymb} \begin {document} $\langle a, b \rangle$ \end {document} %Thanks, Paul From rajurenjitgrover at yahoo.com Sat Nov 14 14:47:57 2009 From: rajurenjitgrover at yahoo.com (Raju Grover) Date: Sat, 14 Nov 2009 05:47:57 -0800 (PST) Subject: [texhax] Sir, please can you help me? Message-ID: <464128.98335.qm@web112105.mail.gq1.yahoo.com> Respected Sir, ? You know what we get if we write $\circ$. ? Sir, can you give me the code for a basic math function like the above one. ? To be precise, I wish to have a math function $\ele$. ? The details of $\ele$ is that, it should draw a small elipse instead of a small circle as in $\circ$. ? Also do you know any reference for this. ? Also is it possible to add this operator ^^ instead of \overset in latex and simlarly __ instead of \underset. ? Sir, please do not be offended at me. I don't know anything about you. May be you are kindhearted person. And may be you don't need money for this. Or maybe you are looking for a breakthrough. So if you felt offended at me asking, How much money you need, please forgive me. But if not, please give your account. ? Thanking you ? Your sincerely ? Raju Grover. -------------- next part -------------- An HTML attachment was scrubbed... URL: From prstanley at ntlworld.com Sat Nov 14 16:16:54 2009 From: prstanley at ntlworld.com (prstanley at ntlworld.com) Date: Sat, 14 Nov 2009 15:16:54 +0000 Subject: [texhax] Sir, please can you help me? In-Reply-To: <464128.98335.qm@web112105.mail.gq1.yahoo.com> Message-ID: <20091114151654.75SX1.25523.root@web07-winn.ispmail.private.ntl.com> Rather than us giving you our account details, why don't you send us your credit card details so that each of us who helps you can take his remuneration directly, in otherwords, put your money where your mouth is, mate. ( grin ) ---- Raju Grover wrote: > Respected Sir, > ? > You know what we get if we write $\circ$. > ? > Sir, can you give me the code for a basic math function like the above one. > ? > To be precise, I wish to have a math function $\ele$. > ? > The details of $\ele$ is that, it should draw a small elipse instead of a small circle as in $\circ$. > ? > Also do you know any reference for this. > ? > Also is it possible to add this operator ^^ instead of \overset in latex and simlarly __ instead of \underset. > ? > Sir, please do not be offended at me. I don't know anything about you. May be you are kindhearted person. And may be you don't need money for this. Or maybe you are looking for a breakthrough. So if you felt offended at me asking, How much money you need, please forgive me. But if not, please give your account. > ? > Thanking you > ? > Your sincerely > ? > Raju Grover. > > From ng.eching at gmail.com Sat Nov 14 10:13:02 2009 From: ng.eching at gmail.com (Ng E-Ching) Date: Sat, 14 Nov 2009 04:13:02 -0500 Subject: [texhax] Getting TIPA Times without times.sty Message-ID: <4AFE749E.3040303@gmail.com> Dear all, I'm typing phonetic characters in a document that's largely Palatino (mathpazo). The TIPA package can manage this but the phonetic characters all come out Computer Modern, which is a poor match for Palatino. Is there a way to make TIPA use Times instead? The TIPA manual says to just put the Times package before TIPA: \usepackage{times} \usepackage{tipa} But this won't work when the Palatino package comes immediately after: \usepackage{mathpazo} Here's some test code for TIPA: \textipa{[""Ekspl@"neIS at n]} Would be most grateful for any suggestions - it is entirely possible I am missing something obvious as I haven't been using LaTeX for very long! E-Ching From bnb at ams.org Sat Nov 14 17:39:18 2009 From: bnb at ams.org (Barbara Beeton) Date: Sat, 14 Nov 2009 11:39:18 -0500 (EST) Subject: [texhax] Description: difference between \{\} and \lbrace \rbrace In-Reply-To: <20091114125548.31RLF.22688.root@web07-winn.ispmail.private.ntl.com> References: <20091114125548.31RLF.22688.root@web07-winn.ispmail.private.ntl.com> Message-ID: hi, paul, Is there a visual difference between \{\} and \lbrace \rbrace? they are equated in plain.tex, so they are meant to be identical. Personally I find the second of the two more descriptive and it helps to distinguish between braces for scoping and braces in the final output. \documentclass [a4paper, 12pt] {article} \usepackage {amssymb} \begin {document} $\lbrace 1, 2, 3 \rbrace$ \\ $\{ 1, 2, 3 \}$ \end {document} since you aren't able to see the output, yes, the \lbrace \rbrace would be more meaningful. the l and r indicate the shape only; if sized braces are needed, you still have to apply \left and \right. -- bb From bnb at ams.org Sat Nov 14 17:43:02 2009 From: bnb at ams.org (Barbara Beeton) Date: Sat, 14 Nov 2009 11:43:02 -0500 (EST) Subject: [texhax] Description: \lbrace \rbrace In-Reply-To: <20091114130835.FJRMM.22918.root@web07-winn.ispmail.private.ntl.com> References: <20091114130835.FJRMM.22918.root@web07-winn.ispmail.private.ntl.com> Message-ID: On Sat, 14 Nov 2009 prstanley at ntlworld.com wrote: %Hi, %the \langle \rangle are used extensively in CSP formal notation. %Would I be correct in thinking, based on the identifier names, that they %draw something similar to the <> symbols? \documentclass [a4paper, 12pt] {article} \usepackage {amssymb} \begin {document} $\langle a, b \rangle$ \end {document} with tex, < and > should (ordinarily) be used only to mean less than and greater than. they are used in html as angle brackets, but that's probably mainly because they are usually on keyboards. \langle and \rangle are the tex angle brackets; they are shallower than < and > and can be sized with \left and \right. -- bb From prstanley at ntlworld.com Sat Nov 14 19:20:10 2009 From: prstanley at ntlworld.com (P. R. Stanley) Date: Sat, 14 Nov 2009 18:20:10 +0000 Subject: [texhax] Description: \lbrace \rbrace In-Reply-To: References: <20091114130835.FJRMM.22918.root@web07-winn.ispmail.private.ntl.com> Message-ID: <20091114181958.KRB2093.aamtaout03-winn.ispmail.ntl.com@pine.ntlworld.com> > BB: with tex, < and > should (ordinarily) be used >only to mean less than and greater than. > >they are used in html as angle brackets, but >that's probably mainly because they are usually >on keyboards. > >\langle and \rangle are the tex angle brackets; >they are shallower than < and > and can be >sized with \left and \right. Paul: First of all, BB, thanks for your reply. Could you explain what you mean by "shallow"? To extend the angle analogy, are they acute or obtuse and, what effect do \left and \right achieve in this context? I was under the impression that they matched the height of the brackets with that of of the tallest object within. Thanks Paul From bnb at ams.org Sat Nov 14 19:36:53 2009 From: bnb at ams.org (Barbara Beeton) Date: Sat, 14 Nov 2009 13:36:53 -0500 (EST) Subject: [texhax] Description: \lbrace \rbrace In-Reply-To: <20091114181958.KRB2093.aamtaout03-winn.ispmail.ntl.com@pine.ntlworld.com> References: <20091114130835.FJRMM.22918.root@web07-winn.ispmail.private.ntl.com> <20091114181958.KRB2093.aamtaout03-winn.ispmail.ntl.com@pine.ntlworld.com> Message-ID: > BB: with tex, < and > should (ordinarily) be used > only to mean less than and greater than. > > they are used in html as angle brackets, but > that's probably mainly because they are usually > on keyboards. > > \langle and \rangle are the tex angle brackets; > they are shallower than < and > and can be > sized with \left and \right. Paul: First of all, BB, thanks for your reply. Could you explain what you mean by "shallow"? To extend the angle analogy, are they acute or obtuse and, what effect do \left and \right achieve in this context? I was under the impression that they matched the height of the brackets with that of of the tallest object within. "shallow": they are obtuse, taller than they are wide. they are about the same height and width as parentheses, but instead of being rounded, they have two straight arms. as you point out, \left and \right have the effect of making the brackets longer to match the height of the tallest object within, with the limitation that, because of the shape, each larger size is a specific glyph -- they can't be elongated (as can braces and brackets) by adding more segments in the middle, at least not the way they've been designed for use with tex. -- bb From ng.eching at gmail.com Sun Nov 15 00:24:58 2009 From: ng.eching at gmail.com (Ng E-Ching) Date: Sat, 14 Nov 2009 18:24:58 -0500 Subject: [texhax] Getting TIPA Times without times.sty In-Reply-To: <4AFE749E.3040303@gmail.com> References: <4AFE749E.3040303@gmail.com> Message-ID: <4AFF3C4A.20603@gmail.com> Dear all, I have figured out a solution based on code from my professor (Steve Anderson). It's clunky but it does work for pdflatex. But it doesn't work if I use XeTeX to specify the font instead (which was really my final goal), so any advice on these points would be welcome: (1) I cannot get engma (\ng) in XeTeX at all; (2) I cannot get ash (\ae) in the XeTeX-specified font; (3) XeTeX seems incompatible with the T1 mode of TIPA and fontenc in this file, though I've seen it work in other files. Take care, E-Ching \documentclass[letterpaper,12pt]{article} \usepackage{mathpazo} % Set font without XeTeX % \setmainfont{Adobe Garamond Pro} % Set font using XeTeX % \usepackage{fontspec} % Needed in XeTeX \usepackage[safe,T1]{tipa} % T1 option incompatible with XeTeX \usepackage{tipx} \newcommand{\A} {{\fontfamily{ptm}\textscripta}} \newcommand{\E} {{\fontfamily{ptm}\textschwa}} \newcommand{\EH}{{\fontfamily{ptm}\textepsilon}} \newcommand{\I} {{\fontfamily{ptm}\textsci}} \newcommand{\SH}{{\fontfamily{ptm}\textesh}} \newcommand{\pristr}{{\fontfamily{ptm}\textprimstress}} \newcommand{\secstr}{{\fontfamily{ptm}\textsecstress}} % Engma requires special treatment, don't know why \newcommand{\ngec}{{\fontfamily{lmr}\selectfont\ng}} \begin{document} \section*{Heading with matching IPA: [\secstr{\EH}kspl{\E}{\pristr}ne{\I}{\SH}{\ae}{\ngec}]} Running text with matching IPA: [\secstr{\EH}kspl{\E}{\pristr}ne{\I}{\SH}{\ae}{\ngec}] \section*{Heading with non-matching IPA: \textipa{[""Ekspl@"neIS{\ae}N]}} Running text with non-matching IPA: \textipa{[""Ekspl@"neIS{\ae}N]} \end{document} Ng E-Ching wrote: > Dear all, > > I'm typing phonetic characters in a document that's largely Palatino > (mathpazo). The TIPA package can manage this but the phonetic > characters all come out Computer Modern, which is a poor match for > Palatino. Is there a way to make TIPA use Times instead? > > The TIPA manual says to just put the Times package before TIPA: > \usepackage{times} > \usepackage{tipa} > But this won't work when the Palatino package comes immediately after: > \usepackage{mathpazo} > > Here's some test code for TIPA: > \textipa{[""Ekspl@"neIS at n]} > > Would be most grateful for any suggestions - it is entirely possible I > am missing something obvious as I haven't been using LaTeX for very long! > > E-Ching > > > From asnd at triumf.ca Sun Nov 15 01:00:26 2009 From: asnd at triumf.ca (Donald Arseneau) Date: 14 Nov 2009 16:00:26 -0800 Subject: [texhax] Description: \lbrace \rbrace In-Reply-To: <20091114181958.KRB2093.aamtaout03-winn.ispmail.ntl.com@pine.ntlworld.com> References: <20091114130835.FJRMM.22918.root@web07-winn.ispmail.private.ntl.com> <20091114181958.KRB2093.aamtaout03-winn.ispmail.ntl.com@pine.ntlworld.com> Message-ID: "P. R. Stanley" writes: > >\langle and \rangle are the tex angle brackets; > >they are shallower than < and > and can be > >sized with \left and \right. > > Paul: First of all, BB, thanks for your reply. Could you explain > what you mean by "shallow"? To extend the angle analogy, are they acute or > obtuse and, what effect do \left and \right achieve in this context? I was > under the impression that they matched the height of the brackets with that > of of the tallest object within. Being a type of bracket, the angle of \langle and \rangle is obtuse. The angle of < (\lt) and > (\gt) is acute since those characters are more like arrow-heads and make very poor brackets. By themselves, \langle and \rangle will nicely enclose any regular character, but they are still smaller than some symbols (such as \int, the integral sign) and smaller than fractions, matrices and such. Then you would use \left\langle \right\rangle to make them expand to cover their over-sized contents. The same applies to all the bracket pairs, including parentheses and braces. The odd part is that ordinarily the characters < and > are assigned "delimiter codes" (\delcode) corresponding to \langle and \rangle, so that \left< is a synonym for \left\langle, and vice versa. -- Donald Arseneau asnd at triumf.ca From asnd at triumf.ca Sun Nov 15 01:15:36 2009 From: asnd at triumf.ca (Donald Arseneau) Date: 14 Nov 2009 16:15:36 -0800 Subject: [texhax] Sir, please can you help me? In-Reply-To: <20091114151654.75SX1.25523.root@web07-winn.ispmail.private.ntl.com> References: <20091114151654.75SX1.25523.root@web07-winn.ispmail.private.ntl.com> Message-ID: writes: > Rather than us giving you our account details, why don't you send us your credit card details so that each of us who helps you can take his remuneration directly, in otherwords, put your money where your mouth is, mate. ( grin ) Don't be an ass "mate". > ---- Raju Grover wrote: > > To be precise, I wish to have a math function $\ele$. > > The details of $\ele$ is that, it should draw a small elipse instead of a small circle as in $\circ$. I'm not aware of ellipse symbols that match \circ in appearance, but the best place to look is in the comprehensive symbol list at http://www.ctan.org/tex-archive/info/symbols/comprehensive/ If you are still stuck after looking through that, you might resort to the graphics package and \scalebox to stretch a \circ character into an elliptical shape. > > Also is it possible to add this operator ^^ instead of \overset in latex and simlarly __ instead of \underset. I don't know what operator "^^" might refer to. Does it indicate a zig-zag line over an object? Similarly "__": isn't that just \underline? (A straight \overline is also available.) -- Donald Arseneau asnd at triumf.ca From prstanley at ntlworld.com Sun Nov 15 01:53:48 2009 From: prstanley at ntlworld.com (P. R. Stanley) Date: Sun, 15 Nov 2009 00:53:48 +0000 Subject: [texhax] Sir, please can you help me? In-Reply-To: References: <20091114151654.75SX1.25523.root@web07-winn.ispmail.private.ntl.com> Message-ID: <20091115005334.VQMH21638.aamtaout02-winn.ispmail.ntl.com@pine.ntlworld.com> > > Rather than us giving you our account details, why don't you send > us your credit card details so that each of us who helps you can > take his remuneration directly, in otherwords, put your money where > your mouth is, mate. ( grin ) > >Don't be an ass "mate". > > Paul: Well, it takes one to know one. ( grin) > > ---- Raju Grover wrote: > > > To be precise, I wish to have a math function $\ele$. > > > The details of $\ele$ is that, it should draw a small elipse > instead of a small circle as in $\circ$. > >I'm not aware of ellipse symbols that match \circ in appearance, but the >best place to look is in the comprehensive symbol list at > >http://www.ctan.org/tex-archive/info/symbols/comprehensive/ > >If you are still stuck after looking through that, you might resort to >the graphics package and \scalebox to stretch a \circ character into >an elliptical shape. > > > > Also is it possible to add this operator ^^ instead of \overset > in latex and simlarly __ instead of \underset. > >I don't know what operator "^^" might refer to. Does it indicate a >zig-zag line over an object? Similarly "__": isn't that just \underline? >(A straight \overline is also available.) > > >-- >Donald Arseneau asnd at triumf.ca >_______________________________________________ >TeX FAQ: http://www.tex.ac.uk/faq >Mailing list archives: http://tug.org/pipermail/texhax/ >More links: http://tug.org/begin.html > >Automated subscription management: http://tug.org/mailman/listinfo/texhax >Human mailing list managers: postmaster at tug.org From christopherolah.co at gmail.com Sun Nov 15 07:25:14 2009 From: christopherolah.co at gmail.com (Christopher Olah) Date: Sun, 15 Nov 2009 01:25:14 -0500 Subject: [texhax] Importing chemical structures In-Reply-To: <5987A522AEAB7548B380D086C85CD24101E4FF1E@EVS1.ac.nuigalway.ie> References: <5987A522AEAB7548B380D086C85CD24101E4FF1E@EVS1.ac.nuigalway.ie> Message-ID: I don't know much about this, but you may want to look at tikz. When I was reading through the manual they gave an example of typesetting a hydrocarbon and it was _really_ easy in comparison to similar thing's I'd previously seen... www.ctan.org/tex-archive/graphics/pgf/base/doc/generic/.../pgfmanual.pdf pg 189 On Sat, Nov 14, 2009 at 6:42 AM, Simmie, John wrote: > Query from Demyan Prokopchuk ... > It is straightforward to import structures as EPS files into LaTeX from > ChemDraw, IsisDraw etc > and chemical journals often require that graphic files be submitted > separately as EPSs anyway > so it's not all bad. ?One does lose the facility of directly editing the > structures but it > is a small price to pay and certainly a better way to go than via the > various "chemical texes" > which are way too clumsy for synthetic and other kinds of chemists. > > Emeritus Professor John Simmie::Combustion Chemistry Centre::National > University of Ireland, Galway > > _______________________________________________ > TeX FAQ: http://www.tex.ac.uk/faq > Mailing list archives: http://tug.org/pipermail/texhax/ > More links: http://tug.org/begin.html > > Automated subscription management: http://tug.org/mailman/listinfo/texhax > Human mailing list managers: postmaster at tug.org > -- Christopher Olah Email: christopherolah.co at gmail.com From RChilling at comcast.net Sun Nov 15 16:17:15 2009 From: RChilling at comcast.net (Randy Schilling) Date: Sun, 15 Nov 2009 09:17:15 -0600 Subject: [texhax] "Runaway Argument" error in auxiliary file. Message-ID: Hello - I have a file DVP.tex that creates an auxiliary file DVPolfile.tex which in turn creates the Table of Contents of the original DVP file. The auxiliary file contains 555 lines, all but 5 of these lines are uses of a macro \olfileline#1#2#3#4#5#6. Each use of \olfileline in the TOC corresponds to a line of the TOC. The processing of the original file requires two TeX's. The first of these goes through without error (other than a 3 or 4 overfulls which I'm not concerned with). The second TeX brings up this error: Runaway argument? {The ``3d'' Command. Mesh Approxima ! File ended while scanning use of \olfileline. ... The error message goes on but I'm almost certain that none of the rest of it is important. This error message references line 187 of the auxiliary file which is this: \olfileline 4{The ``3d'' Command. Mesh Approximations to Common Geometrical Shapes.}0{{1}{2}{38}{6}}0{26} When I hit Enter after this error message the processing of my main file goes on without further interruption. What I get for output is an incomplete TOC; the TOC goes up to but does not include the entry corresponding line 187 or any of the lines following line 187. This is what I would expect from the error message which says "! File ended while scanning use of \olfileline." The body of the main file is as it should be up to the material corresponding to this entry of the TOC, headers, header labels and content are just fine. For material corresponding to entries beyond this one, headers and content are just fine but header labels are missing. This is baffling to me for the following reasons. 1. The statement giving the error message, line 187 as I've entered it above, appears to me to be syntactically correct. It has 6 arguments, the fourth of which contains four subarguments. The number of subarguments of the fourth argument is always equal to the value of the first argument, 4 here. 2. The fact that the TOC up to line 187 comes out correct suggests that this error is not somehow the result of some earlier undetected error. 3. When I interchange the culprit section of text from the body of my main file with the previous section of text, a section of text that contributes an \olfileline statement to the auxiliary file, an \olfileline statement that was processed correctly under the previous run, this statement generates a similar such "Runaway argument" message. The culprit statement again appears at line 187 of the auxiliary file and what was the culprit statement, the one which in this experiment appears at line 186, processes as it should. I'm hardly an expert at TeX but this experimentation suggests to me that the syntax of my \olfileline statements is indeed correct and it is position in the auxiliary file, line 187, that is somehow the cause of my problem. Any suggestions would be most gratefully welcomed. Regards - Randy From oestrogenkick at gmail.com Mon Nov 16 04:32:15 2009 From: oestrogenkick at gmail.com (urcing) Date: Sun, 15 Nov 2009 19:32:15 -0800 (PST) Subject: [texhax] Chicago 15th "author-date" style bibtex/biblatex Message-ID: <53f7ed73-7e8c-45e1-a432-c284b6728fe1@s15g2000yqs.googlegroups.com> I am writing my master thesis and i have to use the Chicago 15th edition "author-date" citation/reference style. I googled a bit and only found bibtex styles for the Chicago 13th edition and Chicago 15th "notes + bibliography" style files for biblatex. Does the Chicago 15th author-date (aka Chicago 15b) style for biblatex exist? From news3 at nililand.de Mon Nov 16 11:42:49 2009 From: news3 at nililand.de (Ulrike Fischer) Date: Mon, 16 Nov 2009 11:42:49 +0100 Subject: [texhax] "Runaway Argument" error in auxiliary file. References: Message-ID: <96aucp651v5a.dlg@nililand.de> Am Sun, 15 Nov 2009 09:17:15 -0600 schrieb Randy Schilling: [Runaway argument] problem > Any suggestions would be most gratefully welcomed. My first guess is that somewhere before there is something that tries to read arguments and runs into problems when it encounters the nth \olfileline. Put \nofiles at the start of your document (so the aux-file is not regenerated) and then start to comment lines in the aux. -- Ulrike Fischer From deindl at soziologie.uzh.ch Mon Nov 16 18:32:54 2009 From: deindl at soziologie.uzh.ch (Christian Deindl) Date: Mon, 16 Nov 2009 18:32:54 +0100 Subject: [texhax] Shaded with footnote Message-ID: <4B018CC6.3060601@soziologie.uzh.ch> Dear all, I would like to use footnotes within "shaded" unforutunately it doesn't work. I can't see my mistake? thanks, christian example: \documentclass[a4paper]{report} \usepackage[ngerman]{babel} \usepackage[T1]{fontenc} \usepackage[ansinew]{inputenc} \usepackage[marginal]{footmisc} \usepackage{longtable} \usepackage{graphicx} \usepackage{float} \usepackage{amsmath} \usepackage{apacite} \usepackage{subfigure} \usepackage{color,fancyvrb} \usepackage{lmodern} \usepackage{framed, xcolor} %\usepackage{shaded} \title{Title} \author{Name} \begin{document} %\maketitle \definecolor{shadecolor}{gray}{.4} \chapter{Chapter} \section{Section} Text Text \footnote{Footnote} . \begin{shaded} Text text text text\footnote{Footnote} text text text text\end{shaded} \end{document} From bnb at ams.org Mon Nov 16 20:06:25 2009 From: bnb at ams.org (Barbara Beeton) Date: Mon, 16 Nov 2009 14:06:25 -0500 (EST) Subject: [texhax] Where to put amslatex package files on a PC? In-Reply-To: <1241052291@web.de> References: <1241052291@web.de> Message-ID: On Fri, 13 Nov 2009, Uwe Lueck wrote: Well, this were 2 HTML postings (therefore unreadable for many), the second of which said that the problem has been resolved by AMS LaTeX support. The first posting said that AMS LaTeX documentation tell users to install the files in the "TEXMF" folder (and another advice not applying). The poster said he is working with a MiKTeX installation. I think MiKTeX recently by default used "miktex" instead of "texmf" for the TeX installation tree. AMS LaTeX documentation should account for this. -- Cheers, Uwe. i'm the person who answered the original question, and also maintain the ams latex documentation. you say that ams latex documentation should account for changes in the miktex installation. this is impractical for several reasons: - nobody at ams is using miktex, so there is otherwise no reason to subscribe to a forum in which such changes might be announced. - if we managed to keep up with one distribution, we would have to do the same for all. how many are there, counting all the different unix/linux varieties? we simply don't have the resources to handle this volume. what we *do* say is that a user should refer to the instructions for the particular distribution regarding installation of extra packages. i was able to go to the miktex site and find reasonably coherent instructions, although the answer to the question wasn't in what i thought were the most obvious places. (i know from experience that maintaining a faq isn't trivial, so i don't mean to knock whoever is doing that for miktex.) we are soon undertaking an update of all of ams-latex, both the document classes and amsmath. upgrading the documentation is part of that effort. we will continue to offer the best suggestions that we can, assuming a tds distribution, but we will continue to be generic and rely on the various distributors to clarify the specific requirements of their systems. -- bb From philip.ratcliffe at fastwebnet.it Tue Nov 17 09:57:18 2009 From: philip.ratcliffe at fastwebnet.it (Philip G. Ratcliffe) Date: Tue, 17 Nov 2009 09:57:18 +0100 Subject: [texhax] Shaded with footnote In-Reply-To: <4B018CC6.3060601@soziologie.uzh.ch> Message-ID: > I would like to use footnotes within "shaded" unforutunately > it doesn't > work. > > [snip] Sorry, I don't have shaded.sty and I can't find on CTAN, so I don't even known what it's supposed to do. Cheers, Phil From daleif at imf.au.dk Tue Nov 17 10:52:20 2009 From: daleif at imf.au.dk (Lars Madsen) Date: Tue, 17 Nov 2009 10:52:20 +0100 Subject: [texhax] Shaded with footnote In-Reply-To: References: Message-ID: <4B027254.7030401@imf.au.dk> Philip G. Ratcliffe wrote: >> I would like to use footnotes within "shaded" unforutunately >> it doesn't >> work. >> >> [snip] > > Sorry, I don't have shaded.sty and I can't find on CTAN, so I don't even > known what it's supposed to do. > > Cheers, Phil > the shaded env the OP is refering to is a part of the framed.sty package -- /daleif From asnd at triumf.ca Tue Nov 17 12:18:22 2009 From: asnd at triumf.ca (Donald Arseneau) Date: 17 Nov 2009 03:18:22 -0800 Subject: [texhax] Shaded with footnote In-Reply-To: <4B018CC6.3060601@soziologie.uzh.ch> References: <4B018CC6.3060601@soziologie.uzh.ch> Message-ID: Christian Deindl writes: > I would like to use footnotes within "shaded" unforutunately it doesn't work. Sorry, they are lost. The instructions say: % % The contents of the framed regions are restricted: % Floats, footnotes, marginpars and head-line entries will be lost. % (Some of these may be handled in a later version.) % This package will not work with the page breaking of multicol.sty, % or other systems that perform column-balancing. % -- Donald Arseneau asnd at triumf.ca From nep_ph at yahoo.com Tue Nov 17 12:21:54 2009 From: nep_ph at yahoo.com (ramu adakahry) Date: Tue, 17 Nov 2009 03:21:54 -0800 (PST) Subject: [texhax] Tecnical support Message-ID: <442984.62026.qm@web45905.mail.sp1.yahoo.com> Dear technician, I am using the Latex for my masters thesis writing. For some region, I need to highlight the some part of the text of the paragraph for this I am using "soul" package it works fine but the problem I am getting whenever I have to highlight some link/reference then it does not work. is there any special way to avoid this problem? For your information I have given below an short example of the latex code which does not work for me. \documentclass[a4paper,10pt]{article} \usepackage{soul} \usepackage{color} \begin{document} My test document \begin{equation} \label{eq1} name=b\times a \end{equation} my name \hl{My name is Aman Kular the additional information given in \ref{eq1} } \end{document} However It works for this \documentclass[a4paper,10pt]{article} \usepackage{soul} \usepackage{color} \begin{document} My test document \begin{equation} \label{eq1} name=b\times a \end{equation} my name \hl{My name is Aman Kular the additional information given in } \end{document} Why not for earlier one....... or any other method for doing this Cheers Get your preferred Email name! Now you can @ymail.com and @rocketmail.com. http://mail.promotions.yahoo.com/newdomains/aa/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From news3 at nililand.de Tue Nov 17 17:10:15 2009 From: news3 at nililand.de (Ulrike Fischer) Date: Tue, 17 Nov 2009 17:10:15 +0100 Subject: [texhax] Tecnical support References: <442984.62026.qm@web45905.mail.sp1.yahoo.com> Message-ID: Am Tue, 17 Nov 2009 03:21:54 -0800 (PST) schrieb ramu adakahry: > Dear technician, > > I am using the Latex for my masters thesis writing. For some region, I need to highlight the some part of the text of the paragraph for this I am using "soul" package it works fine but the problem I am getting whenever I have to highlight some link/reference then it does not work. is there any special way to avoid this problem? > For your information I have given below an short example of the latex code which does not work for me. > > \documentclass[a4paper,10pt]{article} > \usepackage{soul} > \usepackage{color} > > \begin{document} > My test document > \begin{equation} > \label{eq1} > name=b\times a > \end{equation} > my name > \hl{My name is Aman Kular the additional information given in \ref{eq1} } > \end{document} You must protect some commands (see documentation): \documentclass[a4paper,10pt]{article} \usepackage{soul} \usepackage{color} \begin{document} My test document \begin{equation} \label{eq1} name=b\times a \end{equation} my name \hl{My name is Aman Kular the additional information given in {\ref{eq1}} } \end{document} -- Ulrike Fischer From laozu at turbonet.com Tue Nov 17 17:32:57 2009 From: laozu at turbonet.com (Kelly) Date: Tue, 17 Nov 2009 08:32:57 -0800 Subject: [texhax] Fill character with halign. Message-ID: <938AFB7E127646C7BC31D67009F9D762@laozuPC> Dear Sir/Madam: When constructing a table with halign, can one select another fill character besides "space" so that, if for example the fill character were a period, one would get output as below? First column.................Second column.....................Third Column Sincerely, Kelly McKennon -------------- next part -------------- An HTML attachment was scrubbed... URL: From P.Taylor at Rhul.Ac.Uk Tue Nov 17 18:26:48 2009 From: P.Taylor at Rhul.Ac.Uk (Philip TAYLOR) Date: Tue, 17 Nov 2009 17:26:48 +0000 Subject: [texhax] Fill character with halign. In-Reply-To: <938AFB7E127646C7BC31D67009F9D762@laozuPC> References: <938AFB7E127646C7BC31D67009F9D762@laozuPC> Message-ID: <4B02DCD8.4080000@Rhul.Ac.Uk> Kelly McKennon wrote: > Dear Sir/Madam: > When constructing a table with halign, can one select another fill > character besides "space" so that, if for example the fill character > were a period, one would get output as below? > First column.................Second column.....................Third Column Off-hand, I can't see how this could be accomplished directly, since inter-column separation is controlled by \tabskip, which is indeed a and (unfortunately) not a . The only way in which I can see you could accomplish it is to eschew \tabskip completely (that is, set it to zero) and independently fill each column. Of course, I may be wrong :-) Philip Taylor From uwe.lueck at web.de Tue Nov 17 23:29:50 2009 From: uwe.lueck at web.de (Uwe =?iso-8859-1?Q?L=FCck?=) Date: Tue, 17 Nov 2009 23:29:50 +0100 Subject: [texhax] Where to put amslatex package files on a PC? In-Reply-To: References: <1241052291@web.de> <1241052291@web.de> Message-ID: <5.1.0.14.0.20091117204436.0290e250@pop3.web.de> [SUMMARY: everything was very mistaken and useless ...] At 20:06 16.11.09, Barbara Beeton wrote: >On Fri, 13 Nov 2009, Uwe Lueck wrote: > > Well, this were 2 HTML postings (therefore unreadable for many), the > second of which said that the problem has been resolved by AMS LaTeX > support. The first posting said that AMS LaTeX documentation tell users > to install the files in the "TEXMF" folder (and another advice not > applying). The poster said he is working with a MiKTeX installation. I > think MiKTeX recently by default used "miktex" instead of "texmf" for the > TeX installation tree. AMS LaTeX documentation should account for > this. -- Cheers, Uwe. > >i'm the person who answered the original >question, and also maintain the ams latex >documentation. > >you say that ams latex documentation should >account for changes in the miktex installation. >this is impractical for several reasons: >[...] At 22:37 12.11.09, inquiries at mortonresearch.org [OP] wrote: >I m on a Windows PC using WinShell and MiKTeX and downloaded the package >called: amslatex, zipped as gsm_amslatex.zip. SUMMARY: You should not have downloaded and worried about it ... >[...] >The README-M-L.TXT file also suggests that I get technical and >administrative information from the AMS Author FAQ: > > http://www.ams.org/authors/author-faq.html > >but here, the section entitled: "Technical Topics, Running (La)TeX - where >to install packages, etc." > >says to: > >"First, check that you have placed the package files in the local TEXMF >tree where TeX is supposed to look for them. For an AMS-LaTeX author >package, the recommended location is TEXMF/tex/latex/ams-author-info." > >but there is no such folder named "TEXMF" on my entire computer. Actually, this refers to http://www.ams.org/authors/author-faq.html#running I realize 1. THIS IS NOT AMS-LATEX DOCUMENTATION! It is just some general TeX advice, some service from the AMS (indeed irrelevant for AMS-LaTeX). 2. The OP did not understand that "TEXMF" here is nothing but a placeholder for the name of a TeX files directory, not (necessarily) an actual directory name. If the AMS-LaTeX documentation is misleading, this just may be in referring to other sites instead of simply saying something like: If you have a working TeX installation, most probably AMS-LaTeX is already available to you, do not try to install it again! There might be additional info on UPDATING, but hide it so it is not read unnecessarily ... (Indeed, how many decades ago was the last AMS-LaTeX update?) Yes, I wrote MiKTeX's default value for TEXMF once changed, but no special account for this is needed when it is clear that the value depends ... At 22:37 12.11.09, inquiries at mortonresearch.org [OP] wrote: >By the way, when I go to MiKTeX, as suggested by >http://www.ams.org/authors/author-faq.html, it doesn't tell where to put >the packages either. It only tells how to install packages from a list, >the locations of which are truncated so as not to reveal the entire path, >as in the AMS instructions. > >I know these are all errors in the AMS s instructions, ... seems to be mistaken ... >but when I spoke with ams tech-support, but they said: > > Not being a user of winshell or miktex (and no one else here is either > -- we all use tex on unix/linux systems), the best advice i can give is > to check the miktex documentation. Oh my ... MiKTeX is (mainly) a package manager (and there are Linux package managers), probably the main virtue of a package manager is SAVING you from thinking about where to place single files. For an entire new installation, the installer just asks if you want to use a different name for TEXMF than the default. For installing or updating single packages, you just choose their names, and the package manager usually does the rest of the job, you only may need to REFRESH THE FILE NAME DATA BASE (this is about the MiKTeX documentation tells you how to ...) (Again, most probably most relevant with AMS-LaTeX: forget about it!) Concerning installations that are not maintained by a package manager, one may refer to the UK TeX FAQ ... > - nobody at ams is using miktex, so there is > otherwise no reason to subscribe to a forum > in which such changes might be announced. > - if we managed to keep up with one distribution, > we would have to do the same for all. how > many are there, counting all the different > unix/linux varieties? we simply don't have > the resources to handle this volume. The above site mentions a few most frequently used TeX systems, MiKTeX among them. I estimate 10 through 90 percent AMS-LaTeX users work on Windows with MiKTeX, at least about as many users work on Windows (even university members having access to a university UNIX installation may prefer working at home at a PC under Windows), I estimate that MiKTeX is most common for driving TeX under Windows. Or MiKTeX and texlive together make up more than 50 percent of all AMS-LaTeX users ... I currently do not have quick access to MiKTeX installations, but I am very interested in how it renders some packages. Once I noticed that relevant PicTeX documentation files were missing. I am about to ask on the MiKTeX mailing list how certain packages are rendered. Most importantly, it may be good to know how MiKTeX calls your package ... >what we *do* say is that a user should refer to >the instructions for the particular distribution >regarding installation of extra packages. Indeed, fine ... ... and AMS-LaTeX is not "extra", it is "required"! Cheers, Uwe. >i was able to go to the miktex site and find >reasonably coherent instructions, although the >answer to the question wasn't in what i thought >were the most obvious places. (i know from >experience that maintaining a faq isn't trivial, >so i don't mean to knock whoever is doing that >for miktex.) > >we are soon undertaking an update of all of >ams-latex, both the document classes and >amsmath. upgrading the documentation is part >of that effort. we will continue to offer the >best suggestions that we can, assuming a tds >distribution, but we will continue to be >generic and rely on the various distributors >to clarify the specific requirements of their >systems. > -- bb From P.Taylor at Rhul.Ac.Uk Wed Nov 18 00:37:16 2009 From: P.Taylor at Rhul.Ac.Uk (Philip TAYLOR (Ret'd)) Date: Tue, 17 Nov 2009 23:37:16 +0000 Subject: [texhax] Fill character with halign. In-Reply-To: <938AFB7E127646C7BC31D67009F9D762@laozuPC> References: <938AFB7E127646C7BC31D67009F9D762@laozuPC> Message-ID: <4B0333AC.10108@Rhul.Ac.Uk> On thinking more carefully, you might be able to use something along the lines of the following : \tabskip = 0 pt plus 1 fil \def \&{\dotfill \span} \halign to \hsize {&#\cr &&\cr 1st column\&2nd column\&3rd column\cr First column\&second column\&third column\cr } \end Philip Taylor ------- Kelly McKennon wrote: > When constructing a table with halign, can one select another fill > character besides "space" so that, if for example the fill character > were a period, one would get output as below? > > First column.................Second column.....................Third Column From asnd at triumf.ca Wed Nov 18 01:37:08 2009 From: asnd at triumf.ca (Donald Arseneau) Date: 17 Nov 2009 16:37:08 -0800 Subject: [texhax] Fill character with halign. In-Reply-To: <4B0333AC.10108@Rhul.Ac.Uk> References: <938AFB7E127646C7BC31D67009F9D762@laozuPC> <4B0333AC.10108@Rhul.Ac.Uk> Message-ID: "Philip TAYLOR (Ret'd)" writes: > On thinking more carefully, (cough) > > \tabskip = 0 pt plus 1 fil > \def \&{\dotfill \span} Using \span means you aren't aligning anything. The answer is to use leaders in the columns for "separation", and to not use any tabskip between columns. \leaders\hbox{ . }\hskip 12pt plus 1fill > \halign to \hsize but you can't set the overall size; you are stuck with the natural size. -- Donald Arseneau asnd at triumf.ca From balaeditor at gmail.com Wed Nov 18 09:05:27 2009 From: balaeditor at gmail.com (r balaji) Date: Wed, 18 Nov 2009 00:05:27 -0800 Subject: [texhax] Latex Message-ID: <441949120911180005s3a7a4365v398c89b39619c450@mail.gmail.com> Dear Sir I am working as copy editor in Chennai, India. I am much interested in learning Latex. I have come to know from Tex user group site that Latex software is available as collection ("The TeX Collection DVD "). Could you please let me know where this DVD collection is available in India. What would be the cost in Indian money. I want to buy so that i can directly install without any trouble. Kindly do the needful. With regards R. Balaji -------------- next part -------------- An HTML attachment was scrubbed... URL: From speter at mac.com Wed Nov 18 16:19:06 2009 From: speter at mac.com (Steve Peter) Date: Wed, 18 Nov 2009 10:19:06 -0500 Subject: [texhax] Latex In-Reply-To: <441949120911180005s3a7a4365v398c89b39619c450@mail.gmail.com> References: <441949120911180005s3a7a4365v398c89b39619c450@mail.gmail.com> Message-ID: <27297B22-48EB-445B-B8E8-6D577C07295D@mac.com> On Nov 18, 2009, at 3:05 AM, r balaji wrote: > Dear Sir > I am working as copy editor in Chennai, India. I am much interested in learning Latex. I have come to know from Tex user group site that Latex software is available as collection ("The TeX Collection DVD "). Could you please let me know where this DVD collection is available in India. What would be the cost in Indian money. I want to buy so that i can directly install without any trouble. Kindly do the needful. Your best bet is to visit tug.org.in, where they say: TEXLive CDROM: TEX Live current edition is available for distribution at a cost of Rs. 1,000 per DVD. Payment may be in the form of demand draft drawn favouring the Indian TEX Users Group, on any bank in Trivandrum and sent along with order to TUGIndia office, address is given at the bottom of this page. Usually, the DVD will be shipped within 24 hours and informed through mail if email id is provided. Please click here for more information about TEX Live. From will.adams at frycomm.com Wed Nov 18 18:43:38 2009 From: will.adams at frycomm.com (William Adams) Date: Wed, 18 Nov 2009 12:43:38 -0500 Subject: [texhax] placing a rule against the top (or bottom) edge of a page Message-ID: <2343A81F-E567-4545-964D-882A7F056CB8@frycomm.com> I'm trying to do this and it isn't happening: \documentclass{minimal} \usepackage[margin=0bp,paperwidth=2in,paperheight=2in]{geometry} \begin{document}% \newlength{\textlineheight}% \newsavebox{\scratch}% \setbox\scratch=\vtop{\strut}% \textlineheight=\ht\scratch% \noindent\begin{picture}(0,0)\put(0,0)% {\rule[\textlineheight]{2in}{1bp}}% \end{picture}% \end{document} The centerline of the rule falls 1.096bp short of the top of the page --- why? William -- William Adams senior graphic designer Fry Communications Sphinx of black quartz, judge my vow. From klists at saphor.de Wed Nov 18 21:22:04 2009 From: klists at saphor.de (Marc) Date: Wed, 18 Nov 2009 21:22:04 +0100 Subject: [texhax] Job postings for DFG funded typesetting tool for academic texts Message-ID: <302238700911181222y2cad5279if896484ed961131a@mail.gmail.com> Dear Colleagues, The Deutsche Forschungsgemeinschaft (DFG) funds a joint project of the University of Applied Sciences Worms (Germany) and the University Trier (Germany) for the development of a typesetting module for (primarily) humanist texts. We will jointly develop a typesetting system for XML-based texts with complex layout requirements that meets the stringent requirements for the typesetting of (potentially heavily multilingual) academic texts (e.g. critical editions). The end user will work directly with semantically annotated data, without having to use explicit layouting instructions. In this the system will build on the TeX experience (not code!) and apply it to new requirements. Based on a WYSIWYG user interface (to be integrated into the TextGrid Lab, cf. http://www.textgrid.de) the system will support end users in the development of style-sheets for the rule-based formatting of their texts and will master the production of PDF (including PDF-A for longterm archiving). For this work we look for two motivated research assistants with a strong skill set in software architecture and development, one primarily focussing on the design and development of the core typesetting system itself (based in Worms) and one primarily looking at the end user interface (based in Trier). You can find the full details of the call under http://www.budabe.eu/print_stellenausschreibung.pdf (in German) We are looking forward to your applications! Best regards, Marc K?ster P. S.: Please feel free to forward this application to any interested party From beckera at ncbi.nlm.nih.gov Wed Nov 18 21:15:28 2009 From: beckera at ncbi.nlm.nih.gov (Becker, Abraham (NIH/NLM/NCBI) [C]) Date: Wed, 18 Nov 2009 15:15:28 -0500 Subject: [texhax] ɀ in LaTeX? Message-ID: Hi, Does anyone know how to code the hexadecimal character ɀ in LaTeX? It looks like a lowercase z, with a "swash tail", in the upper right here: (http://www.unicode.org/charts/PDF/U0180.pdf) Thanks, _______________________________ Abraham M. Becker Contractor PubMed Central -------------- next part -------------- An HTML attachment was scrubbed... URL: From news3 at nililand.de Thu Nov 19 11:20:16 2009 From: news3 at nililand.de (Ulrike Fischer) Date: Thu, 19 Nov 2009 11:20:16 +0100 Subject: [texhax] ɀ in LaTeX? References: Message-ID: Am Wed, 18 Nov 2009 15:15:28 -0500 schrieb Becker, Abraham (NIH/NLM/NCBI) [C]: > Does anyone know how to code the hexadecimal character ɀ in > LaTeX? > It looks like a lowercase z, with a "swash tail", in the upper right > here: (http://www.unicode.org/charts/PDF/U0180.pdf) I doubt that the character is part of one of the LaTeX encodings. Perhaps you can find it in the large symbol list. Also there don't seem to exist much fonts which contains it. I found it in Charis SIL so with XeLaTeX the following works: \documentclass{article} \usepackage{xltxtra} \begin{document} Test: \fontspec{Charis SIL}^^^^0240 \end{document} -- Ulrike Fischer From swami at mun.ca Thu Nov 19 11:38:15 2009 From: swami at mun.ca (P. P. Narayanaswami) Date: Thu, 19 Nov 2009 07:08:15 -0330 Subject: [texhax] TeX Gyre fonts problem with \textsl, \slshape Message-ID: <1258627095.4b0520179a931@webmail.mun.ca> I am using MikTeX2.8. As suggested in the recent TUGBoat issue (pages 236 -240) when I use \usepackage{tgpagella) or \usepackage{tgtermes} the Slant shape alone does not work with either \textsl or \slshape. Instead, if I use the old command \usepackage{mathpazo} \usepackage{mathptmx}, everything works fine. Is there something going wronmg here with slant shape? How can one get slant shape with any of the Gyre fonts? By the way, all other shpa change commands work fine with Gyre fonts. From news3 at nililand.de Thu Nov 19 12:04:43 2009 From: news3 at nililand.de (Ulrike Fischer) Date: Thu, 19 Nov 2009 12:04:43 +0100 Subject: [texhax] TeX Gyre fonts problem with \textsl, \slshape References: <1258627095.4b0520179a931@webmail.mun.ca> Message-ID: <1mfdot0r8xaku.dlg@nililand.de> Am Thu, 19 Nov 2009 07:08:15 -0330 schrieb P. P. Narayanaswami: > I am using MikTeX2.8. As suggested in the recent TUGBoat issue (pages 236 -240) > when I use > \usepackage{tgpagella) or \usepackage{tgtermes} > the Slant shape alone does not work with either \textsl or \slshape. > Instead, if I use the old command \usepackage{mathpazo} > \usepackage{mathptmx}, everything works fine. > Is there something going wronmg here with slant shape? > How can one get slant shape with any of the Gyre fonts? > > By the way, all other shpa change commands work fine with Gyre fonts. This works fine for me (\slshape gives the same font as \itshape): \listfiles \documentclass{article} \usepackage[T1]{fontenc} \usepackage{tgpagella} %\usepackage{tgtermes} \begin{document} abc \slshape abc \end{document} tgpagella.sty 2009/09/27 v1.2 TeX Gyre Pagella as default roman family t1qpl.fd 2009/09/25 v1.2 font definition file for T1/qpl -- Ulrike Fischer From will.adams at frycomm.com Thu Nov 19 13:50:11 2009 From: will.adams at frycomm.com (William Adams) Date: Thu, 19 Nov 2009 07:50:11 -0500 Subject: [texhax] placing a rule against the top (or bottom) edge of a page In-Reply-To: <2343A81F-E567-4545-964D-882A7F056CB8@frycomm.com> References: <2343A81F-E567-4545-964D-882A7F056CB8@frycomm.com> Message-ID: On Nov 18, 2009, at 12:43 PM, William Adams wrote: > The centerline of the rule falls 1.096bp short of the top of the > page --- why? Paul (zappathustra) on comp.text.tex was kind enough to clue me in to my overlooking \topskip All fixed now, save for working out why a rounding error induced preview glitch happens in TeXShop and Preview.app on Mac OS X. William -- William Adams senior graphic designer Fry Communications Sphinx of black quartz, judge my vow. From beckera at ncbi.nlm.nih.gov Thu Nov 19 16:54:20 2009 From: beckera at ncbi.nlm.nih.gov (Becker, Abraham (NIH/NLM/NCBI) [C]) Date: Thu, 19 Nov 2009 10:54:20 -0500 Subject: [texhax] ɀ in LaTeX? In-Reply-To: References: Message-ID: It looks like I need to install tipa-fonts. Many thanks to all who responded. _______________________________ Abraham M. Becker Contractor PubMed Central -----Original Message----- From: Ulrike Fischer [mailto:news3 at nililand.de] Sent: Thursday, November 19, 2009 5:20 AM To: texhax at tug.org Subject: Re: [texhax] ɀ in LaTeX? Am Wed, 18 Nov 2009 15:15:28 -0500 schrieb Becker, Abraham (NIH/NLM/NCBI) [C]: > Does anyone know how to code the hexadecimal character ɀ in > LaTeX? > It looks like a lowercase z, with a "swash tail", in the upper right > here: (http://www.unicode.org/charts/PDF/U0180.pdf) I doubt that the character is part of one of the LaTeX encodings. Perhaps you can find it in the large symbol list. Also there don't seem to exist much fonts which contains it. I found it in Charis SIL so with XeLaTeX the following works: \documentclass{article} \usepackage{xltxtra} \begin{document} Test: \fontspec{Charis SIL}^^^^0240 \end{document} -- Ulrike Fischer _______________________________________________ TeX FAQ: http://www.tex.ac.uk/faq Mailing list archives: http://tug.org/pipermail/texhax/ More links: http://tug.org/begin.html Automated subscription management: http://tug.org/mailman/listinfo/texhax Human mailing list managers: postmaster at tug.org From Bryan.Lepore at umassmed.edu Thu Nov 19 21:04:10 2009 From: Bryan.Lepore at umassmed.edu (Bryan W. Lepore) Date: Thu, 19 Nov 2009 15:04:10 -0500 (EST) Subject: [texhax] emboj .bst Message-ID: i'm working up a fresh Embo Journal .bst file -- if anyone has any specific hints to make it easier, or has a .bst that they'd be willing to share their own, please let me know (off-list). thanks, -bryan From vi5u0-texhax at yahoo.co.uk Fri Nov 20 12:17:12 2009 From: vi5u0-texhax at yahoo.co.uk (Dan) Date: Fri, 20 Nov 2009 11:17:12 +0000 (GMT) Subject: [texhax] Measuring height of displayed maths Message-ID: Dear All, I'm trying to measure the height of some displayed maths as part of an attempt to get the size of parentheses right in a multi-line equation. This represents the sort of effect I want: \documentclass{minimal} \usepackage{amsmath} \newcommand{\pnc}[1]{\textrm{#1}} \begin{document} \newlength{\funnyname} \settoheight{\funnyname}{\[\frac{1}{P^2}\left(\frac{\left(P+1\right)\left(P+E\right)+1}{P\left(E+1\right)\left(P+E\right)}+\frac{1}{E^2\left(E-1\right)}\right)O-\frac{1}{E^3}-\frac{1}{2E^4\left(E+1\right)}-\frac{1}{E^4\left(E-1\right)f_0}\]} \begin{equation} \begin{split} e_{1,0,s} = \left(\frac{1}{729\left(E-1\right)}\left(\rule{0pt}{\funnyname}\right.\right.&\left.\left.\frac{1}{P^2}\left(\frac{\left(P+1\right)\left(P+E\right)+1}{P\left(E+1\right)\left(P+E\right)}+\frac{1}{E^2\left(E-1\right)}\right)O-\frac{1}{E^3}-\frac{1}{2E^4\left(E+1\right)}\right.\right.\\{} &\left.\left.\rule{0pt}{\funnyname}-\frac{1}{E^4\left(E-1\right)f_0}\right)\frac{1}{f_0^6}+\frac{\left(1+3PJ\right)f_0}{27E^2\left(E-1\right)^2f_0^2}-\frac{\left(3E-2\right)e_{1,0,s,l}}{3E\left(E-1\right)}\right)\frac{1}{f_0}\pnc{;} \end{split} \end{equation} \end{document} but unfortunately, it refuses to compile with a "missing $" error. Any ideas, please? -- Thanks, Dan From philip.ratcliffe at uninsubria.it Fri Nov 20 12:47:46 2009 From: philip.ratcliffe at uninsubria.it (Philip G. Ratcliffe) Date: Fri, 20 Nov 2009 12:47:46 +0100 Subject: [texhax] Measuring height of displayed maths In-Reply-To: Message-ID: <8D899FB9E68F48A2AD807CA02BEEBAD7@PGR1> > I'm trying to measure the height of some displayed maths as > part of an attempt to get the size of parentheses right in a > multi-line equation. This represents the sort of effect I want: > > \documentclass{minimal} > \usepackage{amsmath} > \newcommand{\pnc}[1]{\textrm{#1}} > \begin{document} > \newlength{\funnyname} > \settoheight{\funnyname}{\[\frac{1}{P^2}\left(\frac{\left(P+1\ > right)\left(P+E\right)+1}{P\left(E+1\right)\left(P+E\right)}+\ > frac{1}{E^2\left(E-1\right)}\right)O-\frac{1}{E^3}-\frac{1}{2E > ^4\left(E+1\right)}-\frac{1}{E^4\left(E-1\right)f_0}\]} > \begin{equation} > \begin{split} > e_{1,0,s} = > \left(\frac{1}{729\left(E-1\right)}\left(\rule{0pt}{\funnyname > }\right.\right.&\left.\left.\frac{1}{P^2}\left(\frac{\left(P+1 > \right)\left(P+E\right)+1}{P\left(E+1\right)\left(P+E\right)}+ > \frac{1}{E^2\left(E-1\right)}\right)O-\frac{1}{E^3}-\frac{1}{2 > E^4\left(E+1\right)}\right.\right.\\{} > &\left.\left.\rule{0pt}{\funnyname}-\frac{1}{E^4\left(E-1\righ > t)f_0}\right)\frac{1}{f_0^6}+\frac{\left(1+3PJ\right)f_0}{27E^ > 2\left(E-1\right)^2f_0^2}-\frac{\left(3E-2\right)e_{1,0,s,l}}{ > 3E\left(E-1\right)}\right)\frac{1}{f_0}\pnc{;} > \end{split} > \end{equation} > \end{document} Not easy to debug code written so densely! Anyway, try this. \settoheight{\funnyname}{% $\displaystyle \frac{1}{P^2} \left( \frac{\left(P+1\right)\left(P+E\right)+1} {P\left(E+1\right)\left(P+E\right)} + \frac{1}{E^2\left(E-1\right)} \right)O - \frac{1}{E^3}-\frac{1}{2E^4\left(E+1\right)} - \frac{1}{E^4\left(E-1\right)f_0} $ } Cheers, Phil From germain.boyer at ac-toulouse.fr Fri Nov 20 15:13:23 2009 From: germain.boyer at ac-toulouse.fr (Germain BOYER) Date: Fri, 20 Nov 2009 15:13:23 +0100 Subject: [texhax] use font fourier and lmodern Message-ID: Bonjour texhax, I want to have the text with the font fourier and the math with the font lmodern. Is it possible ? Thanks for your answer. From Jean-Yves.Rouviere at ensmp.fr Thu Nov 19 18:31:34 2009 From: Jean-Yves.Rouviere at ensmp.fr (Jean-Yves.Rouviere at ensmp.fr) Date: Thu, 19 Nov 2009 18:31:34 +0100 (CET) Subject: [texhax] Need help for pstricks In-Reply-To: <60611.71.162.47.183.1257377954.squirrel@webmail.mat.ensmp.fr> References: <60611.71.162.47.183.1257377954.squirrel@webmail.mat.ensmp.fr> Message-ID: <3409.90.46.26.104.1258651894.squirrel@webmail.mat.ensmp.fr> Dear, I am using "set term pstricks" in gnuplot to draw curves in pstricks format. But all my linestyles are not converted and in the draw with extension .tex different pstobject are define. So i decided to change for example PST at Solid into PST at Dashed to change the linestyle. So including it in latex by PSforPDF input etc., it works for one curve (with only two points). But when it's a curve or several defined by multiple points it doesn't work. I didn't try but i'm sure it will be the same for colour. So do i need to define a new package (in the current package it's \PSforPDF{usepackage{pstricks,pst-plot,pst-node,pst-tree}}) or to change the file with extension .tex or something else? Thank you very much for your help. Jean-Yves ROUVIERE From vafa at users.berlios.de Fri Nov 20 01:49:52 2009 From: vafa at users.berlios.de (Vafa Khalighi) Date: Fri, 20 Nov 2009 11:49:52 +1100 Subject: [texhax] Ledmac mailing lists Message-ID: <605202f20911191649r52d3c052pc664e354690761f2@mail.gmail.com> I have created a mailing list for ledmac users due to the requests that I have received. You can now go to https://lists.berlios.de/mailman/listinfo/ledmac-users and subscribe. As I promised, later on there will be a new release of ledmac bundle on CTAN. Ledmac webpage is http://ledmac.berlios.de but at the moment there is nothing there, I will try to update that in a few days. Thanks -- Vafa -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bryan.Lepore at umassmed.edu Fri Nov 20 16:53:09 2009 From: Bryan.Lepore at umassmed.edu (Bryan W. Lepore) Date: Fri, 20 Nov 2009 10:53:09 -0500 (EST) Subject: [texhax] bibtex list? Message-ID: is there a bibtex email list? -bryan From hh-brasil at bol.com.br Sat Nov 21 12:38:47 2009 From: hh-brasil at bol.com.br (hh) Date: Sat, 21 Nov 2009 08:38:47 -0300 Subject: [texhax] texhax Digest, Vol 2009, Issue 463 In-Reply-To: References: Message-ID: <4B07A717.16814.578D54@hh-brasil.bol.com.br> In my experience there exist commands like \bigg\{ or \biggl\{ which do not complain about the missing right part (\left demands an \right!). hh From: texhax-request at tug.org Subject: texhax Digest, Vol 2009, Issue 463 To: texhax at tug.org Send reply to: texhax at tug.org Date sent: Sat, 21 Nov 2009 12:00:02 +0100 > Date: Fri, 20 Nov 2009 11:17:12 +0000 (GMT) > From: Dan > To: TeXhax > Subject: [texhax] Measuring height of displayed maths > Message-ID: > > > Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII > > > Dear All, > > I'm trying to measure the height of some displayed maths as part of an > attempt to get the size of parentheses right in a multi-line > equation. This represents the sort of effect I want: > > \documentclass{minimal} > \usepackage{amsmath} > \newcommand{\pnc}[1]{\textrm{#1}} > \begin{document} > \newlength{\funnyname} > \settoheight{\funnyname}{\[\frac{1}{P^2}\left(\frac{\left(P+1\right)\left(P+E\right)+1}{P\left(E+1\right)\left(P+E\right)}+\frac{1}{E^2\left(E-1\right)}\right)O-\frac{1}{E^3}-\frac{1}{2E^4\left(E+1\right)}-\frac{1}{E^4\left(E-1\right)f_0}\]} > \begin{equation} > \begin{split} > e_{1,0,s} = > \left(\frac{1}{729\left(E-1\right)}\left(\rule{0pt}{\funnyname}\right.\right.&\left.\left.\frac{1}{P^2}\left(\frac{\left(P+1\right)\left(P+E\right)+1}{P\left(E+1\right)\left(P+E\right)}+\frac{1}{E^2\left(E-1\right)}\right)O-\frac{1}{E^3}-\frac{1}{2E^4\left(E+1\right)}\right.\right.\\{} > &\left.\left.\rule{0pt}{\funnyname}-\frac{1}{E^4\left(E-1\right)f_0}\right)\frac{1}{f_0^6}+\frac{\left(1+3PJ\right)f_0}{27E^2\left(E-1\right)^2f_0^2}-\frac{\left(3E-2\right)e_{1,0,s,l}}{3E\left(E-1\right)}\right)\frac{1}{f_0}\pnc{;} > \end{split} > \end{equation} > \end{document} > > but unfortunately, it refuses to compile with a "missing $" error. Any ideas, please? > > -- > > Thanks, > > Dan > From d.hatton at damtp.cam.ac.uk Fri Nov 20 17:02:23 2009 From: d.hatton at damtp.cam.ac.uk (Dan Hatton) Date: Fri, 20 Nov 2009 16:02:23 +0000 (GMT) Subject: [texhax] Need help for pstricks In-Reply-To: <3409.90.46.26.104.1258651894.squirrel@webmail.mat.ensmp.fr> References: <60611.71.162.47.183.1257377954.squirrel@webmail.mat.ensmp.fr> <3409.90.46.26.104.1258651894.squirrel@webmail.mat.ensmp.fr> Message-ID: On Thu, 19 Nov 2009, Jean-Yves.Rouviere at ensmp.fr wrote: > I am using "set term pstricks" in gnuplot to draw curves in pstricks format. > But all my linestyles are not converted and in the draw with extension > .tex different pstobject are define. Have you considered "set term epslatex"? - that way, LaTeX doesn't have to worry about the details of pictorial objects. -- Regards, Dan From Arno.Trautmann at gmx.de Sat Nov 21 19:24:44 2009 From: Arno.Trautmann at gmx.de (Arno Trautmann) Date: Sat, 21 Nov 2009 19:24:44 +0100 Subject: [texhax] \lettrine in \everypar? Message-ID: <4B08306C.4030207@gmx.de> Hi! I?m trying to use \lettrine in every paragraph in my document. (Normally not a good idea, indeed, but here I really want it.) Now this should be set automatically. So I tried to say \everypar={\lettrine} hoping that now the first letter of every paragraph would be set as big letter and the second one as a normal-sized capital letter. However, I get a ! Missing number, treated as zero. Ok, to make the things easier, I tried to use a fixed letter and said \everypar={\lettrine{A}{b}} This causes a bad ! TeX capacity exceeded, sorry [parameter stack size=10000]. \KV@@sp at b #1 \@nil -> \KV@@sp at c #1 Now I don?t understand the problem and have no idea how to solve it. I tried to \def a wrapper macro that would avoid these problems, but never got it running. Is there any possibility to use \lettrine in \everypar? Or has anybody a better way to achive a \lettrine at the beginning of every paragraph? Minimal example: \documentclass{minimal} \usepackage{lettrine} \begin{document} \everypar={\lettrine} test \end{document} cheers, Arno -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature URL: From reinhard.kotucha at web.de Sun Nov 22 01:23:24 2009 From: reinhard.kotucha at web.de (Reinhard Kotucha) Date: Sun, 22 Nov 2009 01:23:24 +0100 Subject: [texhax] Need help for pstricks In-Reply-To: References: <60611.71.162.47.183.1257377954.squirrel@webmail.mat.ensmp.fr> <3409.90.46.26.104.1258651894.squirrel@webmail.mat.ensmp.fr> Message-ID: <19208.33916.844378.98391@zaphod.ms25.net> On 20 November 2009 Dan Hatton wrote: > On Thu, 19 Nov 2009, Jean-Yves.Rouviere at ensmp.fr wrote: > > > I am using "set term pstricks" in gnuplot to draw curves in pstricks format. > > But all my linestyles are not converted and in the draw with extension > > .tex different pstobject are define. > > Have you considered "set term epslatex"? - that way, LaTeX doesn't > have to worry about the details of pictorial objects. Before you consider to use gnuplot at all, please read the pgfplots documentation. pgfplots generates excellent output with a minimum amount of effort. It's extremely powerful and easy to use. It's not very fast because arithmetic is done by TeX. Hopefully LuaTeX will be supported soon. Then data can even be pre-processed easily. I wouldn't use gnuplot anymore today. The problem is that it isn't aware of TeX. It's easy to produce LaTeX code, but often it's necessary to know the dimensions of a particular object in advance. In TeX you would put it into a box, determine the dimensions, and place it properly. But gnuplot can't do it. Regards, Reinhard -- ---------------------------------------------------------------------------- Reinhard Kotucha Phone: +49-511-3373112 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha at web.de ---------------------------------------------------------------------------- Microsoft isn't the answer. Microsoft is the question, and the answer is NO. ---------------------------------------------------------------------------- From rslevitt at optonline.net Sun Nov 22 02:24:47 2009 From: rslevitt at optonline.net (Raymond Levitt) Date: Sat, 21 Nov 2009 20:24:47 -0500 Subject: [texhax] Installation of font Message-ID: <000001ca6b12$94852ea0$bd8f8be0$@net> Hello, I am running MikTeX 2.7 using Windows Vista operating system. I am attempting to install a font package I recently downloaded (txfonts). However, I am having difficulty finding the right location to place the files. I have read the accompanying installation instructions, but they are rather limited. Here is the message I receive when I include \usepackage {txfonts}: "tex\latex\txfonts\txfonts.sty" Would anyone at the TeX Users Group be able to assist me in properly installing these files? By the way, a while back I downloaded and successfully installed the amsfonts package. When I use this, TeX runs without a problem. Thanks, Ray Levitt Long Island, NY -------------- next part -------------- An HTML attachment was scrubbed... URL: From hh-brasil at bol.com.br Sun Nov 22 12:57:54 2009 From: hh-brasil at bol.com.br (hh) Date: Sun, 22 Nov 2009 08:57:54 -0300 Subject: [texhax] Installation of font In-Reply-To: References: Message-ID: <4B08FD12.6189.892408@hh-brasil.bol.com.br> I your TeX installation is more or less uptodate than txfonts should be already there and it makes IMHO no sense to install something. Just use usepackage{txfonts} and that is it. hh From: texhax-request at tug.org Subject: texhax Digest, Vol 2009, Issue 464 To: texhax at tug.org Send reply to: texhax at tug.org Date sent: Sun, 22 Nov 2009 12:00:02 +0100 > Subject: [texhax] Installation of font > Message-ID: <000001ca6b12$94852ea0$bd8f8be0$@net> > Content-Type: text/plain; charset="us-ascii" > > Hello, > > > > I am running MikTeX 2.7 using Windows Vista operating system. > > > > I am attempting to install a font package I recently downloaded > (txfonts). > However, I am having difficulty finding the right location to place the > files. I have read the accompanying installation instructions, but they > are > rather limited. Here is the message I receive when I include \usepackage > {txfonts}: "tex\latex\txfonts\txfonts.sty" > > > > Would anyone at the TeX Users Group be able to assist me in properly > installing these files? From news3 at nililand.de Sun Nov 22 17:56:32 2009 From: news3 at nililand.de (Ulrike Fischer) Date: Sun, 22 Nov 2009 17:56:32 +0100 Subject: [texhax] Installation of font References: <000001ca6b12$94852ea0$bd8f8be0$@net> Message-ID: <7jiokx10z7t8.dlg@nililand.de> Am Sat, 21 Nov 2009 20:24:47 -0500 schrieb Raymond Levitt: > I am running MikTeX 2.7 using Windows Vista operating system. > I am attempting to install a font package I recently downloaded (txfonts). > However, I am having difficulty finding the right location to place the > files. They should be no need to install the package manually. Use the package manager of miktex. -- Ulrike Fischer From news3 at nililand.de Sun Nov 22 18:10:12 2009 From: news3 at nililand.de (Ulrike Fischer) Date: Sun, 22 Nov 2009 18:10:12 +0100 Subject: [texhax] use font fourier and lmodern References: Message-ID: <1fvkaeeq9uz52.dlg@nililand.de> Am Fri, 20 Nov 2009 15:13:23 +0100 schrieb Germain BOYER: > Bonjour texhax, > > I want to have the text with the font fourier and the math with the font lmodern. > > Is it possible ? \usepackage{lmodern} \renewcommand{\rmdefault}{futs} -- Ulrike Fischer From uwe.lueck at web.de Sun Nov 22 22:46:49 2009 From: uwe.lueck at web.de (Uwe =?iso-8859-1?Q?L=FCck?=) Date: Sun, 22 Nov 2009 22:46:49 +0100 Subject: [texhax] Where to put amslatex package files on a PC? In-Reply-To: <5.1.0.14.0.20091117204436.0290e250@pop3.web.de> References: <1241052291@web.de> <1241052291@web.de> Message-ID: <5.1.0.14.0.20091122173748.028e39c0@pop3.web.de> [Clarifications of my own ...] Hi Barbara, At 23:29 17.11.09, Uwe L?ck wrote: >At 22:37 12.11.09, inquiries at mortonresearch.org [OP] wrote: >>I m on a Windows PC using WinShell and MiKTeX and downloaded the package >>called: amslatex, zipped as gsm_amslatex.zip. >>[...] >>The README-M-L.TXT file also suggests that I get technical and >>administrative information from the AMS Author FAQ: >> >> http://www.ams.org/authors/author-faq.html >> >>but here, the section entitled: "Technical Topics, Running (La)TeX - >>where to install packages, etc." >> >>says to: >> >>"First, check that you have placed the package files in the local TEXMF >>tree where TeX is supposed to look for them. For an AMS-LaTeX author >>package, the recommended location is TEXMF/tex/latex/ams-author-info." >> >>but there is no such folder named "TEXMF" on my entire computer. > >Actually, this refers to > > http://www.ams.org/authors/author-faq.html#running >[...] > 2. The OP did not understand that "TEXMF" here > is nothing but a placeholder for the name of a > TeX files directory, not (necessarily) > an actual directory name. Maybe this misunderstanding is likely to occur with people not knowing about UNIX environment variables (e.g., Windows users) and could by avoided by adding that TEXMF may be "texmf" or something else. Another source of misunderstanderstanding might come from the concept of "the" TEXMF tree. It has been suggested (I think at least two times on this list) to create separate "TEXMF" trees on the same machine (for using different TeX installations). I think MiKTeX had something like "miktex2.7" as default name for this tree. This way you can quickly "fall back" to an earlier installation when you experience problems with your new one. >Concerning installations that are not maintained by a package manager, one >may refer to the UK TeX FAQ ... I thought of the main page http://www.tex.ac.uk/cgi-bin/texfaq2html search for "installing". More than one page, but not all from the list may be relevant. At 23:58 17.11.09, Barbara Beeton wrote: > The above site mentions a few most frequently used TeX systems, MiKTeX > among them. I estimate 10 through 90 percent AMS-LaTeX users work on > Windows with MiKTeX, at least about as many users work on Windows (even > university members having access to a university UNIX installation may > prefer working at home at a PC under Windows), I estimate that MiKTeX is > most common for driving TeX under Windows. Or MiKTeX and texlive together > make up more than 50 percent of all AMS-LaTeX users ... > >the users i deal with most frequently are ams >authors, and, perhaps surprisingly, more of >them are using mac/texshop than your 90% would >imply. and a sizeable fraction are using >scientific workplace (and that's another story >entirely!). Interesting, thanks. Cheers, Uwe. From zappathustra at free.fr Mon Nov 23 12:34:04 2009 From: zappathustra at free.fr (Paul Isambert) Date: Mon, 23 Nov 2009 12:34:04 +0100 Subject: [texhax] \lettrine in \everypar? Message-ID: <4B0A732C.9070408@free.fr> Hello, You can't have \lettrine in \everypar because \lettrine takes the following two letters and then creates a new paragraph, which will execute \everypar, etc., and here comes the loop... What you can do is: \def\neweverypar{\everypar={\everypar={\neweverypar\lettrine}}} \everypar={\neweverypar\lettrine} So the new paragraph created after the lettrine has an \everypar whose content is simply to redefine \everypar with a lettrine, recursively... if you see what I mean. But \everypar in LaTeX is far from fixed, so it might get redefined anaway. Best, Paul From swallows at exemail.com.au Mon Nov 23 20:52:27 2009 From: swallows at exemail.com.au (JohnLambert) Date: Mon, 23 Nov 2009 19:52:27 +0000 Subject: [texhax] a discrepancy ... Message-ID: Chapter headings software anomaly. ----------------------------------------------- Dear Sirs, Enclosing herewith for your consideration* a TeX/LaTeX test file which should 'normally' output the same result using either (Mac) BasicTeX 2008/2009 or GWTeX, but happens to signal a missing (font)- file in the former, while no such error appears in the latter. [I am using TeXShop v. 2.26 as the editor.] The font in question is Lennys.eps, one of a stack of similar files in the 'fncychap' folder (zip file attached) to produce ... fancy chapter headings. But, BasicTeX 2008/9 outputs: ? GWTeX correctly outputs: ? Is this a bug in the BasicTex software or a different placing of files we should be aware of. How could a correction be made? [Using MacOS 10.4.11 -> on G4; not tried thus far using MacOS 10.6.2 although the system is installed (Mac-Mini 2009-I). Still trying to find a place to put that 19" monitor!! We all have shortcomings ...] Looking forward to hearing from you; Greetings from Sydney: JL ----------------------------- Joh. Lambert + CROYDON NSW 2132 + (Australia) ----------------------------- * and/or reading (if it's your 'cup of tea' or feel so inclined ...). ? ? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Chapter-minus.png Type: image/png Size: 2647 bytes Desc: not available URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Chapter-plus.png Type: image/png Size: 4067 bytes Desc: not available URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: TeX_TEST-File.zip Type: application/zip Size: 1008534 bytes Desc: not available URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: fncychap.zip Type: application/zip Size: 496023 bytes Desc: not available URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: From rjf2 at CDC.GOV Tue Nov 24 23:03:56 2009 From: rjf2 at CDC.GOV (Fehd, Ronald J. (CDC/CCHIS/NCPHI)) Date: Tue, 24 Nov 2009 17:03:56 -0500 Subject: [texhax] Q: how to add introductary text to Index page one In-Reply-To: References: Message-ID: <4A65BFB28FC42A4B81AAA01C69E9903701172EE1@LTA3VS023.ees.hhs.gov> I have seen several documents and books with an introduction to the index: apparently: \newpage \section{Index} \onecolumn Some test describing the index, in particular sorting order used, what bold entries means, etc. \twocolumn %or \threecolumn, whichever the doc-class supports \begin{theindex} %index items ... \end{theindex} Q: How do we do this? Based on my trial(s) and error(s) environment theindex generates a \newpage There is no mention of how to do this easily in either TLC,2e or Guide/LaTeX,4e. Do we have to write a MakeIndex style file in order to do this? The LaTeX Companion, 2e, pg 660: %MakiIndex style file mybook.ist preamble "%??? introductory text goes here \\begin{inindex}\n" Here are examples seen in * books: Guide to LaTeX, 4e, pg 559 * doc in the installation: C:\Programs\TeXlive\2008\texmf-dist\doc\latex\index\index.pdf pg 19 thanks for any commentary on this q Ron Fehd the {SAS} macro maven CDC Atlanta GA USA RJF2 at cdc dot gov From herbs at wideopenwest.com Tue Nov 24 01:58:15 2009 From: herbs at wideopenwest.com (Herbert Schulz) Date: Mon, 23 Nov 2009 18:58:15 -0600 Subject: [texhax] a discrepancy ... In-Reply-To: References: Message-ID: <08EDD066-FF12-4520-8612-018FE0E589F5@wideopenwest.com> On Nov 23, 2009, at 1:52 PM, JohnLambert wrote: > > Chapter headings software anomaly. > ----------------------------------------------- > > Dear Sirs, > > Enclosing herewith for your consideration* a TeX/LaTeX test file which should 'normally' output the same result using either (Mac) BasicTeX 2008/2009 or GWTeX, but happens to signal a missing (font)-file in the former, while no such error appears in the latter. [I am using TeXShop v. 2.26 as the editor.] > > The font in question is Lennys.eps, one of a stack of similar files in the 'fncychap' folder (zip file attached) to produce ... fancy chapter headings. But, > BasicTeX 2008/9 outputs: ? > GWTeX correctly outputs: ? > > Is this a bug in the BasicTex software or a different placing of files we should be aware of. How could a correction be made? > > [Using MacOS 10.4.11 -> on G4; not tried thus far using MacOS 10.6.2 although the system is installed (Mac-Mini 2009-I). Still trying to find a place to put that 19" monitor!! We all have shortcomings ...] > > Looking forward to hearing from you; > Greetings from Sydney: > > JL Howdy, 1)maybe you should report this on MacTeX-Support, . 2)The BasicTeX distribution is a minimal distribution while gwTeX was based on teTeX (no linger supported) with some extensions. One might very well expect that there are differences. In this case the fancychap package wants to use helvetica (phv) which may not be supplied with the BasicTeX package. Since you supply the fancychap package I assume it also is not part of BasicTeX. You might consider downloading and installing the full MacTeX-2009 package (MUCH larger) but it has the fancychap package installed and support for Helvetica (look alike?). Good Luck, Herb Schulz (herbs at wideopenwest dot com) From bnb at ams.org Tue Nov 24 23:41:33 2009 From: bnb at ams.org (Barbara Beeton) Date: Tue, 24 Nov 2009 17:41:33 -0500 (EST) Subject: [texhax] Q: how to add introductary text to Index page one Message-ID: i can address only how the ams-latex document classes handle the index. the style of the index is built into the document classes, and the mechanism for inserting the index into the document is to specify \printindex at the appropriate place in the input. two column output is built in, and it takes an act of congress and much macro hackery to change it. the "heading" style will be that of a chapter for a book, or of a section for an article; it will always start on a new page, since it uses the latex twocol mechanism. it's plausible that a multicolumn package could be substituted to get around that -- but that's not built into any document class that i'm familiar with. ams document classes already have the index features built in, so no additional packages are needed, but other document classes may require \usepackage{makeidx} you already know the following: if the command \makeindex is in the input file, an .idx file is generated from \index entries. this is processed with the makeindex program to produce the .ind file with \begin{theindex} ... \end{theindex} unless you want some special ordering or presentation that can't be achieved by using the sort field mechanism described in the latex manual, you don't need any makeindex style file. the ams document classes have the ability to accept introductory text to be set in a block between the index chapter title and the two-column index terms using the command \def\indexintro{...} but i'm not aware of how other classes may do this, if at all. you're welcome to steal any useful code from (say) amsbook.cls. the documentation for this isn't great, but what there is is in amsclass.dtx for the code, and instr-l.pdf for the user doc. both of these are on ctan. -- bb ---------- Forwarded message ---------- Date: Tue, 24 Nov 2009 17:03:56 -0500 From: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" To: texhax at tug.org Subject: [texhax] Q: how to add introductary text to Index page one I have seen several documents and books with an introduction to the index: apparently: \newpage \section{Index} \onecolumn Some test describing the index, in particular sorting order used, what bold entries means, etc. \twocolumn %or \threecolumn, whichever the doc-class supports \begin{theindex} %index items ... \end{theindex} Q: How do we do this? Based on my trial(s) and error(s) environment theindex generates a \newpage There is no mention of how to do this easily in either TLC,2e or Guide/LaTeX,4e. Do we have to write a MakeIndex style file in order to do this? The LaTeX Companion, 2e, pg 660: %MakiIndex style file mybook.ist preamble "%??? introductory text goes here \\begin{inindex}\n" Here are examples seen in * books: Guide to LaTeX, 4e, pg 559 * doc in the installation: C:\Programs\TeXlive\2008\texmf-dist\doc\latex\index\index.pdf pg 19 thanks for any commentary on this q Ron Fehd the {SAS} macro maven CDC Atlanta GA USA RJF2 at cdc dot gov From Kurt.Schneider at uni-duesseldorf.de Wed Nov 25 16:10:39 2009 From: Kurt.Schneider at uni-duesseldorf.de (Kurt Schneider) Date: Wed, 25 Nov 2009 16:10:39 +0100 Subject: [texhax] writeble PDF Message-ID: <2006735217@web.de> Dear colleagues, I'm searching for a way to generate writable PDF files out of LaTeX. I did a Google search which didn't prove to be rewarding. Most of the links I found point to Open Office. However, I'm building huge lists and tables by converting data that have been collected via form entries in XHTML pages by processing them with Perl, thereby generating TeX-Output. Every necessity to handle the resul- ting files interactively is not welcome - or, due to the number of files, simply not feasible, for that matter. Therefore, I need a package that I can include in my LaTeX files just to en- able users to edit some fields of these files. Its nothing fancy what the users have to be able to modify, just setting some checkmarks and writing one or two paragraphs. Do you know of any package that I can include in my LaTeX files to define writable parts of the document? Many thanks for your assistance. Best regards Kurt ___________________________________________________________ Preisknaller: WEB.DE DSL Flatrate f?r nur 16,99 Euro/mtl.! http://produkte.web.de/go/02/ From martin at oneiros.de Wed Nov 25 16:21:59 2009 From: martin at oneiros.de (=?ISO-8859-1?Q?Martin_Schr=F6der?=) Date: Wed, 25 Nov 2009 16:21:59 +0100 Subject: [texhax] writeble PDF In-Reply-To: <2006735217@web.de> References: <2006735217@web.de> Message-ID: <68c491a60911250721o30eb6b5apf55ee4b24ad05bc0@mail.gmail.com> 2009/11/25 Kurt Schneider : > Do you know of any package that I can include in my LaTeX files to define > writable parts of the document? There is none that can make Adobe software write PDFs. Best Martin From Susan.Dittmar at gmx.de Wed Nov 25 16:35:04 2009 From: Susan.Dittmar at gmx.de (Susan Dittmar) Date: Wed, 25 Nov 2009 16:35:04 +0100 Subject: [texhax] writeble PDF In-Reply-To: <2006735217@web.de> References: <2006735217@web.de> Message-ID: <20091125153504.GD2805@eureca.de> Dear Kurt, > I'm searching for a way to generate writable PDF files out of LaTeX. I did > a Google search which didn't prove to be rewarding. Most of the links I > found point to Open Office. I did some rudimentary things with the hyperref package and its Form environment. At least that's what the residues indicate -- it's been a while and I do not have the time right now to dig into them. I am sure there are others more experienced with form generation on this list who might have much better advice. But in case no one is willing or able to give you hints, feel free to contact me. I'll then invest the time to dig up the scraps I found. Hope that helps, Susan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From vivrii at gmail.com Wed Nov 25 16:45:55 2009 From: vivrii at gmail.com (Victor Ivrii) Date: Wed, 25 Nov 2009 10:45:55 -0500 Subject: [texhax] writeble PDF In-Reply-To: <20091125153504.GD2805@eureca.de> References: <2006735217@web.de> <20091125153504.GD2805@eureca.de> Message-ID: <19af81400911250745q7a8009ccv32cc3bef74ef0e05@mail.gmail.com> On Wed, Nov 25, 2009 at 10:35 AM, Susan Dittmar wrote: > Dear Kurt, > >> I'm searching for a way to generate writable PDF files out of LaTeX. I did >> a Google search which didn't prove to be rewarding. Most of the links I >> found point to Open Office. > One can create fillable forms and comments with different packages like hyperref or cooltooltip packages but one cannot save them with Adobe Reader. Adobe Acrobat can edit to a certain degree pdf files (unless protected) and save them and enable editing in AR. AFAIK no third party application can enable editing in AR - there was some hack but AFAIK Adobe changed format and simultaneously dropped a ton of bricks on the author' head Some other programs can edit pdf files (again to a certain degree) and some of them do not honor protection. HTH - if I understand your question correctly Victor -- ======================== Victor Ivrii, Professor, Department of Mathematics, University of Toronto http://www.math.toronto.edu/ivrii From hh-brasil at bol.com.br Fri Nov 27 00:15:30 2009 From: hh-brasil at bol.com.br (hh) Date: Thu, 26 Nov 2009 20:15:30 -0300 Subject: [texhax] writeble PDF In-Reply-To: References: Message-ID: <4B0EE1E2.22139.2E6F92@hh-brasil.bol.com.br> I'm not working with the last edition of Acrobat Pro, only with 7.0. First I made the normal LaTex run, then dvi-->PS and PS-->PDF. The "Reader" is of course the latest version. With Acrobat Pro you can then edit your entries to a degree (search for "typewriter", the biggest problem might be or the font). There is also the possibility (in Acrobat Pro) to make the PDF-files editable in Acrobat Reader (you see then the typewriter above your "Reader" file). I never tried it exhaustingly - especially not with files procuced by LaTeX, so my experience is definitly somewhat limited. hh From: texhax-request at tug.org Subject: texhax Digest, Vol 2009, Issue 468 To: texhax at tug.org Send reply to: texhax at tug.org Date sent: Thu, 26 Nov 2009 12:00:02 +0100 > Dear colleagues, > > I'm searching for a way to generate writable PDF files out of LaTeX. I > did > a Google search which didn't prove to be rewarding. Most of the links I > found point to Open Office. > > However, I'm building huge lists and tables by converting data that have > been collected via form entries in XHTML pages by processing them with > Perl, thereby generating TeX-Output. Every necessity to handle the > resul- > ting files interactively is not welcome - or, due to the number of files, > simply > not feasible, for that matter. From vivrii at gmail.com Fri Nov 27 10:39:03 2009 From: vivrii at gmail.com (Victor Ivrii) Date: Fri, 27 Nov 2009 04:39:03 -0500 Subject: [texhax] Bug in v6.79h? Message-ID: <19af81400911270139r94f05c7k129ce6c3447e761@mail.gmail.com> Dear Heiko, It looks like there is a bug in hyperref (bundle) v6.79h which "does not like" \section*, \subsection*, etc commands >From log with (/usr/local/texlive/2009/texmf-dist/tex/latex/hyperref/hyperref.sty Package: hyperref 2009/11/25 v6.79h Hypertext links for LaTeX ..... {/usr/local/texlive/2009/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]) ! Incomplete \iffalse; all text was ignored after line 33. \fi l.138 \include{Ch15/book15} %%%%% Line 33 on book15 is EXACTLY \subsubsection* (but \section* ... return the same while non-starred versions work Downgrading to 6.79g solves the problem -- PS copy this to texlive as hyperref 6.79h is this night upgrade Victor From vivrii at gmail.com Fri Nov 27 11:57:13 2009 From: vivrii at gmail.com (Victor Ivrii) Date: Fri, 27 Nov 2009 05:57:13 -0500 Subject: [texhax] [tex-live] Bug in v6.79h? In-Reply-To: <20091127094414.GA3087@irwin.vpn.uni-freiburg.de> References: <19af81400911270139r94f05c7k129ce6c3447e761@mail.gmail.com> <20091127094414.GA3087@irwin.vpn.uni-freiburg.de> Message-ID: <19af81400911270257s56563048g3a90804822bbbdf1@mail.gmail.com> It collides with memoir now - with article it is fine \documentclass{memoir} \usepackage{hyperref} \begin{document} \subsection*{J} \end{document} -- Victor From daleif at imf.au.dk Fri Nov 27 12:20:57 2009 From: daleif at imf.au.dk (daleif) Date: Fri, 27 Nov 2009 12:20:57 +0100 Subject: [texhax] [tex-live] Bug in v6.79h? In-Reply-To: <19af81400911270257s56563048g3a90804822bbbdf1@mail.gmail.com> References: <19af81400911270139r94f05c7k129ce6c3447e761@mail.gmail.com> <20091127094414.GA3087@irwin.vpn.uni-freiburg.de> <19af81400911270257s56563048g3a90804822bbbdf1@mail.gmail.com> Message-ID: <4B0FB619.1080607@imf.au.dk> Victor Ivrii wrote: > It collides with memoir now - with article it is fine > > \documentclass{memoir} > \usepackage{hyperref} > \begin{document} > \subsection*{J} > \end{document} it works fine with version 6.79g as you mentioned. Memoir uses memhfixc, so the problem might be there. I cannot test right now as my normal system has lost its connection out. Heiko can you provide any information as to what have changed? /daleif From whenharry_metsally at yahoo.com Mon Nov 30 22:57:52 2009 From: whenharry_metsally at yahoo.com (when harry met sally) Date: Mon, 30 Nov 2009 13:57:52 -0800 (PST) Subject: [texhax] Printing address on envelope Message-ID: <678441.92519.qm@web63006.mail.re1.yahoo.com> Hi, I have an already-folded envelope with my work address on it. I want to print the address of the addressee on the envelope. Is that possible? I guess my question is more a printing question than a latex question, though I would need a latex file to create the ps file to be printed on the envelope. I am on a linux machine. Thanks, Sally -------------- next part -------------- An HTML attachment was scrubbed... URL: