From MacOSX-TeX@email.esm.psu.edu Sun Nov 24 20:07:59 2002
Received: from email.esm.psu.edu ([130.203.247.204]) by engrmail1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Sun, 24 Nov 2002 20:04:13 -0500
Date: Sun, 24 Nov 2002 20:00:01 -0500
Subject: MacOSX-TeX Digest #492 - 11/24/02
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: Bulk
List-Software: LetterRip Pro 4.0 by LetterRip Software, LLC.
List-Subscribe: 
List-Digest: 
List-Unsubscribe: 
Return-Path: MacOSX-TeX@email.esm.psu.edu
Message-ID: 
X-OriginalArrivalTime: 25 Nov 2002 01:04:13.0537 (UTC) FILETIME=[91C59510:01C2941E]

MacOSX-TeX Digest #492 - Sunday, November 24, 2002

  Re: [OS X TeX] Re: Dropcaps
          by "Bob Kerstetter" 
  installing .cls and .sty for all users
          by "Stephan Hochhaus" 
  Re: [OS X TeX] installing .cls and .sty for all users
          by "Michael Betsch" 
  Re: [OS X TeX] installing .cls and .sty for all users
          by "Alessandro Languasco" 
  pdfcrypt problem
          by "kp gores" 
  Re: [OS X TeX] pdfcrypt problem
          by "Michel Bovani" 
  Re: [OS X TeX] installing .cls and .sty for all users
          by "Gerben Wierda" 


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

Subject: Re: [OS X TeX] Re: Dropcaps
From: "Bob Kerstetter" 
Date: Sat, 23 Nov 2002 21:16:57 -0600


On Saturday, Nov 23, 2002, at 14:29 US/Central, Dr. John R. Vokey wrote:

> "Bob Kerstetter"  asked:
>
>> Does GW teTeX have a dropcap package?
>>
>> drop.sty, dropcaps.sty, initials.sty do not seem be there.
>
> To get dropcaps, use picinpar (which defines the window environment) 
> as follows:
>
> \begin{window}[0,l,{\yn T},{}]
> \noindent he paragraph with the opening dropcap; note that
> the first letter of the opening word (i.e., the `T' of the `The')  is 
> in the options to {window}.
> The \yn macro was defined as: \font\yn=3Dcmr17 scaled \magstep5
> \end{window}
>
> See ``The \LaTeX Companion'' p. 53 for more information on picinpar.
>

Wow. Cool. This is what I needed. Thank you. 


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

Subject: installing .cls and .sty for all users
From: "Stephan Hochhaus" 
Date: Sun, 24 Nov 2002 12:29:11 +0100

Hi List!

What is the best path to install class and style files to? I am using 
several Mac OS X.2 Macs that have different users each, and all should 
be able to use all classes and styles. Will they be able to use the 
files I install in the ~/Library/texmf folder when I am logged in as an 
admin (not root) user?
Do I have to chmod the folders and files in order to be able to use 
them? I remember reading about something like that, but cannot remember 
where..

I hope this question is not too trivial, but I am really new to all 
this terminal voodoo...

Stephan


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

Subject: Re: [OS X TeX] installing .cls and .sty for all users
From: "Michael Betsch" 
Date: Sun, 24 Nov 2002 17:46:44 +0100

>Hi List!
>
>What is the best path to install class and style files to? I am 
>using several Mac OS X.2 Macs that have different users each, and 
>all should be able to use all classes and styles. Will they be able 
>to use the files I install in the ~/Library/texmf folder when I am 
>logged in as an admin (not root) user?
>Do I have to chmod the folders and files in order to be able to use 
>them? I remember reading about something like that, but cannot 
>remember where..

Assuming you are using G. Wierda's teTeX, then  LaTeX style and class 
files that should be available to all users on this computer go into 
the following directory:
/usr/local/teTeX/share/texmf.local/tex/latex
make some subdirectory there and copy your files into that 
subdirectory (as root or via "sudo"). Then make sure the new files 
are readable by anyone and register the new files by the command 
"sudo texhash".
Making your ~/Library/texmf folder accessible to anyone is no good 
solution because other users would not find them (they would have to 
modify their TeX search paths first).

Michael Betsch

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

Subject: Re: [OS X TeX] installing .cls and .sty for all users
From: "Alessandro Languasco" 
Date: Sun, 24 Nov 2002 18:28:00 +0100

I am not sure but I think that you can put the style files
you wish to share in the

/Library/texmf

folder, i.e., in the not in your Library folder but in the general one
(you find it at the same level of the Application folder).

Bye,
	Alessandro

On Domenica, nov 24, 2002, at 17:46 Europe/Rome, Michael Betsch wrote:

>> Hi List!
>>
>> What is the best path to install class and style files to? I am using 
>> several Mac OS X.2 Macs that have different users each, and all 
>> should be able to use all classes and styles. Will they be able to 
>> use the files I install in the ~/Library/texmf folder when I am 
>> logged in as an admin (not root) user?
>> Do I have to chmod the folders and files in order to be able to use 
>> them? I remember reading about something like that, but cannot 
>> remember where..
>
> Assuming you are using G. Wierda's teTeX, then  LaTeX style and class 
> files that should be available to all users on this computer go into 
> the following directory:
> /usr/local/teTeX/share/texmf.local/tex/latex
> make some subdirectory there and copy your files into that 
> subdirectory (as root or via "sudo"). Then make sure the new files are 
> readable by anyone and register the new files by the command "sudo 
> texhash".
> Making your ~/Library/texmf folder accessible to anyone is no good 
> solution because other users would not find them (they would have to 
> modify their TeX search paths first).
>
> Michael Betsch


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

Subject: pdfcrypt problem
From: "kp gores" 
Date: Sun, 24 Nov 2002 18:32:04 +0100


hi,

I just installed the new teTeX from the image TeX-fat.dmg from today. 
when i try to pdftex a document, i get the error:

!Package pdfcrypt Error: PDF encryption is not supported with this pdfTex


what is wrong here and how can i fix it?
regards
	kp


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

Subject: Re: [OS X TeX] pdfcrypt problem
From: "Michel Bovani" 
Date: Sun, 24 Nov 2002 18:44:13 +0100

Le 24/11/02 18:32, =AB=A0kp gores=A0=BB  a =E9crit=A0:

>=20
> hi,
>=20
> I just installed the new teTeX from the image TeX-fat.dmg from today.
> when i try to pdftex a document, i get the error:
>=20
> !Package pdfcrypt Error: PDF encryption is not supported with this pdfTex
>=20
>=20
> what is wrong here and how can i fix it?

Encryption has been removed from pdftex...

I think there are solutions (apart from acrobat) see pdftex list archives..=
.
--=20
Michel Bovani



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

Subject: Re: [OS X TeX] installing .cls and .sty for all users
From: "Gerben Wierda" 
Date: Mon, 25 Nov 2002 00:26:39 +0100

On Sunday, Nov 24, 2002, at 12:29 Europe/Amsterdam, Stephan Hochhaus 
wrote:

> Do I have to chmod the folders and files in order to be able to use 
> them? I remember reading about something like that, but cannot 
> remember where..

See http://www.rna.nl/tex.html on finding files and what subdirectories 
to use

If you use my distribution of TeXLive/teTeX, install them in 
/Library/teTeX/share/texmf.local/tex. This location is not touched by 
me when stuff is updated. You will need administrator access to install 
them there (logged in as Administrator will be simplest).

After you have installed files, run "texhash" to updat ethe cached 
access listings TeX relies on.

G


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

-----------------------------------------------------
Mac TeX info, resources, and news can be found at:

-----------------------------------------------------
List archives can be found at:

-----------------------------------------------------
See message headers for list info.
-----------------------------------------------------