|
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