Document Classes ⇒ Newbie needing powerdot
Newbie needing powerdot
Sorry for the weird heading,
I am a newbie using a IMac with Mac OSX Tiger and OzTeX. My question is: how do I acquire the powerdot class. Keep in mind I know very little about LaTeX except what I use on a daily basis. Any help is appreciated.
Dr. Rizzy
I am a newbie using a IMac with Mac OSX Tiger and OzTeX. My question is: how do I acquire the powerdot class. Keep in mind I know very little about LaTeX except what I use on a daily basis. Any help is appreciated.
Dr. Rizzy
NEW: TikZ book now 40% off at Amazon.com for a short time.
Newbie needing powerdot
You can get powerdot from CTAN. Anyway, why don't you move from OzTeX to a more recent TeX distribution as TeX Live? Some years ago I was also a user of OzTeX. But after the advent of Mac OS X, I first changed to teTeX and then to TeX Live. The Mac version of TeX Live, together with some addtional sofware, is called MacTeX.
Give it a try. It is very easy to install and it comes with almost any class or package you may need, including powerdot, of course.
Download it from here: http://www.tug.org/mactex/.
Give it a try. It is very easy to install and it comes with almost any class or package you may need, including powerdot, of course.
Download it from here: http://www.tug.org/mactex/.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Newbie needing powerdot
Hi,
welcome to the board!
I just want to mention an alternative to powerdot for producing slides: the beamer class. It's very well documented, see its manual.
There are a lot of beamer examples in the web, for instance: Stefan
welcome to the board!
I just want to mention an alternative to powerdot for producing slides: the beamer class. It's very well documented, see its manual.
There are a lot of beamer examples in the web, for instance: Stefan
LaTeX.org admin
Re: Newbie needing powerdot
Thank you both Stefan and Juango,
I downloaded MacTeX and if this has powerdot it should help greatly. It looks like a good LaTeX distribution. I have only one remaining question. How do I change the background in the text editor to white again? (I seem to have done something to make it a grey.) I will also be sure to check out beamer. Thank you both very much for your help!! Have a great time TeXing.
Dr. Rizzy
I downloaded MacTeX and if this has powerdot it should help greatly. It looks like a good LaTeX distribution. I have only one remaining question. How do I change the background in the text editor to white again? (I seem to have done something to make it a grey.) I will also be sure to check out beamer. Thank you both very much for your help!! Have a great time TeXing.
Dr. Rizzy
Newbie needing powerdot
Which editor? Alpha? TeXShop?Dr. Rizzy wrote: I have only one remaining question. How do I change the background in the text editor to white again? (I seem to have done something to make it a grey.)
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Re: Newbie needing powerdot
It was TeXshop that I had the trouble changing the background color. Also I am very sorry about misspelling your screen name Juanjo.
Dr. Rizzy
Dr. Rizzy
Re: Newbie needing powerdot
Close TeXShop if already opened. Open the Terminal application. Then type (or copy/paste from here) the following three commands:
$ defaults write TeXShop background_R 1.
$ defaults write TeXShop background_G 1.
$ defaults write TeXShop background_B 1.
Here the $ sign means the shell prompt, which may look different in your Mac. Re-open TeXShop and see if the background is white again.
$ defaults write TeXShop background_R 1.
$ defaults write TeXShop background_G 1.
$ defaults write TeXShop background_B 1.
Here the $ sign means the shell prompt, which may look different in your Mac. Re-open TeXShop and see if the background is white again.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Re: Newbie needing powerdot
Thank you Juanjo. I will try this. I have a different shell prompt on my Mac but hopefully this will work when I find out what the shell prompt is.
Newbie needing powerdot
The Terminal app gives you access to the Unix system on which the Mac OS X relies. When you open Terminal (search it in the dock or on Applications > Utilities) , you see a window like this: The shell prompt is just a set of characters that indicates that the shell (the command interpreter) is ready to receive and process commands (~$ in the above image). Then just type the first command written in my last post and hit return, as shown here: Repeat with the remaining two commands. Then type exit and quit Terminal. You are done.Dr. Rizzy wrote: I have a different shell prompt on my Mac but hopefully this will work when I find out what the shell prompt is.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Re: Newbie needing powerdot
Thank you Juanjo the screen is now white. 
