From MacOSX-TeX@email.esm.psu.edu Tue Jun  7 19:55:19 2005
Received: from engremail2.engr.psu.edu ([130.203.201.116]) by ENGRMAIL1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.6713);
	 Tue, 7 Jun 2005 19:55:19 -0400
Received: from email.esm.psu.edu ([130.203.247.204]) by engremail2.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.6713);
	 Tue, 7 Jun 2005 19:55:17 -0400
Date: Tue, 7 Jun 2005 20:00:13 -0400
Message-ID: <19213.35361@email.esm.psu.edu>
Subject: MacOSX-TeX Digest #1396 - 06/07/05
From: "TeX on Mac OS X Mailing List" 
To: "TeX on Mac OS X Mailing List" 
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-transfer-encoding: quoted-printable
Sender: 
Precedence: List
List-Software: LetterRip Pro 4.05 (0531) by LetterRip Software, LLC.
List-Subscribe: 
List-Digest: 
List-Unsubscribe: 
X-LR-SENT-TO: mail.engr.psu.edu
Return-Path: MacOSX-TeX@email.esm.psu.edu
X-OriginalArrivalTime: 07 Jun 2005 23:55:17.0756 (UTC) FILETIME=[5B2BFBC0:01C56BBC]

MacOSX-TeX Digest #1396 - Tuesday, June 7, 2005

  Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general
          by "Vince McGarry" 

  Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general
          by "Herbert Schulz" 

  Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general
          by "Vince McGarry" 

  Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general
          by "Herbert Schulz" 

  Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general
          by "Herbert Schulz" 

  Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general
          by "Franck Pastor" 

  Re: [OS X TeX] iTeXMac
          by "J=E9r=F4me Laurens" 

  jurabib, full citations in footnotes \& italics in title
          by "Mika Luoma-aho" 

  Re: [OS X TeX] iTeXMac
          by "Adam R. Maxwell" 

  memoir and automatic 'numbering' of annexes
          by "Johan Almqvist" 

  Re: [OS X TeX] memoir and automatic 'numbering' of annexes
          by "Herbert Schulz" 


----------------------------------------------------------------------

Subject: Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general)
From: "Vince McGarry" 
Date: Mon, 6 Jun 2005 20:19:45 -0500

On May 26, 2005, at 8:16 PM, Herbert Schulz wrote:

> \ifnum\@ptsize=3D0\relax
>     \immediate\write\verbatim@out{\string\documentclass{article}}
> \else\ifnum\@ptsize=3D1\relax
>     \immediate\write\verbatim@out{\string\documentclass[11pt] 
> {article}}
> \else
>     \immediate\write\verbatim@out{\string\documentclass[12pt] 
> {article}}
> \fi\fi
>
>

Hi Herb,

Have you implemented this? One of the other issues is the change in  
font to Computer Modern from whatever my declared font is. For much  
of what I write I use mathpazo. With ps4pdf this is not a problem,

Vince

----------------------------------------------------------------------

Subject: Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general)
From: "Herbert Schulz" 
Date: Mon, 6 Jun 2005 20:37:13 -0500


On Jun 6, 2005, at 8:19 PM, Vince McGarry wrote:

> On May 26, 2005, at 8:16 PM, Herbert Schulz wrote:
>
>
>> \ifnum\@ptsize=3D0\relax
>>     \immediate\write\verbatim@out{\string\documentclass{article}}
>> \else\ifnum\@ptsize=3D1\relax
>>     \immediate\write\verbatim@out{\string\documentclass[11pt] 
>> {article}}
>> \else
>>     \immediate\write\verbatim@out{\string\documentclass[12pt] 
>> {article}}
>> \fi\fi
>>
>>
>>
>
> Hi Herb,
>
> Have you implemented this? One of the other issues is the change in  
> font to Computer Modern from whatever my declared font is. For much  
> of what I write I use mathpazo. With ps4pdf this is not a problem,
>
> Vince

Howdy,

No, not yet. But I think you've just given a shove to get started on  
it. It shouldn't be too hard but I'll have to test it out. I know  
that I tend to want text in graphics to be a bit smaller but then  
\small will give a nice relative font.

To use mathpazo in pdftricks graphics you can include a \usepackage 
{mathpazo} within the psinputs environment since that goes into the  
common tmp.inputs file.

Good Luck,

Herb Schulz
(herbs@wideopenwest.com)



----------------------------------------------------------------------

Subject: Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general)
From: "Vince McGarry" 
Date: Mon, 6 Jun 2005 20:40:42 -0500

Just a little nudge---thanks.

Vince

On Jun 6, 2005, at 8:37 PM, Herbert Schulz wrote:

>
> On Jun 6, 2005, at 8:19 PM, Vince McGarry wrote:
>
>
>> On May 26, 2005, at 8:16 PM, Herbert Schulz wrote:
>>
>>
>>
>>> \ifnum\@ptsize=3D0\relax
>>>     \immediate\write\verbatim@out{\string\documentclass{article}}
>>> \else\ifnum\@ptsize=3D1\relax
>>>     \immediate\write\verbatim@out{\string\documentclass[11pt] 
>>> {article}}
>>> \else
>>>     \immediate\write\verbatim@out{\string\documentclass[12pt] 
>>> {article}}
>>> \fi\fi
>>>
>>>
>>>
>>>
>>
>> Hi Herb,
>>
>> Have you implemented this? One of the other issues is the change  
>> in font to Computer Modern from whatever my declared font is. For  
>> much of what I write I use mathpazo. With ps4pdf this is not a  
>> problem,
>>
>> Vince
>>
>
> Howdy,
>
> No, not yet. But I think you've just given a shove to get started  
> on it. It shouldn't be too hard but I'll have to test it out. I  
> know that I tend to want text in graphics to be a bit smaller but  
> then \small will give a nice relative font.
>
> To use mathpazo in pdftricks graphics you can include a \usepackage 
> {mathpazo} within the psinputs environment since that goes into the  
> common tmp.inputs file.
>
> Good Luck,
>
> Herb Schulz
> (herbs@wideopenwest.com)
>
>
> --------------------- Info ---------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>           & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Post: 
>
>
>


----------------------------------------------------------------------

Subject: Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general)
From: "Herbert Schulz" 
Date: Mon, 6 Jun 2005 21:27:28 -0500


On Jun 6, 2005, at 8:40 PM, Vince McGarry wrote:

> Just a little nudge---thanks.
>
> Vince
>
>

Howdy,

Now, that didn't take too long, did it?

A version of pdftricks.sty that will follow the font size in the  
document class (as long as it's 10, 11 or 12 point - anything else,  
e.g., 14 point in the memoir class, will default to 10 point for now)  
as the figure font size. This seems to work fine.

A couple of notes:

1)If you want a font in the figures beside the default, Computer  
Modern, include the proper package in the psinputs environment as  
well as in your document. This will then be input into each of the  
pstricks figure files as they are processed.

2)If you prefer a smaller or larger font size for your figures  
include a LaTeX relative size indicator in the psinputs environment;  
e.g., \small.

Good Luck,

Herb Schulz
(herbs@wideopenwest.com)



----------------------------------------------------------------------

Subject: Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general)
From: "Herbert Schulz" 
Date: Mon, 6 Jun 2005 21:30:42 -0500


On Jun 6, 2005, at 9:27 PM, Herbert Schulz wrote:

>
> A version of pdftricks.sty that will follow the font size in the  
> document class (as long as it's 10, 11 or 12 point - anything else,  
> e.g., 14 point in the memoir class, will default to 10 point for  
> now) as the figure font size. This seems to work fine.
>
>

Howdy,

Ooops... I forgot to mention that you can get the latest adapted  
pdftricks package (along with a Dropscript and shell script for  
processing figure files produced by pdftricks) as NewPdftricks.zip at  
my download site, .

Sorry for the extra noise.

Good Luck,

Herb Schulz
(herbs@wideopenwest.com)



----------------------------------------------------------------------

Subject: Re: [OS X TeX] A suggestion for NewPdftricks (or for pdftricks in general)
From: "Franck Pastor" 
Date: Tue, 7 Jun 2005 07:10:37 +0200


Le 07-juin-05, =E0 04:30, Herbert Schulz a =E9crit :

>
> On Jun 6, 2005, at 9:27 PM, Herbert Schulz wrote:
>
>>
>> A version of pdftricks.sty that will follow the font size in the=20
>> document class (as long as it's 10, 11 or 12 point - anything else,=20=

>> e.g., 14 point in the memoir class, will default to 10 point for now)=20=

>> as the figure font size. This seems to work fine.
>>
>>
>
> Howdy,
>
> Ooops... I forgot to mention that you can get the latest adapted=20
> pdftricks package (along with a Dropscript and shell script for=20
> processing figure files produced by pdftricks) as NewPdftricks.zip at=20=

> my download site, .
>
> Sorry for the extra noise.
>
> Good Luck,
>
> Herb Schulz
> (herbs@wideopenwest.com)

It works perfectly on all my 12pt-documents document that use pdftricks=20=

:-))

Thanks again !

Franck Pastor


----------------------------------------------------------------------

Subject: Re: [OS X TeX] iTeXMac
From: "J=E9r=F4me Laurens" 
Date: Tue, 7 Jun 2005 11:23:04 +0200


Le 6 juin 05, =E0 17:12, Simon Spiegel a =E9crit :

>
> On 06.06.2005, at 17:01, Riboni Enrico wrote:
>
>> For information:
>>
>> I just saw on Macupdate that there is a new iTeXMac beta releaste,=20
>> Tiger compatible, for those interested.
>>
>
> It's actually not Tiger compatible but requires Tiger. Just a warning:=20=

> The release not clearly state that this a beta and only recommended=20
> for the brave ones. I did a little test and imported my PhD project, I=20=

> wasn't even able to typeset it. Don't know if the problem was on my=20
> side or if my project is just too complex to have it easily imported.
>
> Anyway, good to see that ITM is also progressing, I'm very curious=20
> about further developments.

Actually iTM2 is not a beta not even an alpha, it is a just  a public=20
preview

However, I do need some feedback!

>
> simon
>
> --
> Simon Spiegel
> Mutschellenstr. 97
> 8038 Z=FCrich
>
> Telephon: ++41 43 535 81 71
> Mobophon: ++41 76 459 60 39
>
> http://www.simifilm.ch
>
> "I have never been certain that the moral of the Icarus myth is, as is=20=

> generally accepted, 'don't fly too high', or whether it might also be=20=

> thought of as: 'forget about the wax and feathers, and do a better job=20=

> on the wings." Stanley Kubrick
>
> --------------------- Info ---------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>           & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Post: 
>
>


----------------------------------------------------------------------

Subject: jurabib, full citations in footnotes \& italics in title
From: "Mika Luoma-aho" 
Date: Tue, 7 Jun 2005 16:44:17 +0300

Dear All,

I have a very specific problem. I am writing an article with full  
citations in footnotes, with the following in my preamble:

\usepackage{jurabib}
\jurabibsetup{super,citefull=3Dfirst,ibidem=3D 
{name,name&title},lookat,see,authorformat=3D 
{and,citationreversed},titleformat=3D{italic,commasep}}

Now the way I see it, citations in footnotes should have their titles  
italicised with {titleformat=3Ditalic}. This works flawlessly with  
@Book-entries, but for instance with @Incollection or @Article  
entries nothing gets italicised?? If the booktitle or journal was  
italicised with these that would be fine, and if the title of  
incollection or article was in quotes that would be even better.

Anyone have a clue?

Cheers,

M.

----------------------------------------------------------------------

Subject: Re: [OS X TeX] iTeXMac
From: "Adam R. Maxwell" 
Date: Tue, 7 Jun 2005 07:08:11 -0700


On Jun 7, 2005, at 02:23, J=E9r=F4me Laurens wrote:

>
> Le 6 juin 05, =E0 17:12, Simon Spiegel a =E9crit :
>
>
>>
>> On 06.06.2005, at 17:01, Riboni Enrico wrote:
>>
>>
>>> For information:
>>>
>>> I just saw on Macupdate that there is a new iTeXMac beta =20
>>> releaste, Tiger compatible, for those interested.
>>>
>>>
>>
>> It's actually not Tiger compatible but requires Tiger. Just a =20
>> warning: The release not clearly state that this a beta and only =20
>> recommended for the brave ones. I did a little test and imported =20
>> my PhD project, I wasn't even able to typeset it. Don't know if =20
>> the problem was on my side or if my project is just too complex to =20=

>> have it easily imported.
>>
>> Anyway, good to see that ITM is also progressing, I'm very curious =20=

>> about further developments.
>>
>
> Actually iTM2 is not a beta not even an alpha, it is a just  a =20
> public preview
>
> However, I do need some feedback!

I like the direction it's going!  However, compiling did not work for =20=

me unless I defined my own script; I get this error from the project =20
otherwise, using the base script and a default .texd document based =20
on the LaTeX template:

Could not manage the extension tex.
iTM_Compile_EnginePath is: {}

At least it's finding the script in the bundle, but I haven't tried =20
to debug it yet (I'm using gwTeX).  Defining my own latex script as

pdflatex ${TWSMaster}

fixed that problem.  Synchronization source<->pdf isn't working for =20
me, either; let me know if you need console output or something.

I have some weird messages about not having permission to save the =20
document, also, after modifying from the default template.

thanks,
Adam=

----------------------------------------------------------------------

Subject: memoir and automatic 'numbering' of annexes
From: "Johan Almqvist" 
Date: Tue, 7 Jun 2005 19:33:08 +0200

Hi!

I wonder if there is a way to get automatic numbering/"lettering" of  
annexes with the memoir class? I.e. I want the 'chapter heading' for  
each annex to say:

Annex A

Bla bla

-- new page ---

Annex B

Something else


And ideally I'd get the right references using \label and \ref  
also... and have the table of context as "Annex A: Bla bla" or "Annex  
A---Bla bla"

-Johan
-- 
Johan Almqvist
johan@almqvist.net



----------------------------------------------------------------------

Subject: Re: [OS X TeX] memoir and automatic 'numbering' of annexes
From: "Herbert Schulz" 
Date: Tue, 7 Jun 2005 13:55:11 -0500


On Jun 7, 2005, at 12:33 PM, Johan Almqvist wrote:

> Hi!
>
> I wonder if there is a way to get automatic numbering/"lettering"  
> of annexes with the memoir class? I.e. I want the 'chapter heading'  
> for each annex to say:
>
> Annex A
>
> Bla bla
>
> -- new page ---
>
> Annex B
>
> Something else
>
>
> And ideally I'd get the right references using \label and \ref  
> also... and have the table of context as "Annex A: Bla bla" or  
> "Annex A---Bla bla"
>
> -Johan
> -- 
> Johan Almqvist
> johan@almqvist.net

Howdy,

Try \appendix just before you want the appendices and then \chapter  
should give ``Numbered Appendices'' You might have to change  
\appendixname to agree with your Annex. There are other things you  
can do but try this first.

Hope that helps. Look at the memoir manual; it makes for excellent  
reading.

Good Luck,

Herb Schulz
(herbs@wideopenwest.com)



----------------------------------------------------------------------
End of MacOSX-TeX Digest

--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
           & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: