texlive
This commit is contained in:
parent
fb83ac9cf6
commit
3cf1de13dc
3 changed files with 17 additions and 0 deletions
|
@ -11,3 +11,4 @@ Documents
|
|||
restructuredtext/index
|
||||
libreoffice/index
|
||||
pdftk/index
|
||||
texlive/index
|
||||
|
|
7
source/texlive/index.rst
Normal file
7
source/texlive/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
#######
|
||||
TexLive
|
||||
#######
|
||||
|
||||
.. toctree::
|
||||
|
||||
install
|
9
source/texlive/install.rst
Normal file
9
source/texlive/install.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
*******
|
||||
Install
|
||||
*******
|
||||
|
||||
.. code:: shell
|
||||
|
||||
apt-get install \
|
||||
texlive-xetex \
|
||||
texlive-lang-french \
|
Loading…
Reference in a new issue