...making Linux just a little more fun!
Amit Kumar Saha [amitsaha.in at gmail.com]
Hey all,
Suggest me a good, complete LATEX system - editors, typesetting system - preferably for Ubuntu (if thats important).
Cheers,
-- Amit Kumar Saha [URL]:http://amitsaha.in.googlepages.com
Mahesh Aravind [ra_mahesh at yahoo.com]
Amit,
--- Amit Kumar Saha <[email protected]> wrote:
> Suggest me a good, complete LATEX system - editors, typesetting system > - preferably for Ubuntu (if thats important). >
If you ask me, GNU Emacs + AUCTeX == TeX editing system ultimatum!!!
Try it, AucTeX has got EVERYTHING you need for writing TeX! Comes with a catch, though -- you need to be proficient in Emacs.
-- Mahesh Aravind First they ignore you. Then they laugh at you. Then they fight you. Then you win! -- Mahatma Gandhi (on GNU/Linux) ======================================================================== International | Install Linux. | Catch me at: GNU/Linux user #371671 | Lead a GNU Life! | maravind.blogspot.com ========================================================================
Kapil Hari Paranjape [kapil at imsc.res.in]
[[[ I've gone ahead and changed the thread order for readability - Kat ]]]
Hello,
By mistake I didn't forward this to TAG:
On Thu, 12 Jul 2007, Amit Kumar Saha wrote:
> Suggest me a good, complete LATEX system - editors, typesetting system > - preferably for Ubuntu (if thats important).
A reasonably complete system would involve something like:
apt-get install texlive-latex-recommended texlive-doc-en \ preview-latex latex-beamerThis will get you enough tools to start creating mathematical documents using emacs with "preview" of the formulae that you type. You can use latex-beamer to create talks/presentations. This also pulls in "pgf" which you can use to add graphics/pictures/plots to your text. Both "latex-beamer" and "pgf" come with excellent documentation as well. I normally use "pdflatex" rather than "latex" for all my documents since it is much easier to distribute/print PDF files (pdftex is part of texlive).
Some people prefer "lyx" to "preview-latex" but I find it difficult to use since its "internal" format is not LaTeX. Converting from its internal format to LaTeX and back is not idempotent which is a source of additional headaches when you have other people editing your document. (It is at least two years since I last tried LyX).
If you want to convert to HTML or other hypertext formats you probably want:
apt-get install tex4ht hevea hevea-docRegards,
Kapil. --
Amit Kumar Saha [amitsaha.in at gmail.com]
Hi Kapil,
On 7/12/07, Kapil Hari Paranjape <[email protected]> wrote:
> A reasonably complete system would involve something like: > > apt-get install texlive-latex-recommended texlive-doc-en \ > preview-latex latex-beamer > > This will get you enough tools to start creating mathematical
Thanks. I shall try this out.
-- Amit Kumar Saha [URL]:http://amitsaha.in.googlepages.com
René Pfeiffer [lynx at luchs.at]
On Jul 12, 2007 at 0426 -0700, Mahesh Aravind appeared and said:
> --- Amit Kumar Saha <[email protected]> wrote: > > Suggest me a good, complete LATEX system - editors, typesetting system > > - preferably for Ubuntu (if thats important). > If you ask me, GNU Emacs + AUCTeX =3D=3D TeX editing system ultimatum!!! > Try it, AucTeX has got EVERYTHING you need for writing TeX! Comes with a catch, > though -- you need to be proficient in Emacs.
And if you don't like to do that, you might want to try "aptitude install vim-latexsuite" - but you need to be proficient in using vim. ;)
SCNR, René.
Amit Kumar Saha [amitsaha.in at gmail.com]
Hi Mahesh,
On 7/12/07, Mahesh Aravind <[email protected]> wrote:
> If you ask me, GNU Emacs + AUCTeX == TeX editing system ultimatum!!! > > Try it, AucTeX has got EVERYTHING you need for writing TeX! Comes with a catch, > though -- you need to be proficient in Emacs.
I am no Emacs expert Always wanted to be one, but was too lazy and always found more important things to do. So that makes me different from the typical *ix geek who swears by emacs. Anyways Thanks for the suggestion, Kapil has suggested me a easier option which I plan to try.
Thanks
-- Amit Kumar Saha [URL]:http://amitsaha.in.googlepages.com
Amit Kumar Saha [amitsaha.in at gmail.com]
On 7/12/07, René Pfeiffer <[email protected]> wrote:
> And if you don't like to do that, you might want to try "aptitude > install vim-latexsuite" - but you need to be proficient in using vim. ;)
I keep that as the second option after Kapil's easier solution
-- Amit Kumar Saha [URL]:http://amitsaha.in.googlepages.com
Kapil Hari Paranjape [kapil at imsc.res.in]
Hello,
On Thu, 12 Jul 2007, René Pfeiffer wrote:
> On Jul 12, 2007 at 0426 -0700, Mahesh Aravind appeared and said: > > --- Amit Kumar Saha <[email protected]> wrote: > > > > > Suggest me a good, complete LATEX system - editors, typesetting system > > > - preferably for Ubuntu (if thats important). > > > > > > > If you ask me, GNU Emacs + AUCTeX == TeX editing system ultimatum!!! > > > > Try it, AucTeX has got EVERYTHING you need for writing TeX! Comes with a catch, > > though -- you need to be proficient in Emacs. > > And if you don't like to do that, you might want to try "aptitude > install vim-latexsuite" - but you need to be proficient in using vim. ;)
Actually, most of my colleagues here complained about "vim-latexsuite" since they felt that "doing it all within vim" was like the "emacs" philosophy rather than the "vi" philosphy.
People were happy enough with vim's standard syntax highlighting for TeX. They use the "e" exit from TeX/LaTeX to invoke the vim editor when they run into an error.
I also forgot to say that "preview-latex" pulls in "auctex". Another useful emacs package when you write long documents which are split into many files is "reftex".
Regards,
Kapil.
P.S. Since I don't seem to need previews anymore, I'm back to using "vi" (elvis actually) for editing TeX.
Amit Kumar Saha [amitsaha.in at gmail.com]
Kapil,
I plan to create my first Latex document after I have set up the system. So any pointers to good resources?
Thanks
-- Amit Kumar Saha [URL]:http://amitsaha.in.googlepages.com
René Pfeiffer [lynx at luchs.at]
On Jul 12, 2007 at 1713 +0530, Kapil Hari Paranjape appeared and said:
> Hello, > On Thu, 12 Jul 2007, René Pfeiffer wrote: > > On Jul 12, 2007 at 0426 -0700, Mahesh Aravind appeared and said: > > > --- Amit Kumar Saha <[email protected]> wrote: > > > > Suggest me a good, complete LATEX system - editors, typesetting system > > > > - preferably for Ubuntu (if thats important). > > > If you ask me, GNU Emacs + AUCTeX =3D=3D TeX editing system ultimatum!!! > > > Try it, AucTeX has got EVERYTHING you need for writing TeX! Comes with a catch, > > > though -- you need to be proficient in Emacs. > > And if you don't like to do that, you might want to try "aptitude > > install vim-latexsuite" - but you need to be proficient in using vim. ;) > Actually, most of my colleagues here complained about > "vim-latexsuite" since they felt that "doing it all within vim" > was like the "emacs" philosophy rather than the "vi" philosphy.
I have to agree with you. I am using only vim for LaTeX editing, xpdf or ghostview for previews (if I need them) and dia (or inkscape) for diagrams. The vim-latexsuite has some drawbacks when it comes to to commands. I regularly hit predefined command sequences when typing (for example I am used to type \section{} first and then filling in the text, but {} is interpreted as a command). Of course I can redefine the commands, but then again I can stick to vim.
Best wishes, René.
Mahesh Aravind [ra_mahesh at yahoo.com]
Amit,
--- Amit Kumar Saha <[email protected]> wrote:
> I am no Emacs expert Always wanted to be one, but was too lazy and > always found more important things to do. So that makes me different > from the typical *ix geek who swears by emacs. Anyways Thanks for > the suggestion, Kapil has suggested me a easier option which I plan to > try.
Sure. No wonder people say GNU/Linux is all about choice.
But do check out rubber -- http://www.sourceforge.net/rubber
Makes LaTeX compiling a breeze -- even inside vi, I guess! ;)
-- Mahesh Aravind First they ignore you. Then they laugh at you. Then they fight you. Then you win! -- Mahatma Gandhi (on GNU/Linux) ======================================================================== International | Install Linux. | Catch me at: GNU/Linux user #371671 | Lead a GNU Life! | maravind.blogspot.com ========================================================================
Martin J Hooper [martinjh at blueyonder.co.uk]
Mahesh Aravind wrote:
> Amit, > > --- Amit Kumar Saha <[email protected]> wrote: > >> I am no Emacs expert Always wanted to be one, but was too lazy and >> always found more important things to do. So that makes me different >> from the typical *ix geek who swears by emacs. Anyways Thanks for >> the suggestion, Kapil has suggested me a easier option which I plan to >> try. > > Sure. No wonder people say GNU/Linux is all about choice. > > But do check out rubber -- http://www.sourceforge.net/rubber >
Here is the right address: http://sourceforge.net/projects/rubber/
Francis Daly [francis at daoine.org]
On Fri, Jul 13, 2007 at 08:54:05AM +0100, Martin J Hooper wrote:
> Mahesh Aravind wrote:
> > But do check out rubber -- http://www.sourceforge.net/rubber > > Here is the right address: http://sourceforge.net/projects/rubber/
Although there's more up-to-date information if you go to (the page redirected from) http://rubber.sourceforge.net/
Consistent urls. There's nothing like 'em...
f
-- Francis Daly [email protected]