xelatex
without any problems. The basic Latex packages are under the /usr/local/texlive/texmf-dist/tex/latex The contents are:
Code: Select all
aeamsclsamsfontsamsmathanysizebabelbibbasebeamerbooktabsbreqncaptioncarlislecitecmapcolortblcropctabledvipdfmx-dedvisvgm-defempeso-picetex-pkgetoolboxeuenceulereurosymextsizesfancyboxfancyhdrfancyreffancyvrbfeynmffeynmp-autofix2colfloatfontspecfpgeometrygmpgraphicsgraphics-cf
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.mdlipsum.insREADME.txtlipsum-cicero.txtlipsum-la.txtlipsum.dtxDEPENDS.txtlipsum-cs.txtlipsum.pdf
latex
and run texhash
so I've did it, it but it gave an error:Code: Select all
>latexThis is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=latex)restricted \write18 enabled.**texhashentering extended mode! I can't find file `texhash'.<*> texhash(Press Enter to retry, or Control-D to exit)Please type another input file name: