[tex-live] Linux Libertine and TeX Live 2008

Wolfgang Keller feliphil at gmx.net
Sat Jul 4 17:41:31 CEST 2009


Hello,

and thanks for your reply.

> If you run kpsewhich fxb.inc from the command line, is the file found?

kpsewhich fxb.inc doesn't produce _any_ output. Not even an error message.

I'm running TeXlive portably from a USB stick, btw.

> Do you have TeX-related environment variables set?

I start LyX with a .bat file:

@echo off
set TEXDIR=%~dp0
set tldrive=%~d0
%tldrive%
cd %TEXDIR%

set TEXDIRW=%USERPROFILE%\.tlportable2008\
if not exist "%TEXDIRW%" md "%TEXDIRW%"

set TEXMFSYSVAR=%TEXDIR%texmf-var
set TEXMFSYSCONFIG=%TEXDIR%texmf-config
set TEXMFMAIN=%TEXDIR%texmf
set TEXMFDIST=%TEXDIR%texmf-dist
set TEXMFLOCAL=%TEXDIR%texmf-local
set TEXMFHOME=%TEXDIRW%texmf-home
set TEXMFVAR=%TEXDIRW%texmf-var
set TEXMFCONFIG=%TEXDIRW%texmf-config
set TEXBINDIR=%TEXDIR%bin\win32
set platform=win32

set PERL5LIB=%TEXDIR%tlpkg\installer\perllib
"%TEXDIR%tlpkg\installer\perl" "%TEXDIR%install-tl" --portable
if not errorlevel 1 goto doit
echo Initialization of TeXLive failed!
pause
exit

:doit
path %TEXDIR%bin\win32;%path%

set LYX_DIR=%TEXDIR%..\LyX16\
path %LYX_DIR%python;%path%
path %LYX_DIR%bin;%path%
path %LYX_DIR%imagemagick;%path%

set GS_DIR=%LYX_DIR%ghostscript\
path %GS_DIR%bin;%path%
set GS_LIB=%GS_DIR%lib;%GS_DIR%fonts;%GS_DIR%Resource

%TEXDIR%..\LyX16\bin\lyx.exe %*

> I notice that fxb.inc was not in the original TL 2008 release.

I've downloaded it by hand and "tossed" it into texmf-dist myself.

The TeX Live 2008 installer never worked for me, and thus there's no package manager either.

Sincerely,

Wolfgang


More information about the tex-live mailing list