Search found 13 matches

by Haines
Tue Jan 07, 2025 6:00 pm
Forum: General
Topic: LuaLaTeX fails to process simple file
Replies: 11
Views: 5475

SOLUTION Re: LuaLaTeX fails to process simple file

Not a solution, but work-around, I built my project up paragraph by paragraph the problem disappeared. I appreciate the help.
by Haines
Wed Jan 01, 2025 5:09 pm
Forum: General
Topic: LuaLaTeX fails to process simple file
Replies: 11
Views: 5475

Re: LuaLaTeX fails to process simple file

I need to elaborate my prior message. This .tex file:


\documentclass{article}
\usepackage{libertine}
\begin{document}
test
\end{document}


Produces the same error when compiled with lualatex as when \usepackage{fontspec| or \usepackage{polyglossia} is instead included. I get sense that my ...
by Haines
Tue Dec 31, 2024 9:06 pm
Forum: General
Topic: LuaLaTeX fails to process simple file
Replies: 11
Views: 5475

Re: LuaLaTeX fails to process simple file

An important piece of information If failed to include is that neither the pdflatex nor the lualatex command
produce the error when run on this primitive file:


\documentclass{article}
\begin{document}
test
\end{document}


But when I add the use of the polyglossia or fontspec package I get ...
by Haines
Sat Dec 28, 2024 3:46 pm
Forum: General
Topic: LuaLaTeX fails to process simple file
Replies: 11
Views: 5475

Re: LuaLaTeX fails to process simple file

Stefan, you have been very patient. I suspect I made a misstep in my installation and so will how reinstall. In the past, installation instructions said that if you are installing over a broken installation, you should remove files such as /usr/local/texlive/2024 and ~/.texlive2024. But that ...
by Haines
Thu Dec 26, 2024 11:34 pm
Forum: General
Topic: LuaLaTeX fails to process simple file
Replies: 11
Views: 5475

Re: LuaLaTeX fails to process simple file

Debian wiki recommended installing as user and so I did so

# tlmgr install luaotfload
(running on Debian, switching to user mode!)
(see /usr/share/doc/texlive-base/README.tlmgr-on-Debian.md)
TLPDB: not a directory, not loading: /root/texmf
tlmgr: user mode not initialized, please read the ...
by Haines
Thu Dec 26, 2024 3:42 pm
Forum: General
Topic: LuaLaTeX fails to process simple file
Replies: 11
Views: 5475

Re: LuaLaTeX fails to process simple file

Stefan, your suggestion appreciated, but did not have much luck with it.

# tlmgr install texlive-luatex
(running on Debian, switching to user mode!)
(see /usr/share/doc/texlive-base/README.tlmgr-on-Debian.md)
TLPDB: not a directory, not loading: /root/texmf
tlmgr: user mode not initialized, please ...
by Haines
Wed Dec 25, 2024 8:34 pm
Forum: General
Topic: LuaLaTeX fails to process simple file
Replies: 11
Views: 5475

LuaLaTeX fails to process simple file

I newly installed Debian and TeXLive. I also used ELPA to install AUXTeX.

I have a small test file

\documentclass{article}
\usepackage{polyglossia}
\begin{document}
\end{document}

I get the error:

ERROR: Font \TU/lmr/m/n/10=[lmroman10-regular]:+tlig; at 10pt not loadable: metric data not ...
by Haines
Fri Nov 08, 2024 7:29 pm
Forum: AUCTeX
Topic: compilation output for source source screen
Replies: 0
Views: 7055

compilation output for source source screen

I reinstalled my operating system and lost a LaTeX prrocess function that apparently had previously been automatic. My practice had been to put a master LaTeX file in one emacs split screen and the included LaTeX file I'm working on in the other screen. When I process the master file, the output ...
by Haines
Fri Sep 28, 2018 12:05 am
Forum: Page Layout
Topic: Createpage blocks \begin{document}
Replies: 9
Views: 5596

Createpage blocks \begin{document}

Stefan,

My blunder and my apologies. In copying the code I missed the \begin{document} line. It now works properly.
Thanks for the help.
by Haines
Thu Sep 27, 2018 11:18 pm
Forum: Page Layout
Topic: Createpage blocks \begin{document}
Replies: 9
Views: 5596

Createpage blocks \begin{document}

Thanks, Ras, failure to run texhax seems to have been the problem. If I recall I ran texhax
prior to moving the UCC files into the proper location.

Having done that I can run pdflatex on the file:

\documentclass{memoir} %
\usepackage{createspace} %
\usepackage[T1]{fontenc} %
\usepackage[utf8 ...