xelatex
without any problems. The basic Latex packages are under the /usr/local/texlive/texmf-dist/tex/latex The contents are:
Code: Select all
ae
amscls
amsfonts
amsmath
anysize
babelbib
base
beamer
booktabs
breqn
caption
carlisle
cite
cmap
colortbl
crop
ctable
dvipdfmx-de
dvisvgm-def
emp
eso-pic
etex-pkg
etoolbox
euenc
euler
eurosym
extsizes
fancybox
fancyhdr
fancyref
fancyvrb
feynmf
feynmp-auto
fix2col
float
fontspec
fp
geometry
gmp
graphics
graphics-cf
hyperref
index
jknapltx
koma-script
l3experimen
l3kernel
l3packages
latexconfig
lineno
listings
lm
ltxmisc
makecmds
mathtools
mdwtools
memoir
metalogo
mflogo
mfnfss
mfpic4ode
microtype
mpgraphics
ms
natbib
ntgclass
oberdiek
parskip
pdfpages
pdftex-def
pgf
polyglossia
powerdot
psfrag
pslatex
psnfss
pspicture
rcs
realscripts
revtex
rotating
sansmath
section
seminar
sepnum
setspace
subfig
textcase
textpath
times
tipa
tools
typehtml
underscore
upquote
url
xcolor
xebaposter
xkeyval
xltxtra
zapfding
Using this installation I can compile a basic .tex file into .pdf for instance I've written a .tex file which begins like:
\documentclass{article}
\usepackage[left=1.5cm,right=2cm,top=2cm]{geometry}
\usepackage{fontspec}
\setmainfont{TeX Gyre Termes}[]
\begin{document}
this file get compiled perfectly. Now I'm trying to compile a file which contains a package that's not present in the /usr/local/texlive/texmf-dist/tex/latex, such as:
\usepackage{lipsum}
I'm trying to install the lipsum package offline, without using the
tlmgr
To do that I've followed the answer at https://tex.stackexchange.com/questions ... os-texlive I've downloaded the lipsum.zip at https://www.ctan.org/pkg/lipsum extracted its content into an arbitrary folder such as ~/Downloads/tex-packages/lipsum The contents are:
Code: Select all
CHANGELOG.md
lipsum.ins
README.txt
lipsum-cicero.txt
lipsum-la.txt
lipsum.dtx
DEPENDS.txt
lipsum-cs.txt
lipsum.pdf
latex
and run texhash
so I've did it, it but it gave an error:Code: Select all
>latex
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=latex)
restricted \write18 enabled.
**texhash
entering extended mode
! I can't find file `texhash'.
<*> texhash
(Press Enter to retry, or Control-D to exit)
Please type another input file name: