From MacOSX-TeX@email.esm.psu.edu Sun Jul 17 19:52:25 2005
Received: from engremail2.engr.psu.edu ([130.203.201.116]) by ENGRMAIL1.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.6713);
	 Sun, 17 Jul 2005 19:52:25 -0400
Received: from email.esm.psu.edu ([130.203.247.204]) by engremail2.engr.psu.edu with Microsoft SMTPSVC(5.0.2195.6713);
	 Sun, 17 Jul 2005 19:52:25 -0400
Date: Sun, 17 Jul 2005 20:00:13 -0400
Message-ID: <75213.47881@email.esm.psu.edu>
Subject: MacOSX-TeX Digest #1436 - 07/17/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: 17 Jul 2005 23:52:25.0293 (UTC) FILETIME=[94E637D0:01C58B2A]

MacOSX-TeX Digest #1436 - Sunday, July 17, 2005

  LaTeXiT 1.3 released
          by "Pierre Chatelier" 

  Package "HTML"
          by "Marek Stepanek" 

  Re: [OS X TeX] Package "HTML"
          by "Martin Costabel" 

  Re: [OS X TeX] Package "HTML"
          by "Marek Stepanek" 

  Re: [OS X TeX] Package "HTML"
          by "Herbert Schulz" 

  Re: [OS X TeX] Package "HTML"
          by "Marek Stepanek" 

  Adjusting header indent in sectioning commands
          by 


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

Subject: LaTeXiT 1.3 released
From: "Pierre Chatelier" 
Date: Sun, 17 Jul 2005 11:37:03 +0200

Hi,


> - I also would love to see both versions backward compatible with  
> LatexEquationEditor, i.e. capable of reading PDFs produced by the  
> letter.
>

Aye aye, sir ;-)

http://ktd.club.fr/programmation/latexit_en.php


Regards,

Pierre Chatelier


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

Subject: Package "HTML"
From: "Marek Stepanek" 
Date: Sun, 17 Jul 2005 12:39:05 +0200


Hello all, 


I have downloaded a bunch of tex.files from

% from: http://heather.cs.ucdavis.edu/~matloff/UnixAndC/Unix/

and would like to translate them in TeXShop. But one package seems missing =
:

\usepackage{html}

on the file FILES.byname on ctan.org I found probably the right package, =
but
this seems useless for me, being on Macintosh:

2004/01/06 |       3386 | systems/win32/fptex/0.7/package/html.tpm

How to compile these files nevertheless ? I am beginner and I am studying
examples like that to learn my LaTeX.


greetings from Munich



marek



ps: ahhh, simply commenting out this part is doing it - but why putting =
this
in, it seems completely superfluous, isn't it ?

% \usepackage{html}

% \begin{rawhtml}
% body bgcolor=3Dwhite
% \end{rawhtml}





-- 
______________________________________________________________________
___PODIUM_INTERNATIONAL_//_the_embassy_for_talented_young_musicians___
______ Marek_Stepanek  mstep_[at]_PodiumInternational_[dot]_org ______
_________________ http://www.PodiumInternational.org _________________
______________________________________________________________________





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

Subject: Re: [OS X TeX] Package "HTML"
From: "Martin Costabel" 
Date: Sun, 17 Jul 2005 13:21:12 +0200

Marek Stepanek wrote:
> Hello all, 
> 
> 
> I have downloaded a bunch of tex.files from
> 
> % from: http://heather.cs.ucdavis.edu/~matloff/UnixAndC/Unix/
> 
> and would like to translate them in TeXShop. But one package seems =
missing :
> 
> \usepackage{html}


There is a html.sty on the site you are quoting. Maybe you forgot to 
download it?

-- 
Martin



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

Subject: Re: [OS X TeX] Package "HTML"
From: "Marek Stepanek" 
Date: Sun, 17 Jul 2005 14:20:15 +0200

On 17.07.2005 13:21, "Martin Costabel"  wrote:


> 
> 
> There is a html.sty on the site you are quoting. Maybe you forgot to
> download it?



Thank you Martin, for this prompt (Sunday!) answer :-)


I downloaded this file, as you suggested it, put it first into the folder
where is the original tex file "UnixBareMn.tex", thinking, that probably
TeXShop will look here to include it, but compilation errors made me =
think,
that I have to install this file ???

Having only installed one file like that -long time ago-, I will describe
you exactly, what I did, probably I am doing something wrong :

% cd /usr/local/teTeX/
% cd share/texmf.gwtex/tex/latex/
% sudo mkdir html
% ls -lF
% mv ~/Documents/Aepple/unix_docs/matloff/html.sty html/
% sudo mv ~/Documents/Aepple/unix_docs/matloff/html.sty html/
% sudo texhash

Do you see something wrong with it ? I still get those errors :

! LaTeX Error: Environment rawhtml undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...               
                   
l.24 \begin{rawhtml}


Thank you for your patience

(did I mentionned, that I am a total beginner ?)



marek



-- 
______________________________________________________________________
___PODIUM_INTERNATIONAL_//_the_embassy_for_talented_young_musicians___
______ Marek_Stepanek  mstep_[at]_PodiumInternational_[dot]_org ______
_________________ http://www.PodiumInternational.org _________________
______________________________________________________________________





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

Subject: Re: [OS X TeX] Package "HTML"
From: "Herbert Schulz" 
Date: Sun, 17 Jul 2005 07:36:08 -0500


On Jul 17, 2005, at 7:20 AM, Marek Stepanek wrote:

> On 17.07.2005 13:21, "Martin Costabel"  wrote:
>
>
>
>>
>>
>> There is a html.sty on the site you are quoting. Maybe you forgot to
>> download it?
>>
>
>
>
> Thank you Martin, for this prompt (Sunday!) answer :-)
>
>
> I downloaded this file, as you suggested it, put it first into the  
> folder
> where is the original tex file "UnixBareMn.tex", thinking, that  
> probably
> TeXShop will look here to include it, but compilation errors made  
> me think,
> that I have to install this file ???
>
> Having only installed one file like that -long time ago-, I will  
> describe
> you exactly, what I did, probably I am doing something wrong :
>
> % cd /usr/local/teTeX/
> % cd share/texmf.gwtex/tex/latex/
> % sudo mkdir html
> % ls -lF
> % mv ~/Documents/Aepple/unix_docs/matloff/html.sty html/
> % sudo mv ~/Documents/Aepple/unix_docs/matloff/html.sty html/
> % sudo texhash
>
> Do you see something wrong with it ? I still get those errors :
>
> ! LaTeX Error: Environment rawhtml undefined.
>
> See the LaTeX manual or LaTeX Companion for explanation.
> Type  H   for immediate help.
>  ...
>
> l.24 \begin{rawhtml}
>
>
> Thank you for your patience
>
> (did I mentionned, that I am a total beginner ?)
>
>
>
> marek
>

Howdy,

You installed it in the wrong place. If anything it should go into  
the texmf.local branch, not texmf.gwtex since that will get  
overwritten at the next update. You should also install it into ..../ 
texmf.local/tex/latex/ or a sub-directory in that directory. It may  
even be best if you put it into your personal tree at ~/Library/texmf/ 
tex/latex/ since that requires no `sudo texhash`. Finally, it most  
definitely should work if it's in the same directory as the original  
file!

You've got other problems. I'm not sure what the requirements of the  
html package are but if it generates raw postscript you must use the  
tex+ghostscript processing. Is the purpose of the rawhtml environment  
to pretty-print the raw html code? What kind of error messages do you  
get when the html.sty file is in the same directory as the main file?

Good Luck,

Herb Schulz
(herbs@wideopenwest.com)



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

Subject: Re: [OS X TeX] Package "HTML"
From: "Marek Stepanek" 
Date: Sun, 17 Jul 2005 15:43:23 +0200

On 17.07.2005 14:36, "Herbert Schulz"  wrote:

> 
> Howdy,
> 
> You installed it in the wrong place. If anything it should go into
> the texmf.local branch, not texmf.gwtex since that will get
> overwritten at the next update. You should also install it into ..../
> texmf.local/tex/latex/ or a sub-directory in that directory. It may
> even be best if you put it into your personal tree at ~/Library/texmf/
> tex/latex/ since that requires no `sudo texhash`. Finally, it most
> definitely should work if it's in the same directory as the original
> file!
> 
> You've got other problems. I'm not sure what the requirements of the
> html package are but if it generates raw postscript you must use the
> tex+ghostscript processing. Is the purpose of the rawhtml environment
> to pretty-print the raw html code? What kind of error messages do you
> get when the html.sty file is in the same directory as the main file?
> 
> Good Luck,
> 
> Herb Schulz
> (herbs@wideopenwest.com)



Thank you Herb,


this is really confusing for a beginner to understand the TeX and LaTeX
folder structure. (I know there is one file explaining it, don't know just
now! :)

I moved everything as you suggested to :

/usr/local/teTeX/share/texmf.local/tex

here I did not found the folder "latex". I created that beast, moved the
folder 

/usr/local/teTeX/share/texmf.gwtex/tex/latex/html/

with the file html.sty to

/usr/local/teTeX/share/texmf.local/tex/latex/html/

after a sudo texhash everything is "compiling" well in TeXShop.

Only the links are not clickable, which is probably not the intention of
this "html.sty". I am really wondering, what is this thingy doing, except
striping out some little html-code.

In any case thank you once again, for this good lesson :-)



marek


___________________________________________

        the embassy for talented young musicians
    Podium International | Marek Stepanek | mstep@PodiumInternational.org
        http://www.PodiumInternational.org
            ___________________________________________




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

Subject: Adjusting header indent in sectioning commands
From: 
Date: Sun, 17 Jul 2005 13:11:26 -0500

Hi,

I am wondering how to adjust the indent between the numbering and header =
in
sectioning commands. For example, given the following schema, each 'Blah'
should be exactly .25inches from the left margin (ignoring the issue of h=
ow
much space the 1.1.1 takes up):=20

1.   Blah
1.1  Blah
1.1.1Blah

Thanks,

Fred Hoyt
UT-Austin

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