《王者荣耀》大乔神还原COS图赏 肤白貌美大长腿!
百度 有的诗句写得很好,但多了,使读者感到意象单调,禁不得反复咏叹。
kpathsea is the path searching library for texlive
58 questions
5
votes
2
answers
225
views
Reading and writing files consistently across TeX and Lua
Assume that I have an example LaTeX document named example document.tex with the following content:
\documentclass{standalone}
\ExplSyntaxOn
% Create file `\jobname.ext`.
\str_new:N
\...
4
votes
1
answer
98
views
What exactly does kpse.set_program_name() do and how should it be set?
LuaTeX's manual says
10.7.1 set_program_name and new
The way the library looks up variables is driven by the texmf.cmf file where the currently set program name acts as filter. ...
Before the search
...
1
vote
1
answer
41
views
kpathsea can't find `cmssbx8`
I compiling the following code (pdflatex t.tex) in TeXLive (Opensuse 15.6)
\documentclass{article}
\newcommand\ub{\vec{\mathbf{u}}}
\usepackage{sansmathfonts}
\begin{document}
$D_{\ub}$
\end{document}
...
3
votes
1
answer
80
views
Apparently \IfFileExists not working with otf?
Using TeXlive 2023, Linux, lualatex.
To my surprise, \IfFileExists does not seem to find any *.otf file, regardless of whether the file is installed into texmf-dist or my texmf home directory. MWE:
% !...
0
votes
0
answers
63
views
how to set alternative pk fonts destination on texlive
By default, TeXLive places metafont generated bitmap fonts in $TEXMFHOME: how do I change that to, say, $TEXMFVAR, without changing the whole $TEXMFHOME settings? Besides, I believe this change won't ...
0
votes
1
answer
55
views
warning: kpsewhich: Ignoring unknown file type `ttf'
when I using the kpsewhich to find the system font like this:
/app # kpsewhich --format="ttf" Kaiti.ttf
warning: kpsewhich: Ignoring unknown file type `ttf'.
is it possible to use kpsewhich ...
3
votes
2
answers
546
views
What is kpsetool, kpsexpand, and kpsepath?
When trying to manage my on LaTeX distribution, I frequently come across the commands kpsetool, kpsexpand, and kpsepath. They seem to have a similar purpose. What is it?
0
votes
1
answer
362
views
Re-configuring Latex path after switching from distribution-provided Texlive to native Texlive
I run an Arch system and used the Texlive-distribution provided by the distribution package manager. However, now I encountered a bug and decided to switch to a native Texlive installation, which I ...
2
votes
1
answer
554
views
TEXINPUTS, TEXMF and other variables
While investigating some things about TeX, I stumbled across TEXINPUTS, which one can use to tell (La/pdf/..?)TeX where to find it's files. I decided to look into it a bit closer and learned about ...
0
votes
0
answers
152
views
Non-free-font (garamondx) is not being rendered anymore after upgrade to macOS 13
I have been creating PDFs with garamondx for a while without a problem on my Mac with M1 chip. After upgrading to macOS 13 (Ventura) garamondx as a non-free font cannot be rendered anymore. The error ...
1
vote
1
answer
203
views
How can I make dvisvgm calling kpathsea find the texmf.cnf file in a nonstandard directory?
dvisvgm calling kpathsea cannot find the texmf.cnf file, but this does exist, though at a presumably nonstandard directory location. What to do to let the texmf.cnf file be located?
To convert a .dvi ...
1
vote
0
answers
439
views
Fonts not found
As I told in a previous question, I'm migrating from Scientific Linux 6.2 to Slackware Linux 15.0.
I anticipated some problems but there are some I'm unable to solve myself.
My present question ...
0
votes
1
answer
325
views
Problems after installing TexLive in a non-standard location (and how to uninstall it)
Background
My main goal is to compile my thesis in latex under POP-OS 22.04. (I used to use Miktex on Windows or Ubuntu).
Now I have installed TexLive in a non-standard location (passing --texdir=/...
1
vote
0
answers
665
views
Tex Live Updater suddenly broke
I have used Tex Live GUI to update packages. Suddenly it does not work. When I run TLShell TeX Live Manager, I get the following message:
C:/texlive/2022
warning: kpathsea: c:/texlive/texmf-local/ls-r:...
0
votes
0
answers
60
views
EPS inclusion from texmf-tree not working
Introduction
I have a project-specific texmf tree, which I use for package development, which is called texmf-project. This tree is correctly registered as an auxtree in texlive on debian 11. In my ...