Unix Technical Forum

Latex in Slackware

This is a discussion on Latex in Slackware within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Does Slackware 10.1 come insalled with a graphical Tex IDE other than emacs? thanks Jack...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 09:12 AM
Jack Wang
 
Posts: n/a
Default Latex in Slackware

Does Slackware 10.1 come insalled with a graphical Tex IDE other than
emacs?

thanks
Jack
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-20-2008, 09:12 AM
William Park
 
Posts: n/a
Default Re: Latex in Slackware

Jack Wang <wk1989@m-net.arbornet.org> wrote:
> Does Slackware 10.1 come insalled with a graphical Tex IDE other than
> emacs?


This is first time I hear Emacs being referred to as "graphical".
In any event, answer is "no". The only GUI for LaTeX I know of is Lyx,
and I don't Slackware includes it. LaTeX is really meant for Vi.

--
William Park <opengeometry@yahoo.ca>, Toronto, Canada
ThinFlash: Linux thin-client on USB key (flash) drive
http://home.eol.ca/~parkw/thinflash.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-20-2008, 09:12 AM
No_One
 
Posts: n/a
Default Re: Latex in Slackware

On 2005-06-10, William Park <opengeometry@yahoo.ca> wrote:
> Jack Wang <wk1989@m-net.arbornet.org> wrote:
>> Does Slackware 10.1 come insalled with a graphical Tex IDE other than
>> emacs?

>
> This is first time I hear Emacs being referred to as "graphical".
> In any event, answer is "no". The only GUI for LaTeX I know of is Lyx,
> and I don't Slackware includes it. LaTeX is really meant for Vi.
>


abiword saves files in latex format....never used it though.

ken
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 09:12 AM
No_One
 
Posts: n/a
Default Re: Latex in Slackware

On 2005-06-10, No_One <no_one@no_where.com> wrote:
> On 2005-06-10, William Park <opengeometry@yahoo.ca> wrote:
>> Jack Wang <wk1989@m-net.arbornet.org> wrote:
>>> Does Slackware 10.1 come insalled with a graphical Tex IDE other than
>>> emacs?

>>
>> This is first time I hear Emacs being referred to as "graphical".
>> In any event, answer is "no". The only GUI for LaTeX I know of is Lyx,
>> and I don't Slackware includes it. LaTeX is really meant for Vi.
>>

>
> abiword saves files in latex format....never used it though.
>
> ken


A clarification...in 9.1 slack, no knowledge about 10.1

ken
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-20-2008, 09:12 AM
Floyd L. Davidson
 
Posts: n/a
Default Re: Latex in Slackware

William Park <opengeometry@yahoo.ca> wrote:
>Jack Wang <wk1989@m-net.arbornet.org> wrote:
>> Does Slackware 10.1 come insalled with a graphical Tex IDE other than
>> emacs?

>
>This is first time I hear Emacs being referred to as "graphical".
>In any event, answer is "no". The only GUI for LaTeX I know of is Lyx,
>and I don't Slackware includes it. LaTeX is really meant for Vi.


For vi? Yeck! Lets not scare the women and children, eh.

Maybe you should look into what Emacs actually is. The
interface to LaTeX is probably best described as graphical.

This is from the latex-preview package by David Kastrup on
sourceforge:

about:

The purpose of the preview-latex package is to embed
LaTeX environments such as display math or figures
into Emacs source buffers. By mouse clicking, you can
open the original text. After editing, another click
will just run the region in question through LaTeX
and redisplay the new results. It requires version
21.1 or higher of Emacs or XEmacs and AUCTeX.

It isn't as simple minded as Lyx, but it is hugely more powerful
too.

And don't try that with vi, because it just plain can't do it.

--
Floyd L. Davidson <http://web.newsguy.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska) floyd@barrow.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 09:12 AM
Mikhail Zotov
 
Posts: n/a
Default Re: Latex in Slackware

It's easy. :-) The code is pretty ugly though because abi does its
best
to reproduce the layout verbatim.

Mikhail

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-20-2008, 09:12 AM
Mikhail Zotov
 
Posts: n/a
Default Re: Latex in Slackware

Jack Wang wrote:
> Does Slackware 10.1 come insalled with a graphical Tex IDE other than
> emacs?


The answer is "no", and I think this is a reasonable decision:
(1) TeX & friends is too simple for a complicated GUI,
(2) there are many choices.
Take a look at any tex-archive. texmacs and lyx are the first to
come to my mind. As for me, I prefer nedit.

BTW, one doesn't need X to use TeX since there is an (old) console
dvi previewer.

Mikhail

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-20-2008, 09:12 AM
Niki Kovacs
 
Posts: n/a
Default Re: Latex in Slackware

Jack Wang wrote:

> Does Slackware 10.1 come insalled with a graphical Tex IDE other than
> emacs?


No, but it's very easy to install one. I use LaTeX very much, and I'm 100%
vi. But lately, I wanted to introduce it to my girlfriend (<note for fleet
street users>and soon-to-be-wife</note>), but I couldn't figure how to
introduce her to vi (probably figuring she's end up saying "no"D).

So I tried Kile, a rather intuitive GUI frontend for LaTeX. No dependencies
except a running LaTeX environment. Oh, and yes: use KGhostview for .dvi
preview, or Kpdf for pdf preview. Best results.

Cheers,

Niki Kovacs
--
I'm not as think as you stoned I am.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-20-2008, 09:12 AM
Glyn Millington
 
Posts: n/a
Default Re: Latex in Slackware

Jack Wang <wk1989@m-net.arbornet.org> writes:

> Does Slackware 10.1 come insalled with a graphical Tex IDE other than
> emacs?


What else would you need?

Seriously - the XEmacs/Emacs - auctex - preview-latex combination is
pretty good.

http://www.gnu.org/software/auctex/

I believe preview-latex will be built in to auctex at the next release



For Vim there is Vim-LaTeX

http://vim-latex.sourceforge.net/

With gvim it gives you a useful menu!

If by graphical you mean something that gives the illusion that one is
not producing marked-up text at all, I once used Lyx for a big paper and
it was OK .....


hth



Glyn
--
RTFM http://www.tldp.org/index.html
GAFC http://slackbook.org/ The Official Source :-)
STFW http://groups.google.com/groups?hl=e...inux.slackware
JFGI http://jfgi.us/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-20-2008, 09:12 AM
usenet@isbd.co.uk
 
Posts: n/a
Default Re: Latex in Slackware

Floyd L. Davidson <floyd@barrow.com> wrote:
> For vi? Yeck! Lets not scare the women and children, eh.
>
> Maybe you should look into what Emacs actually is. The
> interface to LaTeX is probably best described as graphical.
>
> This is from the latex-preview package by David Kastrup on
> sourceforge:
>
> about:
>
> The purpose of the preview-latex package is to embed
> LaTeX environments such as display math or figures
> into Emacs source buffers. By mouse clicking, you can
> open the original text. After editing, another click
> will just run the region in question through LaTeX
> and redisplay the new results. It requires version
> 21.1 or higher of Emacs or XEmacs and AUCTeX.
>
> It isn't as simple minded as Lyx, but it is hugely more powerful
> too.
>
> And don't try that with vi, because it just plain can't do it.
>

.... but if someone has bothered to do a little work it's probably
possible with xvile and, maybe, vim.

--
Chris Green

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:01 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com