NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
[OT] LaTeX-----BEGIN PGP SIGNED MESSAGE----- Hello DU I'd like to begin writing my coursework for college in LaTeX, but I've Any point in the right direction would really help! Also, for the Debian related question; What package would people out - -- iD8DBQFHSZ72g6qL2BGnx4QRAqrxAJsHpHb1RVlqUt/CzqfDKAuHikuNYwCeOwZx -- |
[OT] LaTeX
On Nov 25, 2007 4:12 PM, Michael Pobega wrote:
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are both missing), and I have no clue where to start to learn LaTeX.
>
> Any point in the right direction would really help!
>
> Also, for the Debian related question; What package would people out
> there recommend for compiling and viewing LaTeX?
You didn't say which release you're using, so if "texlive" is
available, install that. If not, install "tetex". texlive is a
meta-package, and suggests texlive-doc-en, which contains
/usr/share/doc/texlive-doc-en/english/lshort-english/lshort.pdf
--
Michael A. Marsh
http://www.umiacs.umd.edu/~mmarsh
http://mamarsh.blogspot.com
http://36pints.blogspot.com
--
[OT] LaTeX
Hi,
`lshort.pdf' is very good starting point to learn LaTeX.
Good LaTeXing,
Jerome
Michael Marsh wrote:
> On Nov 25, 2007 4:12 PM, Michael Pobega wrote:
>> I'd like to begin writing my coursework for college in LaTeX, but I've
>> no clue where to start. I began by installing the vim-latexsuite
>> package, but that didn't seem to really work too well (The help pages
>> are both missing), and I have no clue where to start to learn LaTeX.
>>
>> Any point in the right direction would really help!
>>
>> Also, for the Debian related question; What package would people out
>> there recommend for compiling and viewing LaTeX?
>
> You didn't say which release you're using, so if "texlive" is
> available, install that. If not, install "tetex". texlive is a
> meta-package, and suggests texlive-doc-en, which contains
> /usr/share/doc/texlive-doc-en/english/lshort-english/lshort.pdf
>
--
Jerome BENOIT
jgmbenoit_at_mailsnare_dot_net
--
[OT] LaTeX
On Sun, Nov 25, 2007 at 11:12:38AM -0500, Michael Pobega wrote:
> Hello DU
>
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are both missing), and I have no clue where to start to learn LaTeX.
>
> Any point in the right direction would really help!
>
> Also, for the Debian related question; What package would people out
> there recommend for compiling and viewing LaTeX?
>
LaTex is a superset of Tex and as such is installed in the TexLive
packages. You'll want the texdoc and texdoctk programs. Texdoctk is
the easiest to use. It gives you a GUI-based menu of all the
documentation. Click on a piece of documentation and it starts up the
correct viewer for it (i.e. depending on if the file is pdf, dvi, ps,
text, html, whatever).
The first document to read would be the "not so short introduction to
latex". Basically, spend a day reading all the docs that are general
(not esoteric to a use you don't need). Then try to write something.
As for "compiling and viewing LaTex", I write it in vim, compile it
with latex on the command line and view it in xdvi, gv, kpdf, lynx, or
konqueror (depending on the format I've made). I get help in vim with:
:help latex
As an example LaTex document, here's my letterhead template:
\documentclass[letterpaper,12pt]{article}
%preamble here
\begin{document}
% no page number on this first page
\thispagestyle{empty}
\begin{flushleft}
Douglas A. Tutty\\
160 McQuay St, RR. 3\\
Yarker, ON K0K 3N0\\
Ph: (613) 358--5861\\
Email: \\
\end{flushleft}
\noindent \today
\bigskip
\noindent Dear:
\bigskip
\begin{flushleft}
Yours truly,
\vspace{2cm}
Douglas A. Tutty.
\end{flushleft}
\end{document}
---
As an alternative or suppliment, you could install lyx. Its a qt-based
wysiwyg editor that produces tex and can export latex. It has gread
documentation that gives you a head-start on tex concepts. I used it
for about 2 days before I went to vim and straight latex.
Doug.
--
[OT] LaTeX
I installed vim-latexsuite which installed vim-addon-manager. Then I
entered 'vim-addons install latex-suite' to enable it. Now when I enter
'vim-addons show' I get:
Addon: latex-suite
Status: broken
Description: comprehensive set of tools to view, edit, and compile LaTeX documents
What is it that is broken? How do I fix it?
--
"The Privacy Act, if enforced would be a pretty good thing. But the
government doesn't like it. Government has an insatiable appetite for
power, and it will not stop usurping power unless it is restrained by
laws they cannot repeal or nullify. There are mighty few laws they
cannot nullify." -- Sam Ervin
Rick Pasotto http://www.niof.net
--
[OT] LaTeX
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sun, Nov 25, 2007 at 12:47:02PM -0500, Rick Pasotto wrote:
> I installed vim-latexsuite which installed vim-addon-manager. Then I
> entered 'vim-addons install latex-suite' to enable it. Now when I enter
> 'vim-addons show' I get:
>
> Addon: latex-suite
> Status: broken
> Description: comprehensive set of tools to view, edit, and compile LaTeX documents
>
> What is it that is broken? How do I fix it?
>
I have the same problem after following your instructions; Should this
be filed as a bug report against vim-latexsuite? I have been unable to
get the suite working thus far, personally.
- --
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs.
- Richard Stallman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHScFrg6qL2BGnx4QRAu3lAJwMzbkfu8BStqnH5X8RkdsyuOEQUwCeLeLq
J1z3lA02gnUfpynJ02lmEa0=
=Pr60
-----END PGP SIGNATURE-----
--
[OT] LaTeX
On Sun, Nov 25, 2007 at 01:39:39PM -0500, Michael Pobega wrote:
> On Sun, Nov 25, 2007 at 12:47:02PM -0500, Rick Pasotto wrote:
> > I installed vim-latexsuite which installed vim-addon-manager. Then I
> > entered 'vim-addons install latex-suite' to enable it. Now when I enter
> > 'vim-addons show' I get:
> >
> > Addon: latex-suite
> > Status: broken
> > Description: comprehensive set of tools to view, edit, and compile LaTeX documents
> >
> > What is it that is broken? How do I fix it?
> >
>
> I have the same problem after following your instructions; Should this
> be filed as a bug report against vim-latexsuite? I have been unable to
> get the suite working thus far, personally.
I get the same, but a .tex file in vim looks entirely different. I think
the addon works.
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
[OT] LaTeX
On Nov 25, 2007 1:39 PM, Michael Pobega wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Sun, Nov 25, 2007 at 12:47:02PM -0500, Rick Pasotto wrote:
> > I installed vim-latexsuite which installed vim-addon-manager. Then I
> > entered 'vim-addons install latex-suite' to enable it. Now when I enter
> > 'vim-addons show' I get:
> >
> > Addon: latex-suite
> > Status: broken
> > Description: comprehensive set of tools to view, edit, and compile LaTeX documents
> >
> > What is it that is broken? How do I fix it?
> >
>
> I have the same problem after following your instructions; Should this
> be filed as a bug report against vim-latexsuite? I have been unable to
> get the suite working thus far, personally.
>
I forgot how I installed it but I found it very useful although it
behaves slightly differently after vim upgraded from 6 to 7. Try
downloading the suite directly from their website and just put it in
you .vim.
Manu
--
[OT] LaTeX
On Sun, Nov 25, 2007 at 01:39:39PM -0500, Michael Pobega wrote:
> On Sun, Nov 25, 2007 at 12:47:02PM -0500, Rick Pasotto wrote:
> > I installed vim-latexsuite which installed vim-addon-manager. Then I
> > entered 'vim-addons install latex-suite' to enable it. Now when I enter
> > 'vim-addons show' I get:
> >
> > Addon: latex-suite
> > Status: broken
> > Description: comprehensive set of tools to view, edit, and compile LaTeX documents
> >
> > What is it that is broken? How do I fix it?
Found it: http://bugs.debian.org/446080
And the addon is not used unless you edit a latex file, so either you
edit an existing file that starts with \documentclass... or you should
':setf tex' (ex. for a new file).
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
[OT] LaTeX
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sun, Nov 25, 2007 at 01:53:00PM -0800, Amit Uttamchandani wrote:
> Hi there,
>
> I would recommend a small nifty utility called rubber. It is simply a
> front end for the most common latex compile commands. Thus, if you
> want to compile your latex file into pdf simply run
>
> rubber --pdf .tex
>
> It takes care of everything. It is available in the debian packages.
>
> Amit
That's EXACTLY what I was looking for, something like that; Thanks so
much, this is going to make my life with LaTeX so much easier.
- --
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs.
- Richard Stallman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHSkWDg6qL2BGnx4QRArGWAJ9NdXzwYfJFkW2RpAqfVmTBGc+Q7wCgknCM
3KIopSYjmpPsRHmPYhpDfVA=
=Ix5k
-----END PGP SIGNATURE-----
--
[OT] LaTeX
On Sun, Nov 25, 2007 at 11:12:38AM -0500, Michael Pobega wrote:
> Hello DU
>
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are both missing), and I have no clue where to start to learn LaTeX.
>
> Any point in the right direction would really help!
>
> Also, for the Debian related question; What package would people out
> there recommend for compiling and viewing LaTeX?
The best tutorial is probably the Not-So-Short Introduction to LaTeX2e:
www.ctan.org/tex-archive/info/lshort/english/lshort.pdf
As for Debian packages, you'll want some subset of the texlive-* packages. Try
just the 'texlive' package for starters, which pulls in some of the LaTeX
stuff.
--
Benjamin A'Lee ::
Subvert Technologies :: http://subvert.org.uk/
[OT] LaTeX
As others have said, the not-so-short guide it good. If you want
something short and quick, there's plenty on the net such as:
http://polishlinux.org/tex/latex-the-basics-part-i/
http://www.electronics.oulu.fi/latex/index.html
I usually process it with pdftex and view with a pdf viewer.
--
swk
--
[OT] LaTeX
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sun, Nov 25, 2007 at 11:25:14AM -0700, Robert Jerrard wrote:
>
> On Sun, 2007-11-25 at 11:12 -0500, Michael Pobega wrote:
> > I'd like to begin writing my coursework for college in LaTeX, but I've
> > no clue where to start. I began by installing the vim-latexsuite
> > package, but that didn't seem to really work too well (The help pages
> > are both missing), and I have no clue where to start to learn LaTeX.
> >
> > Any point in the right direction would really help!
> >
> > Also, for the Debian related question; What package would people out
> > there recommend for compiling and viewing LaTeX?
>
> Hi Michael, how much do you know about LaTeX so far?
>
Thus far all I know is LaTeX is some sort of a graphical language (Ala
HTML) for text and image control to create documents.
> Installing texlive typically gives you what you need for compiling.
> Depending on the content of your work you may find xdvi sufficient for
> displaying the finished result. When I have documents with graphs, xdvi
> does not always handle the result properly and so often use dvips to
> create a ps file that can be view with any postscript viewer.
>
So far I've used the latex command to compile a .dvi file for
viewing; What's the best way to process a .tex file into a .pdf?
> I typically write LaTeX in a text file using emacs. Have a .emacs file
> and have auctex installed allows helpful automatic colouring of text so
> commands show up separately to regular text, etc.
>
I use vim-full, which automatically has syntax coloring for .tex files,
which is very useful. I love Vim, I've yet to find a single file that
hasn't had proper syntax coloring.
- --
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs.
- Richard Stallman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHScIdg6qL2BGnx4QRAiJnAJ0cOyCDhGNIKnwKloewMfEYQugnpgCfdUkd
2fEUmyosgj2w5CzEwVbTU9U=
=NJx8
-----END PGP SIGNATURE-----
--
[OT] LaTeX
On Sun, Nov 25, 2007 at 01:42:37PM -0500, Michael Pobega wrote:
> So far I've used the latex command to compile a .dvi file for
> viewing; What's the best way to process a .tex file into a .pdf?
At least two ways:
latex to make a dvi (device independant format)
dvipdf to turn it into a pdf
pdflatex to go from latex to pdf directly.
Depending on the details in the file, one may work better than the
other.
Doug.
--
[OT] LaTeX
On Sun, Nov 25, 2007 at 01:42:37PM -0500, Michael Pobega wrote:
> So far I've used the latex command to compile a .dvi file for
> viewing; What's the best way to process a .tex file into a .pdf?
You can either run dvipdf on the dvi file, or pdflatex on the tex file. IIRC
there's some situations where latex+dvipdf is needed, but generally pdflatex is
better.
--
Benjamin A'Lee ::
Subvert Technologies :: http://subvert.org.uk/
[OT] LaTeX
Ctan.org recommends
http://ctan.org/tex-archive/info/lshort/english/
as a document to start with.
Cheers
Sam
--
[OT] LaTeX
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11/25/07 12:42, Michael Pobega wrote:
[snip]
>
>
> Thus far all I know is LaTeX is some sort of a graphical language (Ala
> HTML) for text and image control to create documents.
Officially, tex is a "typesetting system".
But yes, tex *is* a markup language, and a Turing-complete one at that.
[snip]
>
>
> So far I've used the latex command to compile a .dvi file for
> viewing; What's the best way to process a .tex file into a .pdf?
If you print-to-file, the usual output is .ps. Then you could run
ps2pdf.
- --
Ron Johnson, Jr.
Jefferson LA USA
%SYSTEM-F-FISH, my hovercraft is full of eels
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHScsES9HxQb37XmcRAlXZAKCAkUYWGwACOkET0hav2wU0kgJ7WQCgiY0j
hYINOnnzl2cmiWSi0nbBgjw=
=Fdt0
-----END PGP SIGNATURE-----
--
[OT] LaTeX
On Sun, 2007-11-25 at 13:42 -0500, Michael Pobega wrote:
> So far I've used the latex command to compile a .dvi file for
> viewing; What's the best way to process a .tex file into a .pdf?
I typically run the commands
dvips file.dvi -o
ps2pdf file.ps
once the dvi file has been created. The first command creates a file
with name file.ps, ie the same first part but with the .ps extension.
The second creates another file with the same name but the .pdf
extension. The dvips command is part of the texlive install and the
ps2pdf command is part of a ghostscript install. The commands can be run
inside emacs or in a terminal. Perhaps system commands can also be run
within vim (I don't use vim). I only bother with the pdf when I want to
make it available to others that don't know all this, otherwise I view
the .ps file to see the finished product.
HTH, Bob
--
Dr. Robert J. Jerrard, Professor of Mathematics,
Concordia University College of Alberta,
7128 Ada Blvd., Edmonton, Alberta, T5B 4E4, Canada.
Phone: (780) 479-9291, Fax: (780) 474-1933.
--
[OT] LaTeX
On Sun, 2007-11-25 at 11:12 -0500, Michael Pobega wrote:
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are both missing), and I have no clue where to start to learn LaTeX.
>
> Any point in the right direction would really help!
>
> Also, for the Debian related question; What package would people out
> there recommend for compiling and viewing LaTeX?
Hi Michael, how much do you know about LaTeX so far?
Installing texlive typically gives you what you need for compiling.
Depending on the content of your work you may find xdvi sufficient for
displaying the finished result. When I have documents with graphs, xdvi
does not always handle the result properly and so often use dvips to
create a ps file that can be view with any postscript viewer.
I typically write LaTeX in a text file using emacs. Have a .emacs file
and have auctex installed allows helpful automatic colouring of text so
commands show up separately to regular text, etc.
http://www.gnu.org/software/auctex/preview-latex.html
HTH, Bob
--
Dr. Robert J. Jerrard, Professor of Mathematics,
Concordia University College of Alberta,
7128 Ada Blvd., Edmonton, Alberta, T5B 4E4, Canada.
Phone: (780) 479-9291, Fax: (780) 474-1933.
--
[OT] LaTeX
On Sun, 25 Nov 2007 11:12:38 -0500
Michael Pobega wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello DU
>
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are both missing), and I have no clue where to start to learn LaTeX.
>
> Any point in the right direction would really help!
>
> Also, for the Debian related question; What package would people out
> there recommend for compiling and viewing LaTeX?
>
under testing/unstable you want texlive, for stable, possibly tetex if I recall
correctly.
I never worked with the vim extension. I use emacs with auctex and lyx (a
mostly WYSIWYG latex editor). You may also want to have a look at texmaker
which is rather nice.
As for learning latex,
look with google (it's also probably in some debian package) for the not so
short introduction to latex. As for books, the classics are
latex: a document preparation system by leslie lamport
and the latex companion
> - --
> If programmers deserve to be rewarded for creating innovative
> programs, by the same token they deserve to be punished if they
> restrict the use of these programs.
> - Richard Stallman
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFHSZ72g6qL2BGnx4QRAqrxAJsHpHb1RVlqUt/CzqfDKAuHikuNYwCeOwZx
> Dr+xDvNLZ+/GP1PbfRSzD7g=
> =oOST
> -----END PGP SIGNATURE-----
>
>
--
[OT] LaTeX
Michael Pobega wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello DU
>
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are both missing), and I have no clue where to start to learn LaTeX.
>
> Any point in the right direction would really help!
>
> Also, for the Debian related question; What package would people out
> there recommend for compiling and viewing LaTeX?
>
I find hyperlatex really handy (http://packages.debian.org/sid/hyperlatex)
That creates an html page from a LaTeX document. So whatever you write
in LaTeX you get it both as an html document and as a printable doc.
Some restrictions apply.
Hugo
--
[OT] LaTeX
On Sun, Nov 25, 2007 at 11:12:38AM -0500, Michael Pobega wrote:
> Hello DU
>
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are both missing), and I have no clue where to start to learn LaTeX.
>
> Any point in the right direction would really help!
>
> Also, for the Debian related question; What package would people out
> there recommend for compiling and viewing LaTeX?
I found Texmaker a wonderful tool when I first started on latex. In fact
I still use texmaker when I am feeling lazy. (And/or Kile, almost
identical, but uses some KDE stuff and so loads more slowly first time).
The Latex guide in the help menu is a great beginner's resource and the
easy tools for most common latex markup are a quick way to get familiar
with the structure of Latex. You can also compile and view either dvi
ps of pdf from inside the editor. Vim Latexsuite does these things too,
but you need some vim skills to enjoy it.
--
richard
--