texmf.cnf.patch 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. --- /home/antonio/Software/test/texlive/texmf-dist/web2c/texmf.cnf 2023-05-29 09:35:03.834247317 +0200
  2. +++ ./texmf.cnf 2023-05-29 09:49:24.872674220 +0200
  3. @@ -59,7 +59,7 @@
  4. % SELFAUTOPARENT (its grandparent = /usr/local/texlive/YYYY), and
  5. % SELFAUTOGRANDPARENT (its great-grandparent = /usr/local/texlive).
  6. % Sorry for the off-by-one-generation names.
  7. -TEXMFROOT = $SELFAUTOPARENT
  8. +TEXMFROOT = $SELFAUTODIR/share
  9. % The various texmf trees used by TeX Live, follow.
  10. % They must must all have the TDS directory structure (https://tug.org/tds).
  11. @@ -72,13 +72,13 @@
  12. TEXMFMAIN = $TEXMFDIST
  13. % Local additions to the distribution trees.
  14. -TEXMFLOCAL = $SELFAUTOGRANDPARENT/texmf-local
  15. +TEXMFLOCAL = /usr/local/share/texmf;/usr/share/texmf
  16. % TEXMFSYSVAR, where *-sys store cached runtime data.
  17. -TEXMFSYSVAR = $TEXMFROOT/texmf-var
  18. +TEXMFSYSVAR = /var/lib/texmf
  19. % TEXMFSYSCONFIG, where *-sys store configuration data.
  20. -TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
  21. +TEXMFSYSCONFIG = /etc/texmf
  22. % Per-user texmf tree(s) -- organized per the TDS, as usual. To define
  23. % more than one per-user tree, set this to a list of directories in
  24. @@ -87,10 +87,10 @@
  25. TEXMFHOME = ~/texmf
  26. % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
  27. -TEXMFVAR = ~/.texlive2024/texmf-var
  28. +TEXMFVAR = ~/.texlive/texmf-var
  29. % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
  30. -TEXMFCONFIG = ~/.texlive2024/texmf-config
  31. +TEXMFCONFIG = ~/.texlive/texmf-config
  32. % This is the value manipulated by tlmgr's auxtrees subcommand in the
  33. % root texmf.cnf. Kpathsea warns about a literally empty string for a
  34. @@ -396,7 +396,7 @@
  35. % OSFONTDIR is to provide a convenient hook for allowing TeX to find
  36. % fonts installed on the system (outside of TeX). An empty default
  37. % value would add "//" to the search paths, so we give it a dummy value.
  38. -OSFONTDIR = /please/set/osfontdir/in/the/environment
  39. +OSFONTDIR = /usr/share/fonts
  40. % PostScript Type 1 outline fonts.
  41. T1FONTS = $TEXMFDOTDIR;$TEXMF/fonts/type1//;$OSFONTDIR//
  42. @@ -451,8 +451,8 @@
  43. % For xdvi to find mime.types and .mailcap, if they do not exist in
  44. % ~. These are single directories, not paths.
  45. % (But the default mime.types, at least, may well suffice.)
  46. -MIMELIBDIR = $TEXMFROOT/etc
  47. -MAILCAPLIBDIR = $TEXMFROOT/etc
  48. +MIMELIBDIR = /etc
  49. +MAILCAPLIBDIR = /etc
  50. % Default settings for the fontconfig library as used by the Windows
  51. % versions of xetex/xdvipdfmx. Not used by xetex on Unixish systems.