From MacOSX-TeX@email.esm.psu.edu Mon Oct 28 20:00:55 2002
Received: from engremail.engr.psu.edu ([130.203.201.4]) by engrmail1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Mon, 28 Oct 2002 20:00:52 -0500
Received: from email.esm.psu.edu ([130.203.247.204]) by engremail.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.5329);
	 Mon, 28 Oct 2002 20:00:52 -0500
Date: Mon, 28 Oct 2002 20:00:01 -0500
Subject: MacOSX-TeX Digest #468 - 10/28/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 3.0.7 by Fog City Software, Inc.
List-Subscribe: 
List-Digest: 
List-Unsubscribe: 
Return-Path: MacOSX-TeX@email.esm.psu.edu
Message-ID: 
X-OriginalArrivalTime: 29 Oct 2002 01:00:52.0141 (UTC) FILETIME=[A093BDD0:01C27EE6]

MacOSX-TeX Digest #468 - Monday, October 28, 2002

  [OT]Changing line width within the text
          by "Serge Cohen" 
  [OT]Changing line width within the text
          by "Serge Cohen" 
  Re: [OS X TeX] [OT]Changing line width within the text
          by "Michel Bovani" 
  Re: [OS X TeX] installing TeX-Fat.dmg
          by "Johann Beda" 
  Re: [OS X TeX] installing TeX-Fat.dmg
          by "Gerben Wierda" 
  Old-style i-Installer packages have been redrawn
          by "Gerben Wierda" 
  Re: [OS X TeX] installing TeX-Fat.dmg
          by "Michael Murray" 
  Re: [OS X TeX] installing TeX-Fat.dmg
          by "Tim Lighthiser" 
  Re: [OS X TeX] installing TeX-Fat.dmg: BSD subsystem
          by "Gerben Wierda" 


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

Subject: [OT]Changing line width within the text
From: "Serge Cohen" 
Date: Mon, 28 Oct 2002 11:25:40 +0100

Hi there,

This is kind of an off-topic question because it's not a Mac specific 
question. Still if anyone has an answer, please tell me (I'm in a hurry 
to hand out the doc I'm having trouble with)!!!

I have to put a one page summary at the end (very last page) of a BOOK 
document. This summary should be able to take more width than on usual 
pages...

So far I managed to increase the \textheight to have only 0.5 in margin 
top and bottom, but when I increase \textwidth (and decrease the 
horizontal margins) it does not have effects: the page shift to the left 
(odd page) because the margin are reduced, but still the width of the 
text is not increased...
I also tried to modifies the \linewidth but it had not more effects.

I currently use this block before the input of the text:

 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

\setlength{\textwidth}{7.2in}
\setlength{\linewidth}{7.2in}
\setlength{\textheight}{10.7in}
\setlength{\oddsidemargin}{0.0in}
\setlength{\evensidemargin}{0.0in}
\setlength{\topmargin}{0.0in}
\setlength{\headheight}{0.0in}
\setlength{\headsep}{0.0in}
\setlength{\parskip}{0.05in}
\setlength{\marginparwidth}{0.0in}
\setlength{\marginparpush}{0.0in}
\setlength{\hoffset}{-0.5in}
\setlength{\voffset}{-0.5in}
\normalsize
%\setlength{\parskip}{0.05 in plus 2 pt minus 2 pt}
%\parindent =3D 0.0in
\cleardoublepage
\pagestyle{empty}

\begin{singlespace}
\selectlanguage{french}
\subsection*{..........................}

 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

I'm sure that I don't need to modify most of these margins, and that I'm 
just lacking the good one (or even a command telling LaTeX to apply new 
margins). I've just found out that the \cleardoublepage was necessary 
AFTER the \textheight to have it taken into account, still no effect on 
\textwidth.

Finally, I did not found anything on this matter in LaTeX Companion... 
except that one should avoid modifying these length inside the text.


As mentioned earlier, any help much welcomed.

Serge.

----------------------------------------------------
Serge Cohen

GPG Key ID: 1024D/69B1D346
----------------------------------------------------


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

Subject: [OT]Changing line width within the text
From: "Serge Cohen" 
Date: Mon, 28 Oct 2002 11:22:28 +0100

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi there,

This is kind of an off-topic question because it's not a Mac specific 
question. Still if anyone has an answer, please tell me (I'm in a hurry 
to hand out the doc I'm having trouble with)!!!

I have to put a one page summary at the end (very last page) of a BOOK 
document. This summary should be able to take more width than on usual 
pages...

So far I managed to increase the \textheight to have only 0.5 in margin 
top and bottom, but when I increase \textwidth (and decrease the 
horizontal margins) it does not have effects: the page shift to the left 
(odd page) because the margin are reduced, but still the width of the 
text is not increased...
I also tried to modifies the \linewidth but it had not more effects.

I currently use this block before the input of the text:

 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

\setlength{\textwidth}{7.2in}
\setlength{\linewidth}{7.2in}
\setlength{\textheight}{10.7in}
\setlength{\oddsidemargin}{0.0in}
\setlength{\evensidemargin}{0.0in}
\setlength{\topmargin}{0.0in}
\setlength{\headheight}{0.0in}
\setlength{\headsep}{0.0in}
\setlength{\parskip}{0.05in}
\setlength{\marginparwidth}{0.0in}
\setlength{\marginparpush}{0.0in}
\setlength{\hoffset}{-0.5in}
\setlength{\voffset}{-0.5in}
\normalsize
%\setlength{\parskip}{0.05 in plus 2 pt minus 2 pt}
%\parindent =3D 0.0in
\cleardoublepage
\pagestyle{empty}

\begin{singlespace}
\selectlanguage{french}
\subsection*{..........................}

 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

I'm sure that I don't need to modify most of these margins, and that I'm 
just lacking the good one (or even a command telling LaTeX to apply new 
margins). I've just found out that the \cleardoublepage was necessary 
AFTER the \textheight to have it taken into account, still no effect on 
\textwidth.

Finally, I did not found anything on this matter in LaTeX Companion... 
except that one should avoid modifying these length inside the text.


As mentioned earlier, any help much welcomed.

Serge.

- ----------------------------------------------------
Serge Cohen

GPG Key ID: 1024D/69B1D346
- ----------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (Darwin)

iD8DBQE9vQ/qMygj1Wmx00YRAvj4AKCe3nk8ML8laN2X7wmTHnRtmtPFRACgkRb0
IMPmLTBHHqa7zfjVMAbTvcQ=3D
=3DbA/L
-----END PGP SIGNATURE-----


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

Subject: Re: [OS X TeX] [OT]Changing line width within the text
From: "Michel Bovani" 
Date: Mon, 28 Oct 2002 12:50:16 +0100

Le 28/10/02 11:25, =AB=A0Serge Cohen=A0=BB  a =E9crit=A0:

> Hi there,
>=20
> This is kind of an off-topic question because it's not a Mac specific
> question. Still if anyone has an answer, please tell me (I'm in a hurry
> to hand out the doc I'm having trouble with)!!!
>=20
> I have to put a one page summary at the end (very last page) of a BOOK
> document. This summary should be able to take more width than on usual
> pages...
>=20
> So far I managed to increase the \textheight to have only 0.5 in margin
> top and bottom, but when I increase \textwidth (and decrease the
> horizontal margins) it does not have effects: the page shift to the left
> (odd page) because the margin are reduced, but still the width of the
> text is not increased...
> I also tried to modifies the \linewidth but it had not more effects.

try:

\addtolength{\leftskip}{-1cm}
\addtolength{\rightskip}{-1cm}


--=20
Michel Bovani



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

Subject: Re: [OS X TeX] installing TeX-Fat.dmg
From: "Johann Beda" 
Date: Mon, 28 Oct 2002 09:33:08 -0500

>>The icon is now clickable, but when I try to install
>>"Unarchiving failed . . ." appears and the following
>>is in the message box/es (and so on for TeX foundation
>>and TeX programs)

	I am a bit behind on this mailing list, so this might be already
solved.  I don't know if the various TeX things need the Apple Developer
Tools installed or not, but it might help to make sure that they are
installed.  They are either on a separate disk that came with Mac OS X, or
are in the "Applications" -> "Installers" folder (or something like that),
or you have to jump through some hoops at apple to download them.

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

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

Subject: Re: [OS X TeX] installing TeX-Fat.dmg
From: "Gerben Wierda" 
Date: Mon, 28 Oct 2002 17:09:48 +0100

On Monday, Oct 28, 2002, at 15:33 Europe/Amsterdam, Johann Beda wrote:

> 	I am a bit behind on this mailing list, so this might be already
> solved.  I don't know if the various TeX things need the Apple 
> Developer
> Tools installed or not, but it might help to make sure that they are
> installed.  They are either on a separate disk that came with Mac OS 
> X, or
> are in the "Applications" -> "Installers" folder (or something like 
> that),
> or you have to jump through some hoops at apple to download them.

Wait a short while longer for the announcement.

G


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

Subject: Old-style i-Installer packages have been redrawn
From: "Gerben Wierda" 
Date: Mon, 28 Oct 2002 17:12:27 +0100

Accidentally a bit too early, but since I am very close to releasing 
i-Installer v2 not very harmful:

	All the current i-Packages @ http://www.ntg.nl/macosx-tex/i-packages 
have been deleted.

Currenty, installation of TeX can only proceed through TeX-fat.dmg or 
TeX.dmg.

G


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

Subject: Re: [OS X TeX] installing TeX-Fat.dmg
From: "Michael Murray" 
Date: Tue, 29 Oct 2002 08:27:25 +1030

>
>	I am a bit behind on this mailing list, so this might be already
>solved.  I don't know if the various TeX things need the Apple Developer
>Tools installed or not, but it might help to make sure that they are
>installed.  They are either on a separate disk that came with Mac OS X, =
or
>are in the "Applications" -> "Installers" folder (or something like =
that),
>or you have to jump through some hoops at apple to download them.
>

Hi Johann

It turned out to be a lack of the BSD subsytem. When you install there
is an option to turn off the installation of various things and
the BSD subsytem is one of them.  This is different to the
developer tools which are yet another collection of things.

Michael
-- 
_________________________________________________________
Assoc/Prof Michael Murray                                                  =
 
School of Pure Mathematics         Fax: 61+ 8 8303 
3696                                      
University of Adelaide             Phone: 61+ 8 8303 4174       
Australia  5005      Email: mmurray@maths.adelaide.edu.au             
Home Page: http://www.maths.adelaide.edu.au/pure/mmurray
PGP public key:
http://www.maths.adelaide.edu.au/pure/mmurray/pgp.txt
University of Adelaide CRICOS # 00123M
________________________________________________________


    



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

Subject: Re: [OS X TeX] installing TeX-Fat.dmg
From: "Tim Lighthiser" 
Date: Mon, 28 Oct 2002 14:31:31 -0800 (PST)

The optional to install BSD subsytem is on the first
disk w/ Jaguar. 

There is also a 'BSD.package' on the 3rd Developer's
disk w/ Jaguar.

I could not install TeX-Fat.dmg because I had not
elected to install the BDS subsystem in the beginning.

All seems to be running fine at this point.


Tim







--- Michael Murray 
wrote:
> >
> >	I am a bit behind on this mailing list, so this
> might be already
> >solved.  I don't know if the various TeX things
> need the Apple Developer
> >Tools installed or not, but it might help to make
> sure that they are
> >installed.  They are either on a separate disk that
> came with Mac OS X, or
> >are in the "Applications" -> "Installers" folder
> (or something like that),
> >or you have to jump through some hoops at apple to
> download them.
> >
> 
> Hi Johann
> 
> It turned out to be a lack of the BSD subsytem. When
> you install there
> is an option to turn off the installation of various
> things and
> the BSD subsytem is one of them.  This is different
> to the
> developer tools which are yet another collection of
> things.
> 
> Michael
> -- 
>
_________________________________________________________
> Assoc/Prof Michael Murray                           
>                        
> School of Pure Mathematics         Fax: 61+ 8 8303 
> 3696                                      
> University of Adelaide             Phone: 61+ 8 8303
> 4174       
> Australia  5005      Email:
> mmurray@maths.adelaide.edu.au             
> Home Page:
> http://www.maths.adelaide.edu.au/pure/mmurray
> PGP public key:
>
http://www.maths.adelaide.edu.au/pure/mmurray/pgp.txt
> University of Adelaide CRICOS # 00123M
>
________________________________________________________
> 
> 
>     
> 
> 
> 
>
-----------------------------------------------------
> Mac TeX info, resources, and news can be found at:
> 
>
-----------------------------------------------------
> List archives can be found at:
> 
> Threaded list archives can be found at:
> 
>
-----------------------------------------------------
> See message headers for list info.
>
-----------------------------------------------------
> 


__________________________________________________
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
http://webhosting.yahoo.com/

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

Subject: Re: [OS X TeX] installing TeX-Fat.dmg: BSD subsystem
From: "Gerben Wierda" 
Date: Tue, 29 Oct 2002 01:20:43 +0100

On Sunday, Oct 27, 2002, at 17:55 Europe/Amsterdam, Gerben Wierda wrote:

> I do not know, but I'm fairly unhappy about Apple lowering the 
> standards wrt the availability of unix stuff here. As I do understand 
> and support their insistence on GUI-stuff, there is nothing wrong with 
> GUI-stuff using Unix stuff in the back, IMO.
>
> This change (where Apple's Mac OS X in fact is a rather 'broken' unix 
> by default as much of what is standard part of unix is missing) has 
> delayed i-installer v2 because I want to work around this so that 
> i-installer v2 will work on systems without the BSD subsystem 
> installed. The solution is that i am going to copy those parts of the 
> BSD subsystem that I need into my own app. This is suboptimal, but the 
> only way out.

I feel the need to add that I have been too harsh in my comment here. 
Apple offers the option *not* to install the BSD subsystem. The 
availability of the BSD subsystem is still default. My apologies.

G


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

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

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

Threaded list archives can be found at:

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