Notices

Applications and Utilities Talk about apps and utilities for Windows Mobile and PPC

Reply
 
LinkBack Thread Tools
Old 12-13-04, 08:57 PM   #1 (permalink)
Aximsite Rookie
 
Join Date: Oct 2004
Posts: 91
Thanked 0 Times in 0 Posts
Latex on PPC

I'm looking for something that will allow me to edit/compile latex documents in PPC. I need it for taking math notes, and nots in classes in general, so much better than microsoft word. The only thing I could find was latex for Windows CE. Any suggestions? Cygwin for PPC would be so awesome...
jnguy is offline   Reply With Quote
Sponsor Ads
Old 12-14-04, 07:46 AM   #2 (permalink)
Aximsite Rookie
 
davidp's Avatar
 
Join Date: Nov 2004
Location: Metz, France
Posts: 81
Thanked 0 Times in 0 Posts
Pervert...

Sorry, couldn't resist ! But no, don't know of anything like this...
davidp is offline   Reply With Quote
Old 12-14-04, 08:12 AM   #3 (permalink)
Aximsite Légende
 
Frenchy's Avatar
 
Join Date: Jul 2004
Location: Up North
Posts: 23,619
Device: iPhone 3G
Carrier: 10-4
Thanked 7 Times in 7 Posts

Awards Showcase
Platinum Poster Aximsite Veteran Staff Aximsite Active Silver Member Aximsite Silver Contributors Admin Medal Gold Poster Aximsite Gold Referrer Top Notch MyPDA 
Total Awards: 9

We used it at work as well and I did some research to find the same and couldn't come up with anything.
__________________
If you get dead silence after breaking the speed of sound, would you be in the darkness after passing the speed of light?
.
Frenchy
Frenchy is offline   Reply With Quote
Old 12-14-04, 09:01 AM   #4 (permalink)
Noisy Crow
Guest
 
Posts: n/a
Originally Posted by jnguy
I'm looking for something that will allow me to edit/compile latex documents in PPC. I need it for taking math notes, and nots in classes in general, so much better than microsoft word. The only thing I could find was latex for Windows CE. Any suggestions? Cygwin for PPC would be so awesome...
This (TexEd) does work on PPC. Don't forget... the PPC OS is based on WinCE. Windows Mobile is just the shell...

http://www.rainer-keuchel.de/wince/texce.html
  Reply With Quote
Old 12-17-04, 12:16 AM   #5 (permalink)
Aximsite Rookie
 
Join Date: Oct 2004
Posts: 91
Thanked 0 Times in 0 Posts
Looks like a pain to set up. I'm going to try it out either this or next week. I'll report an update.
jnguy is offline   Reply With Quote
Old 01-16-05, 04:07 PM   #6 (permalink)
Aximsite Rookie
 
Join Date: Oct 2004
Posts: 91
Thanked 0 Times in 0 Posts
Ugh, I've been playing with this with no luck under Xscale and 2003. If anyone has any advice, it would be appreciated. Can't use that microsoft word crap :)
jnguy is offline   Reply With Quote
Old 01-16-05, 05:43 PM   #7 (permalink)
JonMisurda
Guest
 
Posts: n/a
Originally Posted by jnguy
Ugh, I've been playing with this with no luck under Xscale and 2003. If anyone has any advice, it would be appreciated. Can't use that microsoft word crap :)
I'm going to help you set it up like I have it, installed to \Built-in Storage

Step 1: Create a folder on your computer called unix-root

Step 2: Download http://www.rainer-keuchel.de/wince/t...-wce300.tar.gz and unzip

Step 3: Copy the entire texmf directory into your unix-root directory

Step 4: Download http://www.rainer-keuchel.de/wince/texmf-common.tar.gz and unzip

Step 5: Copy the home and texmf directories into unix-root, saying yes to the warning about merging existing directories (in windows that is)

Step 6: Give up because this is too many steps

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

Ok, do this instead:

Download this file: http://www.cs.pitt.edu/~jmisurda/ppc/unix-root.zip

unzip it all to \built-in storage It won't work anywhere else.

Download these:

http://www.rainer-keuchel.de/wince/c...atforms.tar.gz

http://www.rainer-keuchel.de/wince/c...atforms.tar.gz

and copy the appropriate dll versions (in the wince-arm-pocket-wce300 folder) to \Windows

Now, get a registry editor. PHM RegEdit works excellently.

Go to HKEY_LOCAL_MACHINE

Create a new key called Environment

Create a new String Value called HOME set its Value data to "\Built-in Storage\unix-root\home" (without the quotes)

Create a new String Value called PATH set its Value data to "\Built-in Storage\unix-root\texmf:\Built-in Storage\unix-root\texmf\bin" (without the quotes)

Create a new String Value called TEXMFCNF set its Value data to "\Built-in Storage\unix-root\texmf\cfg" (without the quotes)

Create a new String Value called COLS set its Value data to "80" (without the quotes)

Create a new String Value called ROWS set its Value data to "20" (without the quotes)

Create a new String Value called CONSOLEFONTSIZE set its Value data to "6" (without the quotes)

To run, start up texed and go into tex->tex options menu and make sure tex program says latex.exe

Make a file, save it, then do Tex->run TeX and hopefully it compiles. Then do Tex->Run WinDVI and hopefully it'll show up nicely for you (I've hi-res-aware hacked windvi to show more if you're on an x50v)

If this doesn't work, tell me exactly what goes wrong and where and I'll try to help more.

Jon
  Reply With Quote
Old 01-16-05, 05:55 PM   #8 (permalink)
Aximsite All Star
 
Theophilus's Avatar
 
Join Date: Dec 2004
Location: London
Posts: 838
Thanked 0 Times in 0 Posts
Originally Posted by jnguy
...latex...



Try one of those...
__________________
.
"There never was a good war or a bad peace." -- Benjamin Franklin
"Life is pleasant. Death is peaceful. It's the transition that's troublesome." -- Isaac Asimov
"Newbie or not newbie, there is a question." -- Shakespeare, Hamlet 3/1 (Kind of)
Theophilus is offline   Reply With Quote
Old 01-17-05, 03:34 PM   #9 (permalink)
Aximsite Rookie
 
Join Date: Oct 2004
Posts: 91
Thanked 0 Times in 0 Posts
Hey JonMisurda,

Thank you so much. I'm going to try these steps right now. I'll let you know how it goes. And yes, Latex... mm.
jnguy is offline   Reply With Quote
Old 01-17-05, 04:09 PM   #10 (permalink)
Aximsite Rookie
 
Join Date: Oct 2004
Posts: 91
Thanked 0 Times in 0 Posts
Got it! Thanks Jon. Its people like you that keep this community alive! A quick note to anyone who tries to do this, when naming your file, don't use spaces.
jnguy is offline   Reply With Quote
Old 01-17-05, 04:13 PM   #11 (permalink)
Aximsite Rookie
 
Join Date: Oct 2004
Posts: 91
Thanked 0 Times in 0 Posts
Another question... Where do I put sty files?

OH MAN, so exciting.
jnguy is offline   Reply With Quote
Old 01-17-05, 07:02 PM   #12 (permalink)
JonMisurda
Guest
 
Posts: n/a
Originally Posted by jnguy
Another question... Where do I put sty files?

OH MAN, so exciting.
article.cls and article.sty are in the \unix-root\texmf\tex\latex\base\ directory.

You could try adding other documentclass types there. If that doesn't work, try lookign and seeing where they are on a PC's install under its own texmf directory.

Glad you got it to work.

Jon
  Reply With Quote
Old 01-17-05, 07:05 PM   #13 (permalink)
Aximsite Minor League
 
Join Date: Dec 2004
Posts: 175
Thanked 0 Times in 0 Posts
No glove no love. :)
shoman24v is offline   Reply With Quote
Old 01-17-05, 07:17 PM   #14 (permalink)
Aximsite Rookie
 
Join Date: Oct 2004
Posts: 91
Thanked 0 Times in 0 Posts
Works like a charm. You're the best.
jnguy is offline   Reply With Quote
Old 04-18-05, 08:43 PM   #15 (permalink)
Aximsite Prospect
 
Join Date: Apr 2005
Posts: 2
Thanked 0 Times in 0 Posts
thx very much - I have already LATEX on my IPAQ - all works well, but I have problem - I love PLAIN TEX more than LATEX, and I dont know, how should I set it up. In BIN directory is not tex.exe... :-(, can you please help me?
jaih is offline   Reply With Quote
Reply

Sponsor Ads

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 08:57 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-10 LeckMedia, LLC