Difference between revisions of "Debian TeXlive install"

From Wiki
Jump to navigation Jump to search
m ({{Installation navbox}})
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
== Setup ==
 
== Setup ==
 
TeXlive is contained in Debian. Just call
 
TeXlive is contained in Debian. Just call
<pre>
 
 
aptitude update
 
aptitude update
 
aptitude install texlive
 
aptitude install texlive
</pre>
+
        aptitude install lmodern texlive-context
 +
 
 
Which will bring you: texlive-latex-recommended, texlive-fonts-recommended,
 
Which will bring you: texlive-latex-recommended, texlive-fonts-recommended,
 
texlive-context, texlive-latex-base, texlive-base. You can go on and install
 
texlive-context, texlive-latex-base, texlive-base. You can go on and install
Line 14: Line 14:
 
install the texlive-full packages, which pulls in all packages.  
 
install the texlive-full packages, which pulls in all packages.  
  
<pre>
 
 
aptitude install texlive-full
 
aptitude install texlive-full
</pre>
 
 
== Install ==
 
 
After purging any other TeX distribution, such as teTeX:
 
<code>
 
  apt-get remove --purge tetex-* texinfo
 
</code>
 
you have just to <tt>apt-get</tt> these packages as root:
 
<code>
 
  apt-get install lmodern texlive-context
 
</code>
 
  
The <tt>texlive-context</tt> package is old compared to the <tt>context</tt> packages from Norbert Preining; see [[Debian_installation]] for how to use the newer packages.
+
The <tt>texlive-context</tt> package may be older then the <tt>context</tt> packages from Norbert Preining; see [[Debian_installation]].
  
 
== Fonts ==
 
== Fonts ==
Line 35: Line 22:
 
It may be of interest to get fonts as well:
 
It may be of interest to get fonts as well:
 
<code>
 
<code>
   apt-get install texlive-fonts-recommended cm-super
+
   aptitude install texlive-fonts-recommended cm-super
 
</code>
 
</code>
  
Line 42: Line 29:
 
And to get back texinfo if needed:
 
And to get back texinfo if needed:
 
<code>
 
<code>
   apt-get install texinfo
+
   aptitude install texinfo
 
</code>
 
</code>
  
 
+
{{Installation navbox}}
  
 
[[Category:Installation]]
 
[[Category:Installation]]
--[[User:Olivier|Olivier]] 13:05, 7 November 2005 (CET)<br>
 
--[[User:Sanjoy|sanjoy]] 07:00, 6 January 2007 (GMT)
 

Latest revision as of 16:00, 20 November 2012

Setup

TeXlive is contained in Debian. Just call aptitude update aptitude install texlive

       aptitude install lmodern texlive-context

Which will bring you: texlive-latex-recommended, texlive-fonts-recommended, texlive-context, texlive-latex-base, texlive-base. You can go on and install additional packages (like texlive-latex-extra) and additional languages (like texlive-lang-german) and additional documentation (like texlive-doc-en).

If you want to have a system closely mirroring a TeX Live DVD, you can install the texlive-full packages, which pulls in all packages.

aptitude install texlive-full

The texlive-context package may be older then the context packages from Norbert Preining; see Debian_installation.

Fonts

It may be of interest to get fonts as well:

  aptitude install texlive-fonts-recommended cm-super

TeXinfo

And to get back texinfo if needed:

  aptitude install texinfo