From MacOSX-TeX@email.esm.psu.edu Thu Nov  7 21:39:05 2002
Received: from engrmail2.engr.psu.edu ([130.203.201.8]) by engrmail1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Thu, 7 Nov 2002 20:02:00 -0500
Received: from email.esm.psu.edu ([130.203.247.204]) by engrmail2.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Thu, 7 Nov 2002 20:01:59 -0500
Date: Thu, 7 Nov 2002 20:00:01 -0500
Subject: MacOSX-TeX Digest #476 - 11/07/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: 08 Nov 2002 01:01:59.0373 (UTC) FILETIME=[70C807D0:01C286C2]

MacOSX-TeX Digest #476 - Thursday, November 7, 2002

  Re: TeX4ht i-Package available. Was: [OS X TeX] Install t4ht without Fink
          by "Jeff Collins" 
  Re: [OS X TeX] Diacritic accents directly in source file
          by "Luis Sequeira" 
  Re: [OS X TeX] Diacritic accents directly in source file
          by "Bruno Voisin" 
  Pdf security settings
          by "Ignacio Romero" 
  Re: [OS X TeX] Pdf security settings
          by "Adrian Heathcote" 
  Re: [OS X TeX] Diacritic accents directly in source file
          by "Cyril Niklaus" 
  OT: Licensing free software (i-Installer)
          by "Gerben Wierda" 
  Re: [OS X TeX] Diacritic accents directly in source file
          by "J=E9r=F4me Laurens" 
  Re: [OS X TeX] OT: Licensing free software (i-Installer)
          by "Johann Beda" 
  Re: [OS X TeX] OT: Licensing free software (i-Installer)
          by "Gerben Wierda" 
  Red-colored number? (pdfscreen & lastpage)
          by "Troy Goodson" 
  TeXShop and problem with HFS hard links
          by "Troy Goodson" 
  Landscape mode in TeXShop
          by "Richard Hazeltine" 
  Re: [OS X TeX] Landscape mode in TeXShop
          by "Ross Moore" 
  Re: [OS X TeX] Landscape mode in TeXShop
          by "Richard Hazeltine" 
  Re: [OS X TeX] Landscape mode in TeXShop
          by "Ross Moore" 
  Re: [OS X TeX] Landscape mode in TeXShop
          by "Richard Hazeltine" 


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

Subject: Re: TeX4ht i-Package available. Was: [OS X TeX] Install t4ht without Fink?
From: "Jeff Collins" 
Date: Thu, 7 Nov 2002 00:48:14 -0500

>There is a TeX4ht i-Package available. 
>URL for i-Installer's New Menu item: 
>http://tug.org/i-packages/tex4ht.ii2

Thank you!
Jeff


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

Subject: Re: [OS X TeX] Diacritic accents directly in source file
From: "Luis Sequeira" 
Date: Thu, 7 Nov 2002 10:02:31 +0000

>	Thanks for the very useful reply Bruno, the 
>[applemac]{inputenc} option/package did the trick. It alone, without 
>the need for the {isolatin1} package nor the [latin1] option, gives 
>me properly accented letter cases in the output file when I type 
>them "normally" in the source file. The only thing that concerns me 
>about this solution is the eventual portability of such file to 
>other platforms. I'm afraid that the file might choke when processed 
>by LaTeX in, say, x86 Linux. I guess that to get everything 
>straight, properly accented letter cases and portability, I'd have 
>to play with the packages/option and the file encoding upon saving 
>it, but the fast approaching deadline I have to deliver this 
>document prohibits me from playing with this any further. But, 
>pretty please, if any one has already figured this out then I do not 
>mind in any way listening to the answer to my question!
>
>	Thanks again for the reply Bruno, you just saved me quite 
>some time (don't ask me to pay you because I'm quite broke for the 
>time being :-) !!).
>
>	My warm regards to all,...
>


I think it is likely that if you use

\usepackage[applemac]{inputenc}

then your file will not look well if viewed in another operating 
system but *should* typeset just fine.

I cannot guarantee it, because I only use macs. I do know that it 
works the other way around: I have received files with accented 
characters that came from a windows machine and used inputenc (with 
the appropriate option for windows, I don't remember what that is). 
They looked ugly in the editor (had =CC instead of =EA, etc.) but the 
typeset result was correct. That is how things ought to work too, but 
hey, this is a mac :-).

Luis

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

Subject: Re: [OS X TeX] Diacritic accents directly in source file
From: "Bruno Voisin" 
Date: Thu, 7 Nov 2002 11:31:41 +0100

Le jeudi, 7 nov 2002, =E0 11:02 Europe/Paris, Luis Sequeira a =E9crit :

> I think it is likely that if you use
>
> \usepackage[applemac]{inputenc}
>
> then your file will not look well if viewed in another operating
> system but *should* typeset just fine.
>
> I cannot guarantee it, because I only use macs. I do know that it
> works the other way around: I have received files with accented
> characters that came from a windows machine and used inputenc (with
> the appropriate option for windows, I don't remember what that is).
> They looked ugly in the editor (had =CC instead of =EA, etc.) but the
> typeset result was correct. That is how things ought to work too, but
> hey, this is a mac :-).

I thought about two possible solutions, but I don't really have the=20
time to test them (since the HP workstations where I have an account=20
and the Mac I am using are in two different buildings of my research=20
institute):

- If you do file transfers with Fetch, it has an option "Iso=20
translation" which should perform all the necessary translations.

- In TextEdit or TeXShop you can specify the encoding to use, Iso Latin=20=

for Windows and Mac OS Roman for Mac. This cannot though convert=20
already existing accented letters in your file, you need to specify the=20=

encoding before typing them. In this respect TextEdit is more=20
sophisticated than TeXShop, since you can specify two different=20
encodings, one for opening files and the other for saving them.

If only Unicode could soon become the universal standard it's aimed at.

Bruno Voisin=


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

Subject: Pdf security settings
From: "Ignacio Romero" 
Date: Thu, 7 Nov 2002 12:01:24 +0100

Hi,

Does anybody know how to control the security settings of a pdf file from 
pdftex? What I would like to do is to produce a pdf file that cannot be 
modified afterwards. I know this can be done with Adobe Acrobat but I 
would like to do it directly from pdftex or, as a second option, with some =

kind of (free) postprocessing.

Thanks

Ignacio


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

Subject: Re: [OS X TeX] Pdf security settings
From: "Adrian Heathcote" 
Date: Thu, 7 Nov 2002 22:12:54 +1100

On CTAN there is a package called pdfcrypt. It has settings that allow 
security to be set. (However that is as much as I know, as I've had no 
call to use it myself.)

HTH

Adrian Heathcote


On Thursday, November 7, 2002, at 10:01  PM, Ignacio Romero wrote:

> Hi,
>
> Does anybody know how to control the security settings of a pdf file 
> from pdftex? What I would like to do is to produce a pdf file that 
> cannot be modified afterwards. I know this can be done with Adobe 
> Acrobat but I would like to do it directly from pdftex or, as a second 
> option, with some kind of (free) postprocessing.
>
> Thanks
>
> Ignacio
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>


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

Subject: Re: [OS X TeX] Diacritic accents directly in source file
From: "Cyril Niklaus" 
Date: Thu, 7 Nov 2002 21:11:56 +0900


On Jeudi, novembre 7, 2002, at 07:02 PM, Luis Sequeira wrote:
> I think it is likely that if you use
> \usepackage[applemac]{inputenc}
> then your file will not look well if viewed in another operating
> system but *should* typeset just fine.
Yes indeed it will, but should you need to edit it, you're stuck.=20
That's why William Adams' suggestion to use UTF8 is *the* solution to=20
this particular problem. Your files are then readable, editable on any=20=

machine (but here comes the trick) provided its system understands=20
Unicode (all modern systems do), and you have a unicode-aware editor=20
(on the mac you can use iMacTeX, using this as a first line to your=20
files to indicate the file encoding: "%!iTeXMac(charset): UTF-8",=20
without the quotes). I personally use emacs since tools I need exist=20
for it.

To use Unicode, you then will need to use Omega (included in the LaTeX=20=

distributions), instead of LaTeX to typeset. The main problem of Omega=20=

is its lack of documentation, so I can't help you much more=20
unfortunately. I found the extensions I needed to use it, and my set-up=20=

works. I don't have the time now to dwell in it unfortunately and since=20=

I got it to work...

Here's a  document in transcribed Sanskrit (an example I've already=20
used on another list, I know; I'm partial to this book I guess ;) to=20
give you an idea:

%!iTeXMac(charset): UTF-8
\documentclass[12pt,a4paper]{article}
\usepackage{t1enc,skt-rm}
\begin{document}
Voil=C3=A0 un example tir=C3=A9 du K=C4=81mas=C5=ABtra:\\
"=C5=9Ba=C5=9Bo v=E1=B9=9B=E1=B9=A3o '=C5=9Bva iti li=E1=B9=85gato =
n=C4=81yaka-vi=C5=9Be=E1=B9=A3=C4=81=E1=B8=A5 n=C4=81yik=C4=81 punar =
m=E1=B9=9Bg=C4=AB ba=E1=B8=8Dav=C4=81=20
hastin=C4=AB ceti |" \\
K=C4=81mas=C5=ABtra 2.1.1
\end{document}

instead of having to type this :

\documentclass[12pt,a4paper]{article}
\usepackage{t1enc} %  used for the danda | a punctation mark.
\begin{document}
voil\`{a} un example tir\'{e} du K\=3D{a}mas\=3D{u}tra: \\
``\'{s}a\'{s}o v\d{r}\d{s}o '\'{s}va iti li\.{n}gato=20
n\=3D{a}yakavi\'{s}e\d{s}\=3D{a}\d{h} n\=3D{a}yik\=3D{a} punar =
m\d{r}g\=3D{\i}=20
ba\d{d}av\=3D{a} hastin\=3D{\i} ceti |'' \\
K\=3D{a}mas\=3D{u}tra 2.1.1
\end{document}

all the time, rendering source files hard to read.
The utf package I use is from here (it works fine for normal European=20
accentuated letters too)
, and you don't=20
need to install the fonts. Just drop as is in your local texmf tree,=20
run texhash, and go.

Good luck
Cyril=


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

Subject: OT: Licensing free software (i-Installer)
From: "Gerben Wierda" 
Date: Thu, 7 Nov 2002 13:50:11 +0100

As you might know, I will release the source code for i-Installer. I 
have to decide on the license style. I think my options are either BSD 
or GPL. This might open a can of worms, but I'd like to ask experts 
that roam in this civilized community what their opinion is on the 
choice before me.

(The same will hold for the packages)

G


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

Subject: Re: [OS X TeX] Diacritic accents directly in source file
From: "J=E9r=F4me Laurens" 
Date: Thu, 7 Nov 2002 14:10:48 +0100


Le mercredi, 6 nov 2002, =E0 19:57 Europe/Zurich, Juan Manuel Palacios a=20=

=E9crit :

>
> 	Hello fellow listers, what I have here is a TeX related =
question,=20
> oriented (but not exclusively) to those who use more than just english=20=

> in their texts. I am looking for a way to make my life easy when I=20
> type input text in a spanish LaTeX source file, as I have to write=20
> many words with accents. Given my limited TeX knowledge the only way I=20=

> can achieve a nicely looking accented letter like =E9 in the output is=20=

> by typing \'e in the source code but, as any one who uses romance=20
> languages surely knows, this becomes a major nuisance fast. What I=20
> would like to do is to be able to just type =E9 in the source file in=20=

> order to get the proper accented letter in the output, but all the=20
> methods I've tried so far leave me with no positive results. In the=20
> preamble of my file I have:
>
> \usepackage[T1]{fontenc}
> \usepackage[spanish]{babel}
> \usepackage{isolatin1}
> \usepackage{indentfirst}
> \usepackage{amsmath}
>


somehow, you MUST tell your text editor that you are entering text in=20
isolatin1.=


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

Subject: Re: [OS X TeX] OT: Licensing free software (i-Installer)
From: "Johann Beda" 
Date: Thu, 7 Nov 2002 11:36:59 -0500

	Personally I like all of the political aspects of the GPL, but if
you intent is to foster the widest possible adoption and uptake of the
technology, a BSD license might have some merit.

	In the case of the packages - you might have some problems.  If any
of the packages you distribute are GPL, then technically you should also =
be
making available the raw source code for them.  I do not really know the
details of the iInstaller system, but if the packages are being modified =
in
any way to make them work with the iInstaller, those modifications and the
iInstaller itself might be subject to whatever the license of the package
is.

	Given my perception of the scope of your project and the likely
users of your software (and my own personal bias) I would vote for GPL,
with perhaps a note explaining that people should contact the author if
they need access to the source under a different license (maybe you can
sell a license to Apple for big bucks?)

	Or another idea is to have people vote with their donation monies -
the biggest total donation after a set period would decide the license.


-- 
* Useful comment?  Send me 0.02  *
* johann beda         *

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

Subject: Re: [OS X TeX] OT: Licensing free software (i-Installer)
From: "Gerben Wierda" 
Date: Thu, 7 Nov 2002 18:03:05 +0100

On Thursday, Nov 7, 2002, at 17:36 Europe/Amsterdam, Johann Beda wrote:

> 	Given my perception of the scope of your project and the likely
> users of your software (and my own personal bias) I would vote for GPL,
> with perhaps a note explaining that people should contact the author if
> they need access to the source under a different license

The packages 'are' source, except for the archive which is a 
repackaging of someone else's work, which will fall under any original 
license. i-Installer v2 will also be free and open source. If I get 
legal complaints about me distributing something, I will just stop 
distributing it.

> (maybe you can
> sell a license to Apple for big bucks?)

Fat chance... Maybe when I return form vacation I'll find a 
complimentary copy of DVD Studio Pro and Final Cut Pro on my doormat so 
that I can make *really* professional movies about our 2-year old 
daughter...

> 	Or another idea is to have people vote with their donation monies -
> the biggest total donation after a set period would decide the license.

Excellent idea! ;-)

There is a donations link on my web site: http://www.rna.nl/tex.html 
... Cost still exceeds donations by an order of magintude if not more. 
Let's see what I discover when I return from our vacation ;-)

G

(La Palma, here we come! Any user there of my distribution there, may 
buy us a glass of wine.)


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

Subject: Red-colored number? (pdfscreen & lastpage)
From: "Troy Goodson" 
Date: Thu, 7 Nov 2002 11:03:05 -0800

I noticed that when I use pdfscreen and lastpage together, I get a 
red-colored number.  I see the red number in both Preview and Adobe 
Acrobat Reader 5.1
If I take pdfscreen out, the number turns black, as I expected it to be 
in the first place.  Any ideas?

% this gives me the red number
\documentclass{article}
\usepackage[screen,nopanel]{pdfscreen}
\usepackage{lastpage}
\begin{document}
\begin{slide}
      \pageref{LastPage}
\end{slide}
\end{document}

% this gives me the black number
\documentclass{article}
\usepackage{lastpage}
\begin{document}
      \pageref{LastPage}
\end{document}

I'm using TeXShop on Mac OS X 10.2.1
I'm using pdftex
This is pdfTeX, Version 3.14159-1.00b-pretest-20020211 (Web2C 7.3.7x)
Installed from Gerben Wierda's installer for Mac OS X.


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

Subject: TeXShop and problem with HFS hard links
From: "Troy Goodson" 
Date: Thu, 7 Nov 2002 11:59:58 -0800

If I hard link a TeX source file that working on (in Terminal, "ln 
source.tex link.tex"), then TeXShop claims that it can't save the file!

An interesting side-note, TextEdit will destroy the hard link between 
source.tex and link.tex!

BBedit works as expected (changes to link.tex show up in source.tex and 
vice versa)

Troy.


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

Subject: Landscape mode in TeXShop
From: "Richard Hazeltine" 
Date: Thu, 7 Nov 2002 17:04:05 -0600

I am unable to view the typeset pdf image of my LaTeX file on the 
screen in landscape mode.  I have done the obvious things with the 
preamble and Page Set up.  The portrait view cannot show the entire 
document.

ITM has a menu item for viewing in landscape mode.  Is this not 
possible in TeXShop?
--
Richard Hazeltine
Austin, Texas


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

Subject: Re: [OS X TeX] Landscape mode in TeXShop
From: "Ross Moore" 
Date: Fri, 8 Nov 2002 10:11:36 +1100 (EST)

> I am unable to view the typeset pdf image of my LaTeX file on the 
> screen in landscape mode.  I have done the obvious things with the 
> preamble and Page Set up.  The portrait view cannot show the entire 
> document.
> 
> ITM has a menu item for viewing in landscape mode.  Is this not 
> possible in TeXShop?

\usepackage{hyperref}

fixes his automatically, with many document-classes.

	
	Ross

> --
> Richard Hazeltine
> Austin, Texas
> 
> 
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
> 


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

Subject: Re: [OS X TeX] Landscape mode in TeXShop
From: "Richard Hazeltine" 
Date: Thu, 7 Nov 2002 17:39:11 -0600

I must be missing something.  On my Mac the pdf of the following 
document displays only in Portrait mode, independently of Page Setup, 
when I use TeXShop:

\documentclass{slides}
\usepackage[pdftex]{graphicx}
\usepackage{hyperref}
\textwidth =3D 8.5 in
\textheight =3D 6.5 in
\pagestyle{empty}
\begin{document}
\begin{center}
{\bf Plasma transport}
\end{center}
\end{document}


On Thursday, November 7, 2002, at 05:11  PM, Ross Moore wrote:

>> I am unable to view the typeset pdf image of my LaTeX file on the
>> screen in landscape mode.  I have done the obvious things with the
>> preamble and Page Set up.  The portrait view cannot show the entire
>> document.
>>
>> ITM has a menu item for viewing in landscape mode.  Is this not
>> possible in TeXShop?
>
> \usepackage{hyperref}
>
> fixes his automatically, with many document-classes.
>
> 	
> 	Ross
>
>> --
>> Richard Hazeltine
>> Austin, Texas
>>
>>
>> -----------------------------------------------------
>> Mac TeX info, resources, and news can be found at:
>> 
>> -----------------------------------------------------
>> List archives can be found at:
>> 
>> -----------------------------------------------------
>> See message headers for list info.
>> -----------------------------------------------------
>>
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
>
--
Richard Hazeltine
Austin, Texas


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

Subject: Re: [OS X TeX] Landscape mode in TeXShop
From: "Ross Moore" 
Date: Fri, 8 Nov 2002 10:51:32 +1100 (EST)

> I must be missing something.  On my Mac the pdf of the following 
> document displays only in Portrait mode, independently of Page Setup, 
> when I use TeXShop:
> 
> \documentclass{slides}

\documentclass[landscape]{slides}
              ^^^^^^^^^^^ ------   works fine for me,
with or without loading  hyperref .

> \usepackage[pdftex]{graphicx}
> \usepackage{hyperref}
> \textwidth =3D 8.5 in
> \textheight =3D 6.5 in

> \pagestyle{empty}
> \begin{document}
> \begin{center}
> {\bf Plasma transport}
> \end{center}
> \end{document}
> 

Hope this helps,

	Ross
 

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

Subject: Re: [OS X TeX] Landscape mode in TeXShop
From: "Richard Hazeltine" 
Date: Thu, 7 Nov 2002 18:00:01 -0600

Yep, works perfectly (I should have known).  Thanks very much, Ross.


On Thursday, November 7, 2002, at 05:51  PM, Ross Moore wrote:

>> I must be missing something.  On my Mac the pdf of the following
>> document displays only in Portrait mode, independently of Page Setup,
>> when I use TeXShop:
>>
>> \documentclass{slides}
>
> \documentclass[landscape]{slides}
>               ^^^^^^^^^^^ ------   works fine for me,
> with or without loading  hyperref .
>
>> \usepackage[pdftex]{graphicx}
>> \usepackage{hyperref}
>> \textwidth =3D 8.5 in
>> \textheight =3D 6.5 in
>
>> \pagestyle{empty}
>> \begin{document}
>> \begin{center}
>> {\bf Plasma transport}
>> \end{center}
>> \end{document}
>>
>
> Hope this helps,
>
> 	Ross
>
>
> -----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
> -----------------------------------------------------
> List archives can be found at:
> 
> -----------------------------------------------------
> See message headers for list info.
> -----------------------------------------------------
>
>
--
Richard Hazeltine
Austin, Texas


----------------------------------------------------------------------
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.
-----------------------------------------------------