LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 07-05-2009, 02:19 AM   #1
war1025
Member
 
Registered: Jul 2006
Distribution: Debian: Squeeze AMD64
Posts: 317

Rep: Reputation: 31
Latex documentation?


I've recently decided to learn how to use LaTeX and have been pretty successful with the basic stuff.

I've installed texlive-latex-extra which comes with a whole boatload of packages according to apt-cache show texlive-latex-extra

My question is: How do I go about finding the documentation for these packages / what they do and how to use them?
 
Old 07-05-2009, 03:28 AM   #2
jdkaye
Senior Member
 
Registered: Dec 2008
Location: Gorizia, Italy
Distribution: Debian Testing Amd64
Posts: 2,776

Rep: Reputation: Disabled
Here's one:
http://www-h.eng.cam.ac.uk/help/tpl/...tml/ltx-2.html
You can download it or use it from the web on your browser. Since there's some much very specific stuff you'll need to google to find it. People are forever adding new .sty files and it's hard for the standard documentation to keep up, if you see what I mean. The CTAN tex archive is also a good place to look.
http://www.ctan.org/
Of course, sometimes there isn't any
cheers,
jdk

Last edited by jdkaye; 07-05-2009 at 03:33 AM.
 
Old 07-05-2009, 04:57 AM   #3
jschiwal
Moderator
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 14,972

Rep: Reputation: 528Reputation: 528Reputation: 528Reputation: 528Reputation: 528Reputation: 528
Some packages also install pdf or ps documentation. Some have links to documentation on the CTAN website.
It may also depend on how much the debian packager decided to include.
 
Old 07-05-2009, 05:45 AM   #4
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian wheezy/sid, PC-BSD
Posts: 3,000
Blog Entries: 4

Rep: Reputation: 87
Best book I've found for LaTeX is the LaTeX Companion by Mittelbach, Goosens and Samarin.

http://www.amazon.com/Latex-Companio.../dp/0201541998

Provides a lot of useful information on additional packages and utilities you might need to use to create excellent documentation (eg. BibTeX, multilingual support etc.)

LaTeX - A Document Preparation System by the original creator Leslie Lamport is also highly recommended for the basics.

Last edited by vharishankar; 07-05-2009 at 05:48 AM.
 
Old 07-05-2009, 09:28 AM   #5
war1025
Member
 
Registered: Jul 2006
Distribution: Debian: Squeeze AMD64
Posts: 317

Original Poster
Rep: Reputation: 31
Awesome, thanks everyone!
 
Old 07-05-2009, 11:47 AM   #6
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: 64-bit Source, Kubuntu64, Fedora QA, Slackware, PCBSD
Posts: 2,331

Rep: Reputation: Disabled
The easiest introduction is by Leslie Lamport. You will find it on the Internet.

On *buntu plenty of documentation can be installed. You will find them in /usr/share/doc/texlive-doc/english
 
Old 07-05-2009, 12:00 PM   #7
jdkaye
Senior Member
 
Registered: Dec 2008
Location: Gorizia, Italy
Distribution: Debian Testing Amd64
Posts: 2,776

Rep: Reputation: Disabled
Quote:
Originally Posted by amani View Post
The easiest introduction is by Leslie Lamport. You will find it on the Internet.

On *buntu plenty of documentation can be installed. You will find them in /usr/share/doc/texlive-doc/english
Not just *buntu I have the same documents in the same place.
jdk
 
Old 07-05-2009, 12:36 PM   #8
war1025
Member
 
Registered: Jul 2006
Distribution: Debian: Squeeze AMD64
Posts: 317

Original Poster
Rep: Reputation: 31
Okay, now another question:

As I mentioned, I installed the texlive-latex-extra package
I want to use one of the packages provided by this. Specifically, paralist.

However when I run pdflatex I get the following output:

Code:
! LaTeX Error: Environment paralist undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
Do I need to set some environment variable so latex knows where to find the package? What is it and where do I point it to?

I've found paralist on my system:
Code:
$ locate paralist
/usr/share/doc/texlive-doc/latex/paralist
/usr/share/doc/texlive-doc/latex/paralist/README
/usr/share/doc/texlive-latex-extra-doc/latex/paralist
/usr/share/doc/texlive-latex-extra-doc/latex/paralist/README
/usr/share/texmf-texlive/tex/latex/paralist
/usr/share/texmf-texlive/tex/latex/paralist/paralist.sty
 
Old 07-05-2009, 12:39 PM   #9
war1025
Member
 
Registered: Jul 2006
Distribution: Debian: Squeeze AMD64
Posts: 317

Original Poster
Rep: Reputation: 31
Nevermind, it seems that I was doing \begin{paralist} when I should have used \begin{inparaenum}
 
Old 07-05-2009, 12:39 PM   #10
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian wheezy/sid, PC-BSD
Posts: 3,000
Blog Entries: 4

Rep: Reputation: 87
There is documentation for paralist:
http://www.ctex.org/documents/packag...e/paralist.pdf

The package name in LaTeX often doesn't reflect the name of the environments or commands it provides.

Often these packages also have a PDF file for help or examples. Go through them to get an idea of how to use them. Also get that book I mentioned. The LaTeX companion is enough to cover most scenarios you will use in a typesetting program.

Last edited by vharishankar; 07-05-2009 at 12:42 PM.
 
Old 10-16-2009, 10:54 AM   #11
Stefan_K
LQ Newbie
 
Registered: May 2009
Location: Hamburg, Germany
Distribution: Ubuntu Linux
Posts: 12

Rep: Reputation: 1
Arrow texdoc

Hi,

Quote:
Originally Posted by war1025 View Post
My question is: How do I go about finding the documentation for these packages / what they do and how to use them?
one important tool that hasn't been mentioned yet is texdoc. Just type
Code:
texdoc paralist
at the command line and a reader program should show the package documentation of paralist. Often there's no need to search online.

Stefan
 
  


Reply

Tags
latex


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
LaTeX forum / Where to ask LaTeX questions? max_sipos Linux - Software 2 12-21-2011 01:01 PM
Upgraded kile cannot find previously accessible documentation on Tex/Latex raespinosa2000 Linux - Software 3 04-10-2009 10:24 PM
About LaTeX and fonts in LaTeX g4j31a5 Linux - Software 4 09-19-2006 08:36 AM
LaTeX commands: texi2pdf, latex, dvipdf kaon Linux - Software 7 01-23-2005 04:32 PM
Latex... should I use it? nikhiljosh Linux - General 19 02-28-2003 02:48 AM


All times are GMT -5. The time now is 10:12 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration