SOLVED Re: line numbering in pdf

2023-06-23 Thread Wolfgang Engelmann

Thanks, Herbert and Scott. Very handy!

Wolfgang

Am 23.06.23 um 12:42 schrieb Scott Kostyshak:

On Fri, Jun 23, 2023 at 12:10:33PM +0200, Herbert Voss wrote:




Am 23.06.23 um 10:29 schrieb Wolfgang Engelmann:

I would like to export a pdf file from lyx in which the lines are
numbered for each page. Under User guide B12 is a description, which I,
however, do not understand enough.

I wouldn't mind, as an alternative, to do the line numbering in the pdf
file directly (which pdf reader? Okular? I use Debian.).

The reason is, that I would like to send the document to a coauthor for
question, for which I should tell him where to look at.


Write

\usepackage{lineno}
\linenumbers

into the documents preamble.

I didn't search for a switch inside the LyX menues ...
Maybe that there is one.


This will be supported in LyX 2.4:

   https://wiki.lyx.org/LyX.NewInLyX24#lineno

Scott



--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


line numbering in pdf

2023-06-23 Thread Wolfgang Engelmann
I would like to export a pdf file from lyx in which the lines are 
numbered for each page. Under User guide B12 is a description, which I, 
however, do not understand enough.


I wouldn't mind, as an alternative, to do the line numbering in the pdf 
file directly (which pdf reader? Okular? I use Debian.).


The reason is, that I would like to send the document to a coauthor for 
question, for which I should tell him where to look at.


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


SOLVED > texlive 2023 > WHAT DO I HAVE TO DO TO GET 2023 WORKING??

2023-06-19 Thread Wolfgang Engelmann




Am 19.06.23 um 19:00 schrieb Wolfgang Engelmann:



Am 19.06.23 um 17:11 schrieb Wolfgang Engelmann:



Am 19.06.23 um 16:55 schrieb Tobias Hilbricht:

Am Montag, dem 19.06.2023 um 15:57 +0200 schrieb Wolfgang Engelmann:



Am 19.06.23 um 15:29 schrieb Herbert Voss:



Am 19.06.23 um 15:11 schrieb Wolfgang Engelmann:

do you have a file texlive.sh in /etc/profile.d/. ?
If yes, what's its contents.


export PATH=/usr/local/texlive/2022/bin/x86_64-linux:$PATH
export MANPATH=/usr/local/texlive/2022/texmf/doc/man:$MANPATH
export INFOPATH=/usr/local/texlive/2022/texmf/doc/info:$INFOPATH
unset TEXINPUTS
unset TEXMFCONFIG


as root change it to 2023


/usr/local/texlive/2022/bin/x86_64-linux/tex
/usr/local/texlive/2022/bin/x86_64-linux/tex
/usr/bin/tex


it looks like an old instance from Debian's own texlive. Delete all
files
depending to tex in /usr/bin/, e.g. tex, latex, luatex, ...


There A LOT of files in /usr/bin ..
I have sudo rm the tex latex lua
but what else should I remove?


Did you remove Debians "own" TeXLive install completely? Try to find
out if there are packages left from an old install with
apt list --installed | grep texlive
and then remove those packages.
Tobias


Tobias and Herbert,

thanks for the suggestions.
I am upgrading my Debian bullseye to bookworm.
Unfortunately it contains again texlive 2022 instaed of 2023.
It takes quite some time to finish the upgrade. If done, I will try to 
use the proposals for getting finally the desired 2023.




Done. The Version is after changing 2022 to 2223 in
file texlive.sh in /etc/profile.d/ AND in
bashrc
now shown as
latex -v
pdfTeX 3.141592653-2.6-1.40.25 (TeX Live 2023)

Thanks to your help TL it is now working

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: texlive 2023 > WHAT DO I HAVE TO DO TO GET 2023 WORKING??

2023-06-19 Thread Wolfgang Engelmann




Am 19.06.23 um 16:55 schrieb Tobias Hilbricht:

Am Montag, dem 19.06.2023 um 15:57 +0200 schrieb Wolfgang Engelmann:



Am 19.06.23 um 15:29 schrieb Herbert Voss:



Am 19.06.23 um 15:11 schrieb Wolfgang Engelmann:

do you have a file texlive.sh in /etc/profile.d/. ?
If yes, what's its contents.


export PATH=/usr/local/texlive/2022/bin/x86_64-linux:$PATH
export MANPATH=/usr/local/texlive/2022/texmf/doc/man:$MANPATH
export INFOPATH=/usr/local/texlive/2022/texmf/doc/info:$INFOPATH
unset TEXINPUTS
unset TEXMFCONFIG


as root change it to 2023


/usr/local/texlive/2022/bin/x86_64-linux/tex
/usr/local/texlive/2022/bin/x86_64-linux/tex
/usr/bin/tex


it looks like an old instance from Debian's own texlive. Delete all
files
depending to tex in /usr/bin/, e.g. tex, latex, luatex, ...


There A LOT of files in /usr/bin ..
I have sudo rm the tex latex lua
but what else should I remove?


Did you remove Debians "own" TeXLive install completely? Try to find
out if there are packages left from an old install with
apt list --installed | grep texlive
and then remove those packages.
Tobias


Tobias and Herbert,

thanks for the suggestions.
I am upgrading my Debian bullseye to bookworm.
Unfortunately it contains again texlive 2022 instaed of 2023.
It takes quite some time to finish the upgrade. If done, I will try to 
use the proposals for getting finally the desired 2023.


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: texlive 2023 > WHAT DO I HAVE TO DO TO GET 2023 WORKING??

2023-06-19 Thread Wolfgang Engelmann




Am 19.06.23 um 15:29 schrieb Herbert Voss:



Am 19.06.23 um 15:11 schrieb Wolfgang Engelmann:

do you have a file texlive.sh in /etc/profile.d/. ?
If yes, what's its contents.


export PATH=/usr/local/texlive/2022/bin/x86_64-linux:$PATH
export MANPATH=/usr/local/texlive/2022/texmf/doc/man:$MANPATH
export INFOPATH=/usr/local/texlive/2022/texmf/doc/info:$INFOPATH
unset TEXINPUTS
unset TEXMFCONFIG


as root change it to 2023






If no, what is the output of

which -a tex


/usr/local/texlive/2022/bin/x86_64-linux/tex
/usr/local/texlive/2022/bin/x86_64-linux/tex
/usr/bin/tex


it looks like an old instance from Debian's own texlive. Delete all files
depending to tex in /usr/bin/, e.g. tex, latex, luatex, ...


There A LOT of files in /usr/bin ..
I have sudo rm the tex latex lua
but what else should I remove?

So far after a restart
which -a tex
still gives 2022 >
/usr/local/texlive/2022/bin/x86_64-linux/tex
>> /usr/local/texlive/2022/bin/x86_64-linux/tex

Wolfgang


After a restart try

which -a latex

Is it now 2023?

Herbert

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: texlive 2023 > WHAT DO I HAVE TO DO TO GET 2023 WORKING??

2023-06-19 Thread Wolfgang Engelmann



Am 19.06.23 um 14:26 schrieb Herbert Voss:



Am 19.06.23 um 11:14 schrieb Wolfgang Engelmann:

I checked with synaptic in my Debian 5.10179-1 (2023-05-12)
> 2020_20210202-3

and with
latex -v
> Tex Live 2022

and in /usr/local
is  /texlive/2022 and /texlive/2023

I have done in my ./profile according to (1-) the (2-)



do you have a file texlive.sh in /etc/profile.d/. ?
If yes, what's its contents.


export PATH=/usr/local/texlive/2022/bin/x86_64-linux:$PATH
export MANPATH=/usr/local/texlive/2022/texmf/doc/man:$MANPATH
export INFOPATH=/usr/local/texlive/2022/texmf/doc/info:$INFOPATH
unset TEXINPUTS
unset TEXMFCONFIG



If no, what is the output of

which -a tex


/usr/local/texlive/2022/bin/x86_64-linux/tex
/usr/local/texlive/2022/bin/x86_64-linux/tex
/usr/bin/tex




Herbert



Thanks, Herbert.

I guess I have to change 2022 > 2023?

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


texlive 2023 > WHAT DO I HAVE TO DO TO GET 2023 WORKING??

2023-06-19 Thread Wolfgang Engelmann

I checked with synaptic in my Debian 5.10179-1 (2023-05-12)
> 2020_20210202-3

and with
latex -v
> Tex Live 2022

and in /usr/local
is  /texlive/2022 and /texlive/2023

I have done in my ./profile according to (1-) the (2-)

1-
Post-install: setting PATH

After the installation finishes, you must add the directory of TeX Live 
binaries to your PATH—except on Windows, where the installer takes care 
of this. The installer shows the exact lines that should be added. As an 
example, for Bourne-compatible shells (e.g., in ~/.profile or ~/.bashrc):

  PATH=/usr/local/texlive/2023/bin/x86_64-linux:$PATH
Use the initialization file and syntax for your shell, your installation 
directory, and your binary platform name instead of x86_64-linux. After 
editing the init file, log out and log back in.


If you have multiple TeX installations on a given machine, you need to 
change the search path to switch between them—except on MacOSX.


2-
./profile
...
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi

#$HOME/.profile PATH
PATH=/usr/local/texlive/2023/bin/x86_64-linux:$PATH;export PATH
MANPATH=/usr/local/texlive/2023/texmf-dist/doc/man:$MANPATH;export MANPATH
INFOPATH=/usr/local/texlive/2023/texmf-dist/doc/info:$INFOPATH; export 
INFOPATH


WHAT DO I HAVE TO DO TO GET 2023 WORKING??
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


SOLVED: How to change citation in Biblatex spbasic

2023-06-12 Thread Wolfgang Engelmann

Thanks, Herbert and Jürgen.

Good to know it is quite easy to get the desired change in the output.

Wolfgang

Am 11.06.23 um 10:14 schrieb Jürgen Spitzmüller:

Am Sonntag, dem 11.06.2023 um 09:02 +0200 schrieb Herbert Voss:

Only for authors with the same familyname the given names are used.


And this could be omitted by uniquename=false or maybe a less radical
uniquename value (in Document > Settings > Bibliography > Cite Style >
Options).

See biblatex manual, 4.11.4 Name Disambiguation.


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


How to change citation in Biblatex spbasic

2023-06-10 Thread Wolfgang Engelmann
I use for my literature biblatex (author year) citation style spbasic, 
processor biber.


I would like to change the citation in the text slightly.
Example:

S Daan, DGM Beersma (1984)
should be

Daan, Beersma (1984)

or Daan and Beersma (1984)

Can I obtain this in the Style options and what should be entered there?

If not, how would I change it in the citation style spbasic which was 
modified for LyX by Herbert Voss?


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: listings interrupted by figure in pdf output

2023-05-22 Thread Wolfgang Engelmann



Am 22.05.23 um 15:26 schrieb Herbert Voss:



Am 22.05.23 um 14:22 schrieb Wolfgang Engelmann:
How can one avoid the interruption of a listing (used instead of an 
algorithm, because of its length) by a figure in the pdf output of a 
koma script book?

Wolfgang,

enable the option "float"  (Gleitobjekt) in the listings menue.
or put the listing into a minipage. However, this can lead to a lot
of whitespace on one page.

Herbert


Thanks, Herbert.

However, I could not find a listings menue, where I could enable the 
float option.


If I put the listing in a box (minipage), it is uninterrupted,  but runs 
over the normal end of the page. The reason we used listings was, that 
it can be interrupted if to long at the end of the page and continued at 
the next page.


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


listings interrupted by figure in pdf output

2023-05-22 Thread Wolfgang Engelmann
How can one avoid the interruption of a listing (used instead of an 
algorithm, because of its length) by a figure in the pdf output of a 
koma script book?


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: missing characters

2023-05-15 Thread Wolfgang Engelmann



Am 08.05.23 um 14:39 schrieb Udicoudco:

On Mon, May 8, 2023 at 3:14 PM Wolfgang Engelmann
 wrote:


where would
unicode-math and the \mathrm macro. > \mathrm
be set in LyX?


In Document->Settings->Fonts->Math (the non-TeX option loads
unicode-math). Regarding \mathrm,
it is a macro that you probably used in the body of the document.



and in the preamble I use

\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro}


Ah, I see! so that is the origin of the problem. It seems that
libertinus-otf loads unicode-math.
So either use \symrm instead of \mathrm, as mentioned in the previous
mail, or pass the nomath
option to libertinus-otf, but that would prevent libertinus-otf to
change the math font altogether.


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Herbert Voss was so kind to change the libertinus-otf.sty

It has now definitions for

  \newunicodechar{∂}{\delta}
  \newunicodechar{∆}{\Delta}
  \newunicodechar{π}{\pi}
  \newunicodechar{∏}{\Pi}
  \newunicodechar{µ}{\mu}
  \newunicodechar{Ω}{\Omega}
  \newunicodechar{∑}{\Sigma}
  \newunicodechar{Θ}{\Theta}
  \newunicodechar{θ}{\theta}
  \newunicodechar{ϑ}{\vartheta}


which can now be inserted directly via the keyboard. Further ones are 
definable via the LyX-preamble.


Wolfgang

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: missing characters

2023-05-08 Thread Wolfgang Engelmann



Am 08.05.23 um 11:32 schrieb Udicoudco:

On Mon, May 8, 2023 at 12:11 PM Wolfgang Engelmann
 wrote:


In my lyx document (Koma script book) under no TeX (via LuaTX) I get
these errors:

Missing character: There is no 휇 (U+1D707) in font
[LibertinusSerif-Regular.o
tf]:mode=base;script=latn;language=dflt;+tnum;+lnum;!
.
 ...rdinate) and growth rate ($\mathrm {\mu m/sec}$
, red, right
ordinate) of ...



Looks like you are using 


 will switch to the text font, which does not contain some

of the mathematical symbols (greek letters in this case). Use \symup
or \symrm instead.

If you want you can pass the option mathrm=sym to unicode math
so that \mathrm will work as \symrm, but that can prevent kerning
in operator names (\sin etc.).


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Thanks, Udicoudco

where would
unicode-math and the \mathrm macro. > \mathrm
be set in LyX?
I can't see having done it anywhere in my document.
In Documents> settings > math options
I have set all options on
load automatically except ansmath

and in the preamble I use

\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro} 



and

% provides caption formatting
%\usepackage[font={it}]{caption}
\setkomafont{captionlabel}{\bfseries}
%\setkomafont{caption}{\footnotesize\itshape}
\setkomafont{caption}{\itshape}

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


missing characters

2023-05-08 Thread Wolfgang Engelmann
In my lyx document (Koma script book) under no TeX (via LuaTX) I get 
these errors:


Missing character: There is no 휇 (U+1D707) in font 
[LibertinusSerif-Regular.o

tf]:mode=base;script=latn;language=dflt;+tnum;+lnum;!
.
 ...rdinate) and growth rate ($\mathrm {\mu m/sec}$
  , red, right 
ordinate) of ...


Missing character: There is no ˜ (U+0098) in font 
[LibertinusSerif-Italic.otf]:

mode=node;script=latn;language=dflt;+tlig;+tnum;+lnum;!


Missing character: There is no 휓 (U+1D713) in font 
[LibertinusSerif-Regular.o

tf]:mode=base;script=latn;language=dflt;+tnum;+lnum;!

I use

Version 2.4.0-beta2 (Sonntag, 11. Dezember 2022)
Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
Qt-Version (bei Erstellung): 5.15.2
OS-Version (bei Erstellung): Debian GNU/Linux 11 (bullseye)
Python-Aufruf: python3 -tt

/usr/local/share/lyx2.4.0/

and have set mostly "use default"

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Solved > Re: Umlaut in nomenclature

2023-05-03 Thread Wolfgang Engelmann
I posted this before and thought it is solved. However, the word 
starting with an U umlaut (capital "U) is now placed in the Abbreviation 
part of the Nomenclature. How can I make it appear in the normal 
Nomenclature part und there under U?

Wolfgang

Am 12.04.23 um 17:57 schrieb Wolfgang Engelmann:



Am 12.04.23 um 16:29 schrieb Eckhard Höffner:

Is there anything special?

I use utf8, enter the "symbol" and the "description" with Umlauten, 
check "unformated" and everthing is fine.   You may also add  the 
sorting order.  Öl =>  oel


index is different Oel@Öl



Am 12.04.23 um 15:40 schrieb Wolfgang Engelmann:
I forgot how to put a word starting with an Umlaut in the 
nomenclature, where it should appear under U, as in this example:


Übertragungsfunktion

beschreibt mathematisch die Beziehung zwischen dem Ein- und 
Ausgangssignal eines dynamischen Systems im Frequenzraum. Damit kann 
für ein beliebiges Eingangssignal das Ausgangssignal, also die 
Reaktion des Systems, bestimmt werden.



Wolfgang




Thanks, Eckard,
works!

Wolfgang

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


preparing abbreviations in the text for latex

2023-05-02 Thread Wolfgang Engelmann
Where can I find information for preparing abbreviations in the text for 
latex,


such as etc or i.e.

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


SOLVED > Re: how to tell LyX that there is a 2023 texlive

2023-05-02 Thread Wolfgang Engelmann



Am 02.05.23 um 17:42 schrieb José Matos:

On Tue, 2023-05-02 at 16:43 +0200, Wolfgang Engelmann wrote:

How can I tell LyX that there is a 2023 texlive which I installed
just now.

It is in
/usr/local/texlive/2023
and I have the PATHs set in ~/.profile.

However, LyX uses still
/usr/local/texlive/2022

Wolfgang


What happens if you try:
Tools -> Reconfigure

then restart LyX.

Does that works?


Thanks, José, for the reminder. I forgot the reconfigure,
and thanks, Steve, for the texhash. Now its working.

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


how to tell LyX that there is a 2023 texlive

2023-05-02 Thread Wolfgang Engelmann

How can I tell LyX that there is a 2023 texlive which I installed just now.

It is in
/usr/local/texlive/2023
and I have the PATHs set in ~/.profile.

However, LyX uses still
/usr/local/texlive/2022

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Add parameter to the index entry

2023-05-02 Thread Wolfgang Engelmann



Am 01.05.23 um 13:31 schrieb Wolfgang Engelmann:



Am 01.05.23 um 12:03 schrieb Ehud Behar:
I want to insert a "people" index into my document so that an index 
entry has the

[people]
"parameter" appended to it. Like this:
\index[people]{Dirac, Paul} and \index[people]{Maxwell, James Clerk}

So I want to make some changes to the index entry that is defined in 
the stdinsets.inc file.


I tried to insert the following lines in my local layout but it gives 
me '\index{peopleDirac, Paul}' instead of '\index[people]{Dirac, Paul}':


InsetLayout Index
 LabelString   Idx
 Decoration    classic
 Font
   Size    Small
 EndFont
 LabelFont
   Color   indexlabel
   Size    Small
 EndFont
 LatexParam people  #<<<<< New
 MultiPar  false
 CustomPars    false
 ForcePlain    true
 ContentAsLabel    true
 PassThruChars @|!
End

Any idea how to achieve it?






Is there a reason not to use the
name index
of LyX?

Wolfgang

>>>> Sorry, I don't understand your question.
Ehud Behar

>>>>> I probably misunderstood your questioning.

>>>>> I usually use the name index besides the subject index
>>>>> You probably know this and have something else in mind
>>>>> Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Add parameter to the index entry

2023-05-01 Thread Wolfgang Engelmann



Am 01.05.23 um 12:03 schrieb Ehud Behar:
I want to insert a "people" index into my document so that an index 
entry has the

[people]
"parameter" appended to it. Like this:
\index[people]{Dirac, Paul} and \index[people]{Maxwell, James Clerk}

So I want to make some changes to the index entry that is defined in the 
stdinsets.inc file.


I tried to insert the following lines in my local layout but it gives me 
'\index{peopleDirac, Paul}' instead of '\index[people]{Dirac, Paul}':


InsetLayout Index
 LabelString   Idx
 Decoration    classic
 Font
   Size    Small
 EndFont
 LabelFont
   Color   indexlabel
   Size    Small
 EndFont
 LatexParam people  #< New
 MultiPar  false
 CustomPars    false
 ForcePlain    true
 ContentAsLabel    true
 PassThruChars @|!
End

Any idea how to achieve it?


Is there a reason not to use the
name index
of LyX?

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


how to list listings

2023-04-28 Thread Wolfgang Engelmann

For long algorithms (exceeding a page) I use a listing.

1. How can I make it to appear in the Contents?

2. And how can I avoid, that in the pdf output figures are inserted in 
the Listing output?


Listing
.
.
.
Fig. x
continued Listing
.
.
.

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: two (or three) column bibliography

2023-04-27 Thread Wolfgang Engelmann



Am 27.04.23 um 13:55 schrieb Herbert Voss:



Am 27.04.23 um 11:14 schrieb Wolfgang Engelmann:



Am 27.04.23 um 06:51 schrieb Herbert Voss:



Am 26.04.23 um 18:03 schrieb Wolfgang Engelmann:
How do I get a two (or three) column bibliography in a Koma script 
book with A4 style (and no columns)?


Insert from the submenu the userdefined command Columns (Spalten)
and then insert the name of the bibliography as usual

Herbert



Thanks, Herbert.

To which submenu are you referring?
I could not find the 'Benutzerdefinierte Einfügungen for setting
'several columns'


You have to enable first the use of package multicol.


the package multicol was not shown here in my LyX. Apparently that 
package as a modul (which is missing here) does not work for a 2 column 
bibliography and should therefore be removed.

But how do I make this below working for my LyX file? Or outside the file?

Wolfgang

 See screenshot.

The number of the columns is preset to 2 and can be changed in
file multicol.module which is part of the LyX installtion in the
subdirectory layouts/   Don't know if it can be done from within LyX.

Herbert

bash-3.2$ cat multicol.module
#\DeclareLyXModule[multicol.sty]{Multiple Columns}
#DescriptionBegin
#Adds a custom inset whose content is set with multiple columns (2 by 
default).

#See the Additional manual, section 'Multiple Text Columns', for a detailed
#description of multiple columns.
#DescriptionEnd
#Authors: Uwe Stöhr and Jürgen Spitzmüller

Format 66

InsetLayout Flex:Multiple_Columns
   LyXType            custom
   Decoration        classic
   LabelString        Columns
   LatexType            environment
   LatexName            multicols
   Requires            multicol
   Argument 1
     LabelString        "Number of Columns"
     Tooltip            "Insert the number of columns here"
     Mandatory        1
     DefaultArg        2
     PassThru        1
   EndArgument
   Argument 2
     LabelString        "Preface"
     Tooltip            "An optional preface"
   EndArgument
   Argument 3
     LabelString        "Space Before Page Break"
     Tooltip            "Free space that needs to be on the page to 
start the multiple columns on this page"

     Requires        2
   EndArgument
     ResetsFont true
End






--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: two (or three) column bibliography

2023-04-27 Thread Wolfgang Engelmann



Am 27.04.23 um 06:51 schrieb Herbert Voss:



Am 26.04.23 um 18:03 schrieb Wolfgang Engelmann:
How do I get a two (or three) column bibliography in a Koma script 
book with A4 style (and no columns)?


Insert from the submenu the userdefined command Columns (Spalten)
and then insert the name of the bibliography as usual

Herbert



Thanks, Herbert.

To which submenu are you referring?
I could not find the 'Benutzerdefinierte Einfügungen for setting
'several columns'

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: two (or three) column bibliography

2023-04-27 Thread Wolfgang Engelmann



Am 27.04.23 um 09:26 schrieb Wolfgang Engelmann:


Thanks, Eckard, but I had already
> In the preamble;
>
> \usepackage{multicol}

putting
> \begin{multicols}{2}
>
in front of Biblatex produced Bibliography
> ( LITERATURE )
and
> \end{multicols]
behind it did not produce a two column Bibliography.
May be Herberts proposal works, but I have not yet found the submenu 
he is referring to.


Wolfgang






Am 27.04.23 um 10:29 schrieb Eckhard Höffner:
> Hello Wolfgang,
>
> that's strange as I tried it and it worked, see the attached pictures.
>
> Document class; KOMA Script Book
> 
[cleardoublepage=empty,headings=small,headinclude,numbers=noenddot,toc=bib]


I don't have this in my preamble >  Wolfgang
>
> Bibliography style: Biblatex "autoryear"
yes
>
> Processor should be biber, but in LyX it's standard.
yes
>
> Maybe you don't have the option within the article class?
I don't understand this. I use the Koma script book style >Wolfgang
>
>

I use LyX
Version 2.4.0-beta2 (Sonntag, 11. Dezember 2022)
Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
Qt-Version (bei Erstellung): 5.15.2
OS-Version (bei Erstellung): Debian GNU/Linux 11 (bullseye)
Python-Aufruf: python3 -tt

At the end of my book text I have

Subject index
Name Index
Nomenclature

\begin{multicols}{2}
Biblatex-erzeugtes Literaturverzeichnis
\end{multicols]

Not sure, whether this stuff before the Subject index might have an effect:
Weitere empfohlene Literatur
\begin{refsection}
here several citations
\printbibliography[heading=none]
\end{refsection}

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: two (or three) column bibliography

2023-04-27 Thread Wolfgang Engelmann







Am 26.04.23 um 18:03 schrieb Wolfgang Engelmann:
How do I get a two (or three) column bibliography in a Koma script 
book with A4 style (and no columns)?


Wolfgang




Am 26.04.23 um 20:22 schrieb Eckhard Höffner:

In the preamble;

\usepackage{multicol}


\begin{multicols}{2}

LITERATURE
\end{multicols]







Thanks, Eckard, but I had already
> In the preamble;
>
> \usepackage{multicol}

putting
> \begin{multicols}{2}
>
in front of Biblatex produced Bibliography
> ( LITERATURE )
and
> \end{multicols]
behind it did not produce a two column Bibliography.
May be Herberts proposal works, but I have not yet found the submenu he 
is referring to.


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


two (or three) column bibliography

2023-04-26 Thread Wolfgang Engelmann
How do I get a two (or three) column bibliography in a Koma script book 
with A4 style (and no columns)?


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: how to get the cited references

2023-04-14 Thread Wolfgang Engelmann



Am 14.04.23 um 10:49 schrieb Herbert Voss:



Am 14.04.23 um 10:20 schrieb Wolfgang Engelmann:
I need the cited references from a document (Koma script, book A5, 
Luatex). I use Debian Bullseye and Jabref 5.6 as a reference manager 
(LyX see below).


The bib file contains much more citation.
I used to export the .tex file of the document and to run latex 
thrice. However, I am using now luatex and running luatex MyDocument 
gives many errors such as


(./A-SP-WITTE-E-2023Apr13.tex
! Undefined control sequence.
l.3 \documentclass
    [paper=a5,ngerman,british]{scrbook}


It looks like a run with luatex and _not_ lualatex

Herbert


I see! I should have used

lualatex ./A-SP-WITTE-E-2023Apr13.tex

instead of luatex ./A-SP-WITTE-E-2023Apr13.tex

Now it works.

Thanks, Herbert
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


how to get the cited references

2023-04-14 Thread Wolfgang Engelmann
I need the cited references from a document (Koma script, book A5, 
Luatex). I use Debian Bullseye and Jabref 5.6 as a reference manager 
(LyX see below).


The bib file contains much more citation.
I used to export the .tex file of the document and to run latex thrice. 
However, I am using now luatex and running luatex MyDocument gives many 
errors such as


(./A-SP-WITTE-E-2023Apr13.tex
! Undefined control sequence.
l.3 \documentclass
[paper=a5,ngerman,british]{scrbook}

! Undefined control sequence.
l.4 \usepackage
 {amstext}
?
! Undefined control sequence.
l.5 \usepackage
 {amssymb}

! Undefined control sequence.
l.6 \usepackage
 {fontspec}

! Undefined control sequence.
l.7 \setcounter
 {secnumdepth}{3}

it does not produce an aux file which I would like to refer to in Jabref 
in order to get the cited references.


I use LyX Version 2.4.0-beta2
OS-Version (bei Erstellung): Debian GNU/Linux 11 (bullseye)
Python-Aufruf: python3 -tt)

Could somebody tell me how I should proceed? I would very much 
appreciate it!


Wolfgang

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Solved > Re: Umlaut in nomenclature

2023-04-12 Thread Wolfgang Engelmann



Am 12.04.23 um 16:29 schrieb Eckhard Höffner:

Is there anything special?

I use utf8, enter the "symbol" and the "description" with Umlauten, 
check "unformated" and everthing is fine.   You may also add  the 
sorting order.  Öl =>  oel


index is different Oel@Öl



Am 12.04.23 um 15:40 schrieb Wolfgang Engelmann:
I forgot how to put a word starting with an Umlaut in the 
nomenclature, where it should appear under U, as in this example:


Übertragungsfunktion

beschreibt mathematisch die Beziehung zwischen dem Ein- und 
Ausgangssignal eines dynamischen Systems im Frequenzraum. Damit kann 
für ein beliebiges Eingangssignal das Ausgangssignal, also die 
Reaktion des Systems, bestimmt werden.



Wolfgang




Thanks, Eckard,
works!

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Umlaut in nomenclature

2023-04-12 Thread Wolfgang Engelmann
I forgot how to put a word starting with an Umlaut in the nomenclature, 
where it should appear under U, as in this example:


Übertragungsfunktion

beschreibt mathematisch die Beziehung zwischen dem Ein- und 
Ausgangssignal eines dynamischen Systems im Frequenzraum. Damit kann für 
ein beliebiges Eingangssignal das Ausgangssignal, also die Reaktion des 
Systems, bestimmt werden.



Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: 2.4 crash report

2023-03-12 Thread Wolfgang Engelmann



Am 12.03.23 um 15:14 schrieb Jean-Marc Lasgouttes:

Le 12/03/2023 à 13:24, Wolfgang Engelmann a écrit :
did I send the correct infos? I am still not sure what I should do in 
case of a crash in gdb. Was 'where' helpful?


I did not find the output very useful, but it is probably not you fault.

Is the problem reproducible? What were you doing at the time of the freeze?

If you can reproduce, it would be nice to know whether you can obtain a 
different backtrace.


JMarc


whether you can obtain a
> different backtrace.

you mean instead of using gdb?

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: 2.4 crash report

2023-03-12 Thread Wolfgang Engelmann




Am 12.03.23 um 01:42 schrieb Richard Kimberly Heck:

On 3/11/23 08:05, Wolfgang Engelmann wrote:


This I got in the terminal
and in the gdb

Wolfgang
>>>

insets/InsetCommandParams.cpp (278): InsetCommand: Incompatible 
command name Standard.


That will lead to an assertion, at least. It also should not happen. 
"Standard" sounds like a layout name that has been somehow construed as 
an inset parameter.


Riki


did I send the correct infos? I am still not sure what I should do in 
case of a crash in gdb. Was 'where' helpful?


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: compare > find differences faster

2023-03-12 Thread Wolfgang Engelmann




Am 12.03.23 um 01:39 schrieb Richard Kimberly Heck:

On 3/11/23 03:38, Wolfgang Engelmann wrote:
If I compare two lyx documents, the differences are marked with a blue 
line at the left. Is there a faster way to find those instead of going 
through it manually?


These are marked as changes, so Navigate> Next Change.

Riki



Oh, good to know. Thanks, Riki

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: 2.4 crash report

2023-03-11 Thread Wolfgang Engelmann



Am 11.03.23 um 13:31 schrieb José Matos:

On Sat, 2023-03-11 at 10:16 +0100, Wolfgang Engelmann wrote:

To whom should I report a 2.4.0 crash?
I use
Version 2.4.0-beta2 (Sonntag, 11. Dezember 2022)
Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
Qt-Version (bei Erstellung): 5.15.2
OS-Version (bei Erstellung): Debian GNU/Linux 11 (bullseye)
Python-Aufruf: python3 -tt

and started the document with
   gdb lyx2.4.0
run

Symptom: The document was frozen, I got infos from the terminal which
I
could send on request

Wolfgang


What do you get when you "bt" that corresponds to backtrace.


where should I say bt?



Or it simply froze and there is no feedback?


yes, it was frozen, I had to stop the gdb


Best regards,


This I got in the terminal
and in the gdb

Wolfgang
>>>

insets/InsetCommandParams.cpp (278): InsetCommand: Incompatible command 
name Standard.

Warning: Befehl für Einfügung:

Inkompatibler Befehlsname.
[Thread 0x7fffc087d700 (LWP 5536) exited]
[Thread 0x7fff9f7fe700 (LWP 5535) exited]
[Thread 0x7fff9700 (LWP 5534) exited]
[Thread 0x7fff9e7fc700 (LWP 5533) exited]
Empty filename passed to function
Empty filename passed to function

##
[Thread 0x7fff9700 (LWP 5657) exited]

^C--Type  for more, q to quit, c to continue without paging--c

Thread 1 "lyx2.4.0" received signal SIGINT, Interrupt.
futex_wait_cancelable (private=0, expected=0, futex_word=0x7fffd488) 
at ../sysdeps/nptl/f
utex-internal.h:186 

186 ../sysdeps/nptl/futex-internal.h: Datei oder Verzeichnis nicht 
gefunden.

(gdb)

##

.
(gdb) where
#0  futex_wait_cancelable (private=0, expected=0, 
futex_word=0x7fffd488)

   at ../sysdeps/nptl/futex-internal.h:186
#1  __pthread_cond_wait_common
   (abstime=0x0, clockid=0, mutex=0x5633cc48, cond=0x7fffd460)
   at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x7fffd460, mutex=0x5633cc48)
   at pthread_cond_wait.c:638
#3  0x73ed9edf in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#4  0x73edbd7f in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#5  0x73edbe91 in xcb_wait_for_reply () at 
/usr/lib/x86_64-linux-gnu/libxcb.so.1

#6  0x735c4eaa in QXcbConnection::sync() ()
   at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#7  0x735dbea3 in  () at 
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#8  0x735dc2c0 in  () at 
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5

#9  0x77499abe in QBackingStore::beginPaint(QRegion const&) ()
   at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#10 0x779d36a2 in  () at 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5

#11 0x77a036d7 in QWidget::event(QEvent*) ()
   at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
--Type  for more, q to quit, c to continue without paging--
##
]

^C--Type  for more, q to quit, c to continue without paging--c

Thread 1 "lyx2.4.0" received signal SIGINT, Interrupt.
futex_wait_cancelable (private=0, expected=0, futex_word=0x7fffd488) 
at ../sysdeps/nptl/f
utex-internal.h:186 

186 ../sysdeps/nptl/futex-internal.h: Datei oder Verzeichnis nicht 
gefunden.

(gdb) where
#0  futex_wait_cancelable (private=0, expected=0, 
futex_word=0x7fffd488)

   at ../sysdeps/nptl/futex-internal.h:186
#1  __pthread_cond_wait_common
   (abstime=0x0, clockid=0, mutex=0x5633cc48, cond=0x7fffd460)
   at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x7fffd460, mutex=0x5633cc48)
   at pthread_cond_wait.c:638
#3  0x73ed9edf in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#4  0x73edbd7f in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#5  0x73edbe91 in xcb_wait_for_reply () at 
/usr/lib/x86_64-linux-gnu/libxcb.so.1

#6  0x735c4eaa in QXcbConnection::sync() ()
   at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#7  0x735dbea3 in  () at 
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#8  0x735dc2c0 in  () at 
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5

#9  0x77499abe in QBackingStore::beginPaint(QRegion const&) ()
   at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#10 0x779d36a2 in  () at 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5

#11 0x77a036d7 in QWidget::event(QEvent*) ()
   at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
--Type  for more, q to quit, c to continue without paging--c
#12 0x779c315f in QApplicationPrivate::notify_helper(QObject*, 
QEvent*) () at /usr/li
b/x86_64-linux-gnu/libQt5Widgets.so.5 

#13 0x55d984d9 in 
lyx::frontend::GuiApplication::notify(QObject*, QEvent*) (this=0x55
555631d390, receiver=, event=) at 
GuiApplication.cpp:2998
#14 0x76efefca in QCoreApplication::notifyInternal2(QObject*, 
QEvent*) () at /usr/lib
/x86_64-linux-gnu/libQt5Core.so.5 

#15 0x76f01a01 in 
QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadDat
a*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 


#16 0x76f56e93 in  () a

2.4 crash report

2023-03-11 Thread Wolfgang Engelmann

To whom should I report a 2.4.0 crash?
I use
Version 2.4.0-beta2 (Sonntag, 11. Dezember 2022)
Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
Qt-Version (bei Erstellung): 5.15.2
OS-Version (bei Erstellung): Debian GNU/Linux 11 (bullseye)
Python-Aufruf: python3 -tt

and started the document with
 gdb lyx2.4.0
run

Symptom: The document was frozen, I got infos from the terminal which I 
could send on request


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


compare > find differences faster

2023-03-11 Thread Wolfgang Engelmann
If I compare two lyx documents, the differences are marked with a blue 
line at the left. Is there a faster way to find those instead of going 
through it manually?


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


how to update Version 2.4.0-beta2

2023-02-27 Thread Wolfgang Engelmann

My present version is

Version 2.4.0-beta2 (Sonntag, 11. Dezember 2022)
Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
Qt-Version (bei Erstellung): 5.15.2
OS-Version (bei Erstellung): Debian GNU/Linux 11 (bullseye)
Python-Aufruf: python3 -tt

What is the recommended way of updating it?
Or should I wait for the
Version 2.4.0 release?

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


how to report crash recorded with gdb

2023-02-25 Thread Wolfgang Engelmann
I ran a lyx document under 2.4 which was started with gdb. It crashed 
and I do not know how to report it to the maintainers. This is the 
terminal >


text-user-interface -- TUI is the GDB text based interface.
tracepoints -- Tracing of program execution without stopping the program.
user-defined -- User-defined commands.

Type "help" followed by a class name for a list of commands in
that class.
Type "help all" for the list of all commands.
Type "help" followed by command name for full documentation.
Type "apropos word" to search for commands related to "word".
Type "apropos -v word" for full documentation
 of commands related to "word".
Command name abbreviations are allowed if unambiguous.
(gdb) q
A debugging session is active.

Inferior 1 [process 2797] will be killed.

Quit anyway? (y or n) n
Not confirmed.
(gdb)

It is still running, so if you or somebody else could tell me what to do 
to report it.


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: pdfcomment.sty: tlmgr says it's installed, but latex document doesn't find it

2023-02-22 Thread Wolfgang Engelmann




Am 22.02.23 um 19:33 schrieb Herbert Voss:



Am 22.02.23 um 18:53 schrieb John Coppens:

On Wed, 22 Feb 2023 08:42:27 +0100
Herbert Voss  wrote:


texhash

and then try again with

kpsewhich pdfcomment.sty

No luck. texhash runs fine, kpsewich doesn't show anything.


typo: kpsewhich?


which directories are updated by texhash?

Herbert

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


lyx 2.4.0 crash

2023-02-06 Thread Wolfgang Engelmann
By clicking on a figure in a lyx koma book document in order to see it 
it crashed with this message:


SIGSEGV-Signal empfangen!
Sie haben einen Fehler in LyX gefunden. Entschuldigung; hoffentlich 
haben Sie keine Daten verloren.
Bitte lesen Sie im LyX-Menü 'Hilfe->Einführung', wie man Fehler meldet, 
und erstellen Sie einen Fehlerbericht, falls notwendig. Vielen Dank!

Tschüs.

SIGSEGV-Signal empfangen!
Sie haben einen Fehler in LyX gefunden. Entschuldigung; hoffentlich 
haben Sie keine Daten verloren.
Bitte lesen Sie im LyX-Menü 'Hilfe->Einführung', wie man Fehler meldet, 
und erstellen Sie einen Fehlerbericht, falls notwendig. Vielen Dank!

Tschüs.

You found an error in lyx:

(  1) lyx2.4.0: 
lyx::frontend::Alert::doError(std::__cxx11::basic_stringstd::char_traits, std::allocator > const&, 
std::__cxx11::basic_string, 
std::allocator > const&, bool)
(  2) lyx2.4.0: 
lyx::frontend::Alert::error(std::__cxx11::basic_stringstd::char_traits, std::allocator > const&, 
std::__cxx11::basic_string, 
std::allocator > const&, bool)

(  3) lyx2.4.0: lyx2.4.0(+0x48df07) [0x557275f6cf07]
(  4) /lib/x86_64-linux-gnu/libc.so.6: 
/lib/x86_64-linux-gnu/libc.so.6(+0x38d60) [0x7ff9355b0d60]

(  5) [0x5572924d20d0]: [0x5572924d20d0]


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Psi not displayed in legend

2023-01-29 Thread Wolfgang Engelmann



Am 28.01.23 um 18:00 schrieb Herbert Voss:



Am 28.01.23 um 15:46 schrieb Wolfgang Engelmann:

I have a greek Psi in the text, the same Psi in the legend of a figure.
 The former is displayed in the pdf output, the latter not.

 The error message is:
 LaTeX Font Info:    Font shape `TU/LibertinusSerif(0)/m/it' will be
 (Font)  scaled to size 10.95pt on input line 253.
 LaTeX Font Info:    Font shape `TU/LibertinusSerif(0)/b/it' will be
 (Font)  scaled to size 10.95pt on input line 253.
 Missing character: There is no 휓 (U+1D713) in font
 [LibertinusSerif-Regular.o
 tf]:mode=base;script=latn;language=dflt;+tnum;+lnum;!

 I guess, it has to do with the emphasized text in the legend, which I 
have set. Is there a way to get the missing Psi?


Wolfgang,

you are using the italic휓 , which is only present in the mathfont, but
not in the regular text font. Simply use $휓$ and it should work.

See also https://www.compart.com/de/unicode/U+03C8


Herbert


Thanks again, Herbert!

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Psi not displayed in legend

2023-01-28 Thread Wolfgang Engelmann

I have a greek Psi in the text, the same Psi in the legend of a figure.
 The former is displayed in the pdf output, the latter not.

 The error message is:
 LaTeX Font Info:Font shape `TU/LibertinusSerif(0)/m/it' will be
 (Font)  scaled to size 10.95pt on input line 253.
 LaTeX Font Info:Font shape `TU/LibertinusSerif(0)/b/it' will be
 (Font)  scaled to size 10.95pt on input line 253.
 Missing character: There is no 휓 (U+1D713) in font
 [LibertinusSerif-Regular.o
 tf]:mode=base;script=latn;language=dflt;+tnum;+lnum;!

 I guess, it has to do with the emphasized text in the legend, which I 
have set. Is there a way to get the missing Psi?


 I use Lyx Version 2.4.0-beta2 (Sonntag, 11. Dezember 2022)
 Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
 Qt-Version (bei Erstellung): 5.15.2
 OS-Version (bei Erstellung): Debian GNU/Linux 11 (bullseye)
 Python-Aufruf: python3 -tt

 under Debian

 Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: \FigBesBeg not working in lyx 2.4.0

2023-01-27 Thread Wolfgang Engelmann



Am 27.01.23 um 16:50 schrieb Herbert Voss:

Am 27.01.23 um 13:12 schrieb Wolfgang Engelmann:



could you try the figure in the appendix. For me it does not work in 
the test-A.lyx file for the sidecap. Or do you have a small figure 
which works for you and could you send it to me?


Wolfgang,
it has nothing to do with the image itself. It is a problem with the
settings for the image. 2.4 doesn't convert all optional arguments
in the correct way. That looks buggy to me.


Your current 2.3 file has for example:

\begin_inset Graphics
     filename 3-42.jpg
     lyxscale 15
     width 15text%
     clip
     rotateOrigin center
     special height=0.2\textheight


and this also makes no reals sense to me. You set width _and_
height, the aspectratio gets lost. And clip makes no sense here.

However, 2.4 should already convert it in a proper way, but it
doesn't.

Herbert


Thanks, Herbert,

that's what I wanted to know. Shall I report it, or could you do it, you 
know better whats buggy with it.


Yours,
Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: \FigBesBeg not working in lyx 2.4.0

2023-01-27 Thread Wolfgang Engelmann



Am 27.01.23 um 10:17 schrieb Herbert Voss:

Am 27.01.23 um 09:54 schrieb Wolfgang Engelmann:


I include the TEST file which I exported to the 2.3.x line.
If somebody using it (instead of 2.4.0) could test it for the sidecap
(\FigBesBeg/\FigBesEnd) it would show whether the reported failure is 
due to the 2.4 version or not.

Get the figure from the tar I have mailed or just use your own graphic.



I can read the file with

Version 2.4.0-beta2 (11. Dezember 2022)

but it cannot create an output. The import of the image settings is wrong:
the height is not recognized only the width. This leads to the wrong
latex output (see the percent sign at the end of the optional arguments.

\centering{}\includegraphics[clip,width=0.15\textwidth,height=20.0theight%]{3-42}\\
\includegraphics[clip,width=0.15\textwidth,height=20.0theight%]{3-42}\\
\includegraphics[clip,width=0.15\textwidth,height=20.0theight%]{3-42}\\


Herbert


Herbert,

could you try the figure in the appendix. For me it does not work in the 
test-A.lyx file for the sidecap. Or do you have a small figure which 
works for you and could you send it to me?


Thanks, Wolfgang-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: \FigBesBeg not working in lyx 2.4.0

2023-01-27 Thread Wolfgang Engelmann



Am 26.01.23 um 19:09 schrieb Wolfgang Engelmann:



Am 26.01.23 um 17:47 schrieb Herbert Voss:



Am 26.01.23 um 15:23 schrieb Wolfgang Engelmann:



If I include a figure with

\FigBesBeg (as ERT)
figure
\FigBesEnd (as ERT)

(see appended lyx archive)

the pdf output does not display the legend at the side.

Do I do something wrong (thats what I used to do successfully in 2.3 
versions of lyx) or is it a bug in the lyx 2.4.0 ?


In the LyX source you have

\lyxformat 608
\begin_document
\begin_header
\save_transient_properties false
\origin unavailable
\textclass scrbook
\options \use_default_options false
\use_default_options true
\begin_modules
..


The line "\options \use_default_options false"  looks wrong to me, 
because

it is passed to the documentclass without replacing it with the current
optional arguments:

\documentclass[paper=a5,british,\use_default_options false]{scrbook}


Correcting this and running it again gives default LaTeX error, because
\FigBesBeg/\FigBesEnd are not defined in your preamble.

Herbert


Thanks, Herbert.

I enclose a tar file of the lyx, which contains now the
\FigBesBeg/\FigBesEnd

and I removed
\use_default_options false
from the document class as you suggested.

But it still does not show the legend at the side.

Note, that I use lyx 2.4.0. If somebody needs 2.3.x, I could export it 
and send it.


Wolfgang




I include the TEST file which I exported to the 2.3.x line.
If somebody using it (instead of 2.4.0) could test it for the sidecap
(\FigBesBeg/\FigBesEnd) it would show whether the reported failure is 
due to the 2.4 version or not.

Get the figure from the tar I have mailed or just use your own graphic.

Thanks!
Wolfgang

TEST-A.23.lyx
Description: application/lyx
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: \FigBesBeg not working in lyx 2.4.0

2023-01-26 Thread Wolfgang Engelmann



Am 26.01.23 um 17:47 schrieb Herbert Voss:



Am 26.01.23 um 15:23 schrieb Wolfgang Engelmann:



If I include a figure with

\FigBesBeg (as ERT)
figure
\FigBesEnd (as ERT)

(see appended lyx archive)

the pdf output does not display the legend at the side.

Do I do something wrong (thats what I used to do successfully in 2.3 
versions of lyx) or is it a bug in the lyx 2.4.0 ?


In the LyX source you have

\lyxformat 608
\begin_document
\begin_header
\save_transient_properties false
\origin unavailable
\textclass scrbook
\options \use_default_options false
\use_default_options true
\begin_modules
..


The line "\options \use_default_options false"  looks wrong to me, because
it is passed to the documentclass without replacing it with the current
optional arguments:

\documentclass[paper=a5,british,\use_default_options false]{scrbook}


Correcting this and running it again gives default LaTeX error, because
\FigBesBeg/\FigBesEnd are not defined in your preamble.

Herbert


Thanks, Herbert.

I enclose a tar file of the lyx, which contains now the
\FigBesBeg/\FigBesEnd

and I removed
\use_default_options false
from the document class as you suggested.

But it still does not show the legend at the side.

Note, that I use lyx 2.4.0. If somebody needs 2.3.x, I could export it 
and send it.


Wolfgang



TEST-A.tar.gz
Description: application/gzip
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


\FigBesBeg not working in lyx 2.4.0

2023-01-26 Thread Wolfgang Engelmann



If I include a figure with

\FigBesBeg (as ERT)
figure
\FigBesEnd (as ERT)

(see appended lyx archive)

the pdf output does not display the legend at the side.

Do I do something wrong (thats what I used to do successfully in 2.3 
versions of lyx) or is it a bug in the lyx 2.4.0 ?


Wolfgang

TEST.tar.gz
Description: application/gzip
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Beta 2 Preview

2023-01-26 Thread Wolfgang Engelmann




Am 26.01.23 um 12:48 schrieb Pavel Sanda:

On Thu, Jan 26, 2023 at 10:47:45AM +0100, Wolfgang Engelmann wrote:

I am under Debian and would like to know which one I should use to replace
my lyx 2.4.0deb


We do not provide debian packages. If you really strive for 2.4 you will have to
compile for yourself from the tarball (lyx-2.4.0-beta2.tar.xz).


Thanks, Pavel


Note that this is preview release and once you edit in 2.4 you won't be able to 
easily
switch the document back to 2.3 (yet).


I use file>export> lyx 2.3.x for it.

Wolfgang


Pavel

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Beta 2 Preview

2023-01-26 Thread Wolfgang Engelmann




Am 24.01.23 um 22:08 schrieb Richard Kimberly Heck:

Source and binaries for LyX 2.4 Beta 2 are now available here:

http://ftp.lyx.org/pub/lyx/devel/lyx-2.4/

These are provided for testing purposes only. That said, many of the 
developers (including me) have been using 2.4 for daily work, without 
serious problems. But you should expect some bugs, and we'd very much 
appreciate reports of any you encounter.


Riki




I am under Debian and would like to know which one I should use to 
replace my lyx 2.4.0deb


Wolfgang

http://ftp.lyx.org/pub/lyx/devel/lyx-2.4/

[PARENTDIR] Parent Directory-   
[ ] HiDrive.zip 2023-01-15 22:47306M
[ ] LyX-2.4.0-beta2+qt5-x86_64-cocoa.dmg2023-01-12 07:20148M
[ ] LyX-2.4.0-beta2+qt5-x86_64-cocoa.dmg.sig2023-01-15 22:48
310 
[ ] LyX-2.4.0-beta2+qt6-x86_64-arm64-cocoa.dmg  2023-01-12 03:44
158M
[ ] LyX-2.4.0-beta2+qt6-x86_64-arm64-cocoa.dmg.sig  2023-01-15 22:48
310 
[ ] LyX-240beta2-Installer-1-x64.exe2023-01-15 22:4955M 
[ ] LyX-240beta2-Installer-1-x64.exe.sig2023-01-15 22:50310 
[ ] hi  2021-05-24 21:120   
[ ] lyx-2.4.0-beta2.tar.gz  2023-01-10 21:4829M 
[ ] lyx-2.4.0-beta2.tar.gz.sig  2023-01-10 21:49310 
[ ] lyx-2.4.0-beta2.tar.xz  2023-01-10 21:4817M 
[ ] lyx-2.4.0-beta2.tar.xz.sig  2023-01-10 21:49310 
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


SOLVED: xfig in LyX > no special flag choosable

2023-01-14 Thread Wolfgang Engelmann




Am 31.08.22 um 10:16 schrieb Wolfgang Engelmann:



Am 30.08.22 um 10:10 schrieb Wolfgang Engelmann:



Am 27.08.22 um 13:59 schrieb Wolfgang Engelmann:

Slightly OT:
Is somebody using xfig in LyX? I can't find in the Text Flags the 
special flag, only


hidden
rigid
tex

Do I miss something besides the xfig program (version 3.2.8)?


Would like to come back to this question.
Apparently the version of Xfig is now using Tex flag TEX in the Tex 
flags instead of special flag.

I selected and set it.

I have included a lyx file with an xfig included.

I had exported from the fig file the three files also included.

I expected after running lyx to get a pdf output with the Delta and 
Psi in Greek. However, there are still $\Delta$ and $\Psi$


my lyx under Debian Bullseye is
Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

and I use the luatex setting
with
\usepackage{libertinus-otf}
in the preamble

and xfig 3.2.8

Could somebody tell me why I won't get the expected pdf output

Would appreciate it very much!

Wolfgang



I understand, that
no special flag choosable
in Xfig is now replaced by TeX-Flag > TeX

But still no correct pdf output of the Delta and Psi

A further problem:

I can't work on the figure as described in the Customization Help File 
at the end of the 6.1 (How does it work in 6. Including external 
Material). There it says:


In the case of an Xfig figure, you are able to invoke Xfig on the 
original file with a single click from within the external material 
dialog in LyX, and also preview the produced PostScript file with 
Ghostview with another click. No more fiddling around with the command 
line and/or file browsers to locate and manipulate the original or 
produced files. In this way, you are finally able to take full advantage 
of the many different applications that are relevant to use when you 
write your documents, and ultimately be more productive.


I forgot to set in Document settings> Format > Allow running external 
programs, which I did now and enclose therefore again the lyx file.


If some body is able to work on the fig file in lyx (which should be 
possible according to the Customization Help File) and get the pdf 
output showing the TeX insets (Delta, Psi) correctly, I would be glad to 
hear how to achieve this.


Note that I use the luatex setting with
 > \usepackage{libertinus-otf}
in the preamble

Wolfgang



The reason for the above question was, that I needed to add greek 
characters to a .fig file. Perhaps there are others who need it.


The way to do is

Choose T (text input)
Select for Text Font Symbol (Greek)
Try out which one gives you the wanted greek letter,
e.g. W gives Omega

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


which texlive uses my lyx?

2022-12-06 Thread Wolfgang Engelmann

I have installed the latest texlive
tex --version
TeX 3.141592653 (TeX Live 2022)
in my Debian /usr/local/texlive/2022/
and set the PATH's in .profile

How can I find out which texlive uses my lyx

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

library directory:
/usr/local/share/lyx24x/

User directory:
~/.lyx24x/

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Fwd: ogv animation in Lyx beamer?

2022-12-05 Thread Wolfgang Engelmann



Am 05.12.22 um 17:51 schrieb Wolfgang Engelmann:



Am 05.12.22 um 17:18 schrieb Richard Kimberly Heck:

On 12/5/22 04:31, Jean-Marc Lasgouttes wrote:


Can someone help Wolfgang?


I do not use these kinds of formats, but my instinct would be to try 
converting the ogv file to something more common, like gif.


you mean ogv > ffmpeg > gif (animation)?

I will have a look in the internet

Thanks, Riki!


I tried
ffmpeg -i Video_schematic_of_glymphatic_flow.ogv -crf 18 
Video_schematic_of_glymphatic_flow.mp4


(from 
https://stackoverflow.com/questions/37325629/efficient-ogv-video-conversion-in-linux)


but get
Video_schematic_of_glymphatic_flow.ogv: Invalid data found when 
processing input


This
https://tweenpath.net/how-to-install-ffmpeg-or-avconv-on-debian/

tells me, to use libav-tools:

sudo apt-get install libav-tools
[sudo] Passwort für wolfgang:

However:
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Paket libav-tools ist nicht verfügbar, wird aber von einem anderen Paket
referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
wurde oder nur aus einer anderen Quelle verfügbar ist.
Doch die folgenden Pakete ersetzen es:
  ffmpeg
E: Für Paket »libav-tools« existiert kein Installationskandidat.

But I tried ffmpeg (see top of my reply) which did not work. To bad!

Wolfgang


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Fwd: ogv animation in Lyx beamer?

2022-12-05 Thread Wolfgang Engelmann



Am 05.12.22 um 17:18 schrieb Richard Kimberly Heck:

On 12/5/22 04:31, Jean-Marc Lasgouttes wrote:


Can someone help Wolfgang?


I do not use these kinds of formats, but my instinct would be to try 
converting the ogv file to something more common, like gif.


you mean ogv > ffmpeg > gif (animation)?

I will have a look in the internet

Thanks, Riki!

Wolfgang


Riki



 Message transféré 
Sujet : ogv animation in Lyx beamer?
Date : Wed, 30 Nov 2022 19:52:12 +0100
De : Wolfgang Engelmann 
Pour : lyx-users-ow...@lists.lyx.org

I would like to show an .ogv animation in a beamer presentation. If I 
include the ogv file, I get this:


 error converting to loadable format

Is there another format which would be displayed in the lyx beamer 
presentation?


Wolfgang




--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Can you reproduce this bug?

2022-12-05 Thread Wolfgang Engelmann




Am 04.12.22 um 21:38 schrieb Scott Kostyshak:

Dear all,

Can you reproduce this bug on your system?

   https://www.lyx.org/trac/ticket/12435

It's helpful to know the type of systems on which it can be reproduced.
Specifically, it will be helpful to figure out whether the bug only
surfaces on certain operating systems, and only with certain
configurations.

Here is the recipe to reproduce the bug:

   1. Maximize (non-fullscreen) the window
   2. Enter Full screen mode
   3. Exit Full screen.

After step 3, does the LyX window return to the state after step (1)?
i.e., is the window maximized?

If you try to reproduce it, please state:

1. Can you reproduce the bug?

yes


2. Your operating system and version number (version number is
especially helpful for macOS users).


uname -v
#1 SMP Debian 5.10.149-2 (2022-10-21)


3. Copy/paste the info from Help > About.


Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Drawing an arc

2022-10-10 Thread Wolfgang Engelmann




Am 09.10.22 um 23:25 schrieb Dr Eberhard W Lisse:

So, because I can include images, questions about Photoshop should be
asked here?

There are 18 Million Tikz hits on Google.


That's the reason some people like to ask on this kind list

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: question

2022-09-21 Thread Wolfgang Engelmann



Am 20.09.22 um 17:12 schrieb Michael.Pearson2--- via lyx-users:

HI-

What version of lyx contains a version of Imagemagick that is not 
vulnerable?


Thanks in advance,

*Michael Pearson*

WFT CTO | Enterprise Application Services (EAS)

Software Enablement Services (SES) | Product Portfolio Management

Mobile (515) 339-8592 | MAC F2505-03A

/To better manage and track requests related to the products aligned to 
the Applications Products Competency Center, please access the*SES 
Product Portfolio Service Center* 
 
page as a starting point for Product Owner engagement./




Could you explain, how to find out?
Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Fwd: long horizontal table over two pages

2022-09-19 Thread Wolfgang Engelmann

Am 19.09.22 um 08:40 schrieb Wolfgang Engelmann:

Hi,

I have a in a koma script book a long horizontal table and would like 
therefore to get its output on two facing pages. I couldn't find a way 
to do it in the embedded objects help document, or I have overseen it. 
Is there a way to do it in lyx (or ERT?).
As an alternative I could use numbers for the references used in the 
table (in two columns), but the general citation uses names. Any trick 
to do it? Perhaps with footnotes?

I use LyX Version 2.4.0dev (not released yet)

Wolfgang


Thanks, Herbert,

thanks for your hint:

see the article "Die TeXnische Komödie" 4/1921. Attached a LyX example.
It depends to your table if the horizontal pagebreak needs some manual
modifications (bind correction or more space between two columns).

and the example files (attached).

(received from Herbert)

Is it also in your book Voss2021 Die wissenschaftliche Arbeit mit LaTeX?
I couldn't find it there. But the example in
Die TeXnische Komödie" 4/1921.
shown as Tab 8 on page 42/43 and the code on page 41 is nicely explained.

Wolfgang

mwe.lyx
Description: application/lyx
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Fwd: long horizontal table over two pages

2022-09-19 Thread Wolfgang Engelmann

Hi,

I have a in a koma script book a long horizontal table and would like 
therefore to get its output on two facing pages. I couldn't find a way 
to do it in the embedded objects help document, or I have overseen it. 
Is there a way to do it in lyx (or ERT?).
As an alternative I could use numbers for the references used in the 
table (in two columns), but the general citation uses names. Any trick 
to do it? Perhaps with footnotes?

I use LyX Version 2.4.0dev (not released yet)

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Missing character

2022-09-01 Thread Wolfgang Engelmann



Am 01.09.22 um 16:03 schrieb Dr Eberhard Lisse:

C.O.M.P.I.I.L.E the TeX file with lualatex and note where it stops (on
or near the error line ).

Also what does googling for the error message show you?

Or just for "U+0098"?


el


On 31/08/2022 17:01, Wolfgang Engelmann wrote:



Am 31.08.22 um 15:20 schrieb Dr Eberhard Lisse:

compile the file with lualatex and not the line the error is reported
on.

el

[...]

Thanks, El,

neither checking the lyx file nor the luatex exported file with bless
and decimal character found the 0098

Wolfgang


El,
I do get Log-outputs of the luatex run such as that one (between  
and :


[77<./export_CircardianRyth-Mensch-Sig_Puls-65p0-5p0-___a0b8ea4063538c2239436b1d
41794c6fb968832f6bd.pdf>] 
[78<./export_VanPol_Puls-SB-PRC_sb_V4_Dia_pdf_072_

__c7e7c78a8954a038bd2ba6f8256318f8302a367cea5.pdf>] [79
Missing character: There is no ˜ (U+0098) in font 
[LibertinusSerif-Italic.otf]:

mode=node;script=latn;language=dflt;+tlig;+tnum;+lnum;!
.
 ...not:N \tex_shipout:D \box_use:N \l_shipout_box

\__shipout_drop_firstpage_...
l.2612

and going to the line (see >> below) where the U+0098 character should be

A smaller nonlinearity (with a VP oscillator $\epsilon=0.2$) the
maximal amplitude is reached earlier after the pulse. The transient
time is also smaller (see Fig. \ref{fig:Phasenverschiebung nach Puls-1}).}
\end{figure}

>>this is line 2612 >> \label{scilab script-1}To avoid changing the 
parameters for each

pulse time and the following simulations sequentially, one can use
a Scilab script, which carries this out (see the algorithm 
\ref{alg:Skript-zur PRC-Erzeugung}).


As to your Google proposal:
The Internet tells me, e.g.:
'START OF STRING' (U+0098)
and:
Character U+0098 (152) is an invisible control code that is almost never 
used. The trick is that "ISO-8859-1" has a different meaning to Java and 
web browsers. For Java it really is the ISO-8859-1 standard, which maps 
exactly to the first 256 code points of Unicode. That includes a range 
of little-used C1 control characters at 128-159.


What I tried was to put the surrounding of the error (was a figure + 
legend) in a lyx note, run it again and check the tex file again. The 
0098 complain is now at another place, which had not been given before 
as an error.


Paul recommended to run a bisection search, but its the same problem as 
described above.


I was hoping to localize the 0099 character by using the editor 'best', 
which allows to search for decimal codes, but that did not show it at 
all. Perhaps somebody knows a better editor to check for those characters.


FAZIT:
I gave up, since it is a warning only and it takes me too much time (and 
time of those trying to help me)

Thanks anyway!

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Missing character

2022-08-31 Thread Wolfgang Engelmann



Am 31.08.22 um 15:20 schrieb Dr Eberhard Lisse:

compile the file with lualatex and not the line the error is reported on.

el

On 25/08/2022 17:17, Paul A. Rubin wrote:

On 8/25/22 05:02, Wolfgang Engelmann wrote:

I got this warning
Missing character: There is no ˜ (U+0098) in font
[LibertinusSerif-Italic.otf]:

and tried to localize it by exporting the lyx file (Debian, lyx-2.4.dev)

Version 2.4.0dev (noch nicht veröffentlicht)
Erstellt aus Git-Revision 53ed3dc0
Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
Qt-Version (bei Erstellung): 5.15.2
Python-Aufruf: python3 -tt

to latex (LuaTeX), opened it with the text editor bless, used there
'search for ' 0098 as decimal.
However, 'The pattern you requested was not found'

Any idea what to do?

Wolfgang

It might display as a single character (possibly ~) in your text editor.
One possibility is a bisection search. Make a copy of the LyX file,
delete half and try to compile. If you get the error, it's in the half
you kept; if not, it's in the half you deleted. Iterate until you have
narrowed the target down to the point where you can spot the offending
character.

Paul




Thanks, El,

neither checking the lyx file nor the luatex exported file with bless 
and decimal character found the 0098


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: xfig in LyX > no special flag choosable

2022-08-31 Thread Wolfgang Engelmann



Am 30.08.22 um 10:10 schrieb Wolfgang Engelmann:



Am 27.08.22 um 13:59 schrieb Wolfgang Engelmann:

Slightly OT:
Is somebody using xfig in LyX? I can't find in the Text Flags the 
special flag, only


hidden
rigid
tex

Do I miss something besides the xfig program (version 3.2.8)?


Would like to come back to this question.
Apparently the version of Xfig is now using Tex flag TEX in the Tex 
flags instead of special flag.

I selected and set it.

I have included a lyx file with an xfig included.

I had exported from the fig file the three files also included.

I expected after running lyx to get a pdf output with the Delta and Psi 
in Greek. However, there are still $\Delta$ and $\Psi$


my lyx under Debian Bullseye is
Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

and I use the luatex setting
with
\usepackage{libertinus-otf}
in the preamble

and xfig 3.2.8

Could somebody tell me why I won't get the expected pdf output

Would appreciate it very much!

Wolfgang



I understand, that
no special flag choosable
in Xfig is now replaced by TeX-Flag > TeX

But still no correct pdf output of the Delta and Psi

A further problem:

I can't work on the figure as described in the Customization Help File 
at the end of the 6.1 (How does it work in 6. Including external 
Material). There it says:


In the case of an Xfig figure, you are able to invoke Xfig on the 
original file with a single click from within the external material 
dialog in LyX, and also preview the produced PostScript file with 
Ghostview with another click. No more fiddling around with the command 
line and/or file browsers to locate and manipulate the original or 
produced files. In this way, you are finally able to take full advantage 
of the many different applications that are relevant to use when you 
write your documents, and ultimately be more productive.


I forgot to set in Document settings> Format > Allow running external 
programs, which I did now and enclose therefore again the lyx file.


If some body is able to work on the fig file in lyx (which should be 
possible according to the Customization Help File) and get the pdf 
output showing the TeX insets (Delta, Psi) correctly, I would be glad to 
hear how to achieve this.


Note that I use the luatex setting with
> \usepackage{libertinus-otf}
in the preamble

Wolfgang


Lyx-xfig.lyx
Description: application/lyx
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: xfig in LyX > no special flag choosable

2022-08-30 Thread Wolfgang Engelmann



Am 27.08.22 um 13:59 schrieb Wolfgang Engelmann:

Slightly OT:
Is somebody using xfig in LyX? I can't find in the Text Flags the 
special flag, only


hidden
rigid
tex

Do I miss something besides the xfig program (version 3.2.8)?


Would like to come back to this question.
Apparently the version of Xfig is now using Tex flag TEX in the Tex 
flags instead of special flag.

I selected and set it.

I have included a lyx file with an xfig included.

I had exported from the fig file the three files also included.

I expected after running lyx to get a pdf output with the Delta and Psi 
in Greek. However, there are still $\Delta$ and $\Psi$


my lyx under Debian Bullseye is
Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

and I use the luatex setting
with
\usepackage{libertinus-otf}
in the preamble

and xfig 3.2.8

Could somebody tell me why I won't get the expected pdf output

Would appreciate it very much!

Wolfgang\begin{picture}(0,0)%
\includegraphics{Prytz-Scheme_pspdftex}%
\end{picture}%
\setlength{\unitlength}{4144sp}%
%
\begingroup\makeatletter\ifx\SetFigFont\undefined%
\gdef\SetFigFont#1#2#3#4#5{%
  \reset@font\fontsize{#1}{#2pt}%
  \fontfamily{#3}\fontseries{#4}\fontshape{#5}%
  \selectfont}%
\fi\endgroup%
\begin{picture}(8067,7707)(2341,-6988)
\end{picture}%


Prytz-Scheme_pspdftex.pdf
Description: Adobe PDF document


Lyx-xfig.lyx
Description: application/lyx
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: correct spacing in e.g. of a document

2022-08-27 Thread Wolfgang Engelmann



Am 27.08.22 um 16:15 schrieb Daniel:

On 2022-08-27 14:02, Jürgen Spitzmüller wrote:

Am Samstag, dem 27.08.2022 um 13:08 +0200 schrieb Herbert Voss:

yes, german users often used it  :-)  but it is not common for
english texts written by native people, as far as I know.


Bringhurst suggests to do it.


Or if you want to go wilder: just "eg" (no dots at all). As used in the 
Oxford style guide. Well, at least it solves the spacing problem. :)


Daniel




another idea, would be applicable to etc too, I guess.

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: correct spacing in e.g. of a document

2022-08-27 Thread Wolfgang Engelmann



Am 27.08.22 um 15:58 schrieb Daniel:

On 2022-08-27 13:26, Jean-Marc Lasgouttes wrote:



Le 27 août 2022 11:39:38 GMT+02:00, Wolfgang Engelmann 
 a écrit :

What is the correct spacing in e.g. of a lyx document


Try "e.g.\ ". We have a space for that, I never remember which one.

JMarc


It's called "Interword Space" in LyX 2.3 and because it is a little hard 
to remember what that entails it will be just called "Normal Space" in 2.4.


Daniel



Thanks, Herbert and Daniel. Got it.

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


xfig in LyX > no special flag choosable

2022-08-27 Thread Wolfgang Engelmann

Slightly OT:
Is somebody using xfig in LyX? I can't find in the Text Flags the 
special flag, only


hidden
rigid
tex

Do I miss something besides the xfig program (version 3.2.8)?
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: correct spacing in e.g. of a document

2022-08-27 Thread Wolfgang Engelmann



Am 27.08.22 um 11:59 schrieb Herbert Voss:



Am 27.08.22 um 11:39 schrieb Wolfgang Engelmann:

What is the correct spacing in e.g. of a lyx document

(debian bullseye, lyx version 2.4.0dev (noch nicht veröffentlicht)
Erstellt aus Git-Revision 53ed3dc0
Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
Qt-Version (bei Erstellung): 5.15.2
Python-Aufruf: python3 -tt?

Using chktex in tool tells me:

Interword spacing (`\ ') should perhaps be used.

so I tried these variations:

x e.g. y
x \e.g. y
x e.\g. y




x e.g.\ y


this is the correct one, because the dot is not the end of a sentence.
See 
https://tex.stackexchange.com/questions/2229/is-a-period-after-an-abbreviation-the-same-as-an-end-of-sentence-period 



sometimes also written with a space between: x e.\ g.\ y
See https://en.wikipedia.org/wiki/List_of_Latin_phrases_(E)#exempli_gratia

I use:
\def\eg{e.g.\ }


would this be in the preamble?


x \eg y

and this in the text?



Herbert


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


correct spacing in e.g. of a document

2022-08-27 Thread Wolfgang Engelmann

What is the correct spacing in e.g. of a lyx document

(debian bullseye, lyx version 2.4.0dev (noch nicht veröffentlicht)
Erstellt aus Git-Revision 53ed3dc0
Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
Qt-Version (bei Erstellung): 5.15.2
Python-Aufruf: python3 -tt?

Using chktex in tool tells me:

Interword spacing (`\ ') should perhaps be used.

so I tried these variations:

x e.g. y
x \e.g. y
x e.\g. y
x e.g.\ y
###
x e\.g\. y
x e.g\. y

but none worked in the pdf >

x e.g. y
x \e.g. y
x e.\g. y
x e.g.\ y
###
x e\.g\. y
x e.g\. y



Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Quotation marks

2022-08-26 Thread Wolfgang Engelmann




Am 26.08.22 um 12:35 schrieb Wolfgang Engelmann:

I use in my lyx document the English (UK) language and according to
https://en.wikipedia.org/wiki/Quotation_marks_in_English#British_style
quotation marks are set as "xx" or "x'y'x". However, my (German) 
keyboard gives in lyx a ', if I press " (above 2). In a terminal or 
another document it is a correct ". Has this been set this way or can I 
alter it in lyx?


Wolfgang


ups,
I just found that it can be set under language, style of quotation
sorry
W
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Quotation marks

2022-08-26 Thread Wolfgang Engelmann

I use in my lyx document the English (UK) language and according to
https://en.wikipedia.org/wiki/Quotation_marks_in_English#British_style
quotation marks are set as "xx" or "x'y'x". However, my (German) 
keyboard gives in lyx a ', if I press " (above 2). In a terminal or 
another document it is a correct ". Has this been set this way or can I 
alter it in lyx?


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Missing character

2022-08-25 Thread Wolfgang Engelmann

I got this warning
Missing character: There is no ˜ (U+0098) in font 
[LibertinusSerif-Italic.otf]:


and tried to localize it by exporting the lyx file (Debian, lyx-2.4.dev)

Version 2.4.0dev (noch nicht veröffentlicht)
Erstellt aus Git-Revision 53ed3dc0
Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
Qt-Version (bei Erstellung): 5.15.2
Python-Aufruf: python3 -tt

to latex (LuaTeX), opened it with the text editor bless, used there 
'search for ' 0098 as decimal.

However, 'The pattern you requested was not found'

Any idea what to do?

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Where to report a lyx error

2022-08-25 Thread Wolfgang Engelmann
I use lyx 2.4.0.dev (Debian) and got a lyx crash. I started with a 
terminal and saved the terminal output in a txt file. Where should I 
send it to?

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: tmp/lyx_tmpdir. can't be opened

2022-08-20 Thread Wolfgang Engelmann



Am 19.08.22 um 16:35 schrieb Paul A. Rubin:

On 8/19/22 02:37, Wolfgang Engelmann wrote:

I get this message:

„file:///tmp/lyx_tmpdir.YXomcmJypLKa/lyx_tmpbuf0/xxx.pdf“ kann nicht 
geöffnet werden ()


I have reinstalled texlive, now at my home, and not in 
/usr/local/texlive/2022 any more.


What should I do?

Wolfgang

Did you reconfigure LyX after reinstalling TeXLive?

Paul



Thanks, Paul,

I did texhash, but forgot to reconfigure. It is ok now and lyx_tmpdir is 
in /tmp


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


tmp/lyx_tmpdir. can't be opened

2022-08-19 Thread Wolfgang Engelmann

I get this message:

„file:///tmp/lyx_tmpdir.YXomcmJypLKa/lyx_tmpbuf0/xxx.pdf“ kann nicht 
geöffnet werden ()


I have reinstalled texlive, now at my home, and not in 
/usr/local/texlive/2022 any more.


What should I do?

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: lyx remove in Debian bullseye

2022-08-11 Thread Wolfgang Engelmann




Am 11.08.22 um 14:28 schrieb Dr Eberhard Lisse:

for i in lyx lyx240 lyx24n lyx24x
do
 rm -rf $(realpath $(which $i))
done

el

On 11/08/2022 00:08, Alan Tyree wrote:

Hi Wolfgang,
I can't help you with your immediate problem, but if you again wish to
install multiple versions of a program, I suggest using GNU Stow.  It
allows multiple versions to be installed and easily managed.

Good luck with the more immediate problem.

Cheers,
Alan

On Thu, 11 Aug 2022 at 00:56, Wolfgang Engelmann
mailto:engelm...@uni-tuebingen.de>> wrote:

 I have several lyx 2.4.0 dev installed (which I named lyx; lyx240;
 lyx24n; lyx24x).  They should be removed, before I install a lyx
 2.3.6.1 for debian.

 sudo apt-get remove lyx
  > Paket lyx240 not found (kann nicht gefunden werden)

 How to remove these lyx's?

[...]



Thanks, El,

but I do not know how to apply this script.
How do I find the realpath of my installed lyx's?

I checked the help files of lyx, but couldn't find a description of how 
to uninstall a lyx file and all the stuff going with it.


Wolfgang

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


lyx remove in Debian bullseye

2022-08-10 Thread Wolfgang Engelmann
I have several lyx 2.4.0 dev installed (which I named lyx; lyx240; 
lyx24n; lyx24x). They should be removed, before I install a lyx 2.3.6.1 
for debian.


sudo apt-get remove lyx
> Paket lyx240 not found (kann nicht gefunden werden)

How to remove these lyx's?
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


lyx 2.4.0 dev -download

2022-08-01 Thread Wolfgang Engelmann

What is the recommended download place and -way for the latest
lyx 2.4.0 dev

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: no document classes available

2022-07-29 Thread Wolfgang Engelmann




Am 29.07.22 um 13:15 schrieb Dr Eberhard Lisse:
Buy a Mac, install Homebrew and then install MacTeX and LyX from 
Homebrew :-)-O


el


I am after a Porsche, if bucks are left, I might consider a Mac
Wolfgang



On 28/07/2022 17:06, Wolfgang Engelmann wrote:

I just found that my lyx document does not have the Document class
KOMA-script-book available

In fact, all the document classes are greyed out.

What should I do?

Wolfgang




--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: no document classes available

2022-07-28 Thread Wolfgang Engelmann



Am 28.07.22 um 17:06 schrieb Wolfgang Engelmann:

I just found that my lyx document does not have the Document class
KOMA-script-book available

In fact, all the document classes are greyed out.

What should I do?

Wolfgang


The Fortschritts- and Testmeldungen below my lyx field tells:

Die ausgewählte Dokumentklasse
KOMA-Script-Buch
benötigt externe Dateien, welche nicht verfügbar sind.
Die Dokumentklasse kann zwar verwendet werden,
das Dokument kann aber nicht ausgegeben werden,
solange die folgenden Dateien nicht installiert sind:
scrbook.cls
In Abschnitt 3.1.2.2 des Benutzerhandbuchs
finden Sie weitere Hilfe.
Warning: Paket ist nicht verfügbar

>> should I use tlmgr to get the missing scrbook.cls?
I am afraid there is more missing.

I did

 sudo apt-get install texlive-latex-recommended
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
texlive-latex-recommended ist schon die neueste Version (2020.20210202-3).
texlive-latex-recommended wurde als manuell installiert festgelegt.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 46 nicht aktualisiert.
1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] J
tex-common (6.16) wird eingerichtet ...
Missing head file 
/usr/share/texlive/texmf-dist/tex/generic/config/language.us.def: No 
such file or directory at /usr/sbin/update-language line 139.

dpkg: Fehler beim Bearbeiten des Paketes tex-common (--configure):
 »installiertes tex-common-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 2 zurück

Fehler traten auf beim Bearbeiten von:
 tex-common
E: Sub-process /usr/bin/dpkg returned an error code (1)

>>there is an error in tex-common

how to cure that?

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


no document classes available

2022-07-28 Thread Wolfgang Engelmann

I just found that my lyx document does not have the Document class
KOMA-script-book available

In fact, all the document classes are greyed out.

What should I do?

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-28 Thread Wolfgang Engelmann




Am 28.07.22 um 16:40 schrieb Steve Litt:

On Wed, 2022-07-27 at 17:55 +0200, Wolfgang Engelmann wrote:



Could not determine directory of tlmgr executable, maybe shared library
woes?


Hey, I've seen this before. I solved it by making a shellscript that ran the 
full
path of tlmgr.

#!/bin/sh
/opt/texlive/2021/bin/x86_64-linux/tlmgr $@


SteveT


Thanks, Steve, will try it.

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann



Am 27.07.22 um 22:38 schrieb Dr Eberhard W Lisse:

Wolfgang,

this is not what what I suggested, try this:


 lyx24x -f -e luatex A-SP-Jul26.lyx
 lualatex A-SP-Jul26.tex

el



lualatex A-SP-Jul26.tex
This is LuaHBTeX, Version 1.15.0 (TeX Live 2022)

kpathsea: Running mktexfmt lualatex.fmt
/usr/local/texlive/2022/bin/x86_64-linux/mktexfmt: kpsewhich 
-var-value=TEXMFROOT failed, aborting early.
BEGIN failed--compilation aborted at 
/usr/local/texlive/2022/bin/x86_64-linux/mktexfmt line 25.

I can't find the format file `lualatex.fmt'!

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann



Am 27.07.22 um 18:28 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 18:05:14 +0200
schrieb Wolfgang Engelmann :


Am 27.07.22 um 18:00 schrieb Wolfgang Engelmann:



Am 27.07.22 um 17:55 schrieb Wolfgang Engelmann:



Am 27.07.22 um 17:39 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 17:31:30 +0200
schrieb Wolfgang Engelmann :
  

Am 27.07.22 um 17:22 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 17:06:10 +0200
schrieb Wolfgang Engelmann :

Am 27.07.22 um 16:34 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:16:46 +0200
schrieb Wolfgang Engelmann :

Am 27.07.22 um 16:12 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:09:54 +0200
schrieb Wolfgang Engelmann :

Am 27.07.22 um 16:04 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 15:48:16 +0200
schrieb Wolfgang Engelmann :

I worked today on a document and tried to export is as pdf
(Lua-TeX).
I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause
of the
external program's error (check the logs).

So I went back to the version of yesterday, in which the
export worked.

However, I get the same error.

Very strange!

Where do I find the log file?


The log-file is in the lyx-temp-directory (this changes with
each session, so do
not exit lyx)

Use
 Document->LaTeX Log->Open Containing Directory
from within LyX. You should get some file manager open this dir.

I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang


 Kornel
  

Thanks, Kornel, but Document->LaTeX Log
is greyed out
Wolfgang


You have to Export (or View) first.

 Kornel
  

Yes, I did export or view. In both cases I get immediately

The external program
pdflatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).


You can try to use different latex executable.
Also maybe your path to working latex execs is wrong.
In any case, you could use option '-dbg files' to get a hint
about used dirs.

(Search for 'Temporary file ` something ' created'
     there should be a directory 'lyx_tmpbuf0', this is what we
are after)

 Kornel
  

In /tmp/lyx_tmpdir.iglaCqHuYdHi
are
/lyx_tmpbuf2
     containing A-SP-Jul26.tex
with tex stuff

and A-SP-Jul26.tex.dep-pdf
with this content:
2038071327 1658933632
/tmp/lyx_tmpdir.iglaCqHuYdHi/lyx_tmpbuf2/A-SP-Jul26.tex
and
lyxsocket

There is no log file

Wolfgang


Of course not. Log is created by your latex executable, and, as you
mentioned
in other mail, there was no compilation start.

You may check for working

   first.

Try
 $ kpsewhich -var-value=TEXMFROOT
gives here '/usr9/local/texlive/2022'

 Kornel
  

kpsewhich -var-value=TEXMFROOT
returns nothing.
I tried it also root, home, wolfgang
no return

Wolfgang


So, you do not have a working texlive. How should we now be able to
help?
Check for the path of kpsewhich
   $ which kpsewhich tlmgr
 /usr/local/texlive/2022/bin/x86_64-linux/kpsewhich
 /usr/local/texlive/2022/bin/x86_64-linux/tlmgr

If this is OK, then you may try
   $ tlmgr update --repository ctan --all --reinstall-forcibly-removed

 Kornel

  

Thanks again, Kornel,

this is what I got>>>

which kpsewhich tlmgr
/usr/local/texlive/2022/bin/x86_64-linux/kpsewhich
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr

wolfgang@Fuji:~/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022$ tlmgr update
--repository ctan --all --reinstall-forcibly-removed

Could not determine directory of tlmgr executable, maybe shared
library woes?

Check for error messages above at
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 74.
  
  >>>> it says:

    if (! $Master) {
  die ("Could not determine directory of tlmgr executable, "
   . "maybe shared library woes?\nCheck for error messages
above");
    }

BEGIN failed--compilation aborted at
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 83.
  
  >>>> it says

# make Perl find our packages first:
    unshift (@INC, "$Master/tlpkg");
    unshift (@INC, "$Master/texmf-dist/scripts/texlive");
}




Wolfgang
  

tlmgr seems to be linked (font in emphasis)

/usr/local/texlive/2022/bin/x86_64-linux$ ls -l tlmgr
lrwxrwxrwx 1 wolfgang wolfgang 41  3. Okt 2018  tlmgr ->
../../texmf-dist/scripts/texlive/tlmgr.pl

Wolfgang


tlmgr update --self
Could not determine directory of tlmgr executable, maybe shared library
woes?
Check for error messages above at
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 74.
BEGIN failed--compilation aborted at
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 83.

which shared library might be meant?

Wolfgang


1.) You probably installed texlive as root, therefore the tlmgr is to be called 
with root
permissions.
2.) $Master is set to the directory part of path to tlmgr.pl (line 58 of that 
file)

So, I do not understand why it is not

Re: check the logs

2022-07-27 Thread Wolfgang Engelmann




Am 27.07.22 um 18:14 schrieb Dr Eberhard W Lisse:

You ran luatex when you needed to run lualatex.

This is indeed confusing that LyX uses luatex when it exports to
lualatex. It uses pdflatex (and not pdftex).

el

On 2022-07-27 17:38 , Wolfgang Engelmann wrote:
[...]
 > lyx24x -f -e luatex A-SP-Jul26.lyx
 > wolfgang@Fuji:~/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022$ luatex 
A-SP-Jul26.tex

 > This is LuaTeX, Version 1.15.0 (TeX Live 2022)
[...]


running  as suggested:
lyx24x -f -e lualatex A-SP-Jul26.lyx
Error: Couldn't export file

No information for exporting the format lualatex.

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann



Am 27.07.22 um 18:00 schrieb Wolfgang Engelmann:



Am 27.07.22 um 17:55 schrieb Wolfgang Engelmann:



Am 27.07.22 um 17:39 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 17:31:30 +0200
schrieb Wolfgang Engelmann :


Am 27.07.22 um 17:22 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 17:06:10 +0200
schrieb Wolfgang Engelmann :

Am 27.07.22 um 16:34 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:16:46 +0200
schrieb Wolfgang Engelmann :

Am 27.07.22 um 16:12 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:09:54 +0200
schrieb Wolfgang Engelmann :

Am 27.07.22 um 16:04 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 15:48:16 +0200
schrieb Wolfgang Engelmann :
I worked today on a document and tried to export is as pdf 
(Lua-TeX).

I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause 
of the

external program's error (check the logs).

So I went back to the version of yesterday, in which the 
export worked.


However, I get the same error.

Very strange!

Where do I find the log file?


The log-file is in the lyx-temp-directory (this changes with 
each session, so do

not exit lyx)

Use
Document->LaTeX Log->Open Containing Directory
from within LyX. You should get some file manager open this dir.

I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang


Kornel


Thanks, Kornel, but Document->LaTeX Log
is greyed out
Wolfgang


You have to Export (or View) first.

Kornel


Yes, I did export or view. In both cases I get immediately

The external program
pdflatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).


You can try to use different latex executable.
Also maybe your path to working latex execs is wrong.
In any case, you could use option '-dbg files' to get a hint 
about used dirs.


(Search for 'Temporary file ` something ' created'
    there should be a directory 'lyx_tmpbuf0', this is what we 
are after)


Kornel


In /tmp/lyx_tmpdir.iglaCqHuYdHi
are
/lyx_tmpbuf2
    containing A-SP-Jul26.tex
with tex stuff

and A-SP-Jul26.tex.dep-pdf
with this content:
2038071327 1658933632
/tmp/lyx_tmpdir.iglaCqHuYdHi/lyx_tmpbuf2/A-SP-Jul26.tex
and
lyxsocket

There is no log file

Wolfgang


Of course not. Log is created by your latex executable, and, as you 
mentioned

in other mail, there was no compilation start.

You may check for working

  first.

Try
$ kpsewhich -var-value=TEXMFROOT
gives here '/usr9/local/texlive/2022'

Kornel


kpsewhich -var-value=TEXMFROOT
returns nothing.
I tried it also root, home, wolfgang
no return

Wolfgang


So, you do not have a working texlive. How should we now be able to 
help?

Check for the path of kpsewhich
  $ which kpsewhich tlmgr
/usr/local/texlive/2022/bin/x86_64-linux/kpsewhich
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr

If this is OK, then you may try
  $ tlmgr update --repository ctan --all --reinstall-forcibly-removed

Kornel



Thanks again, Kornel,

this is what I got>>>

which kpsewhich tlmgr
/usr/local/texlive/2022/bin/x86_64-linux/kpsewhich
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr

wolfgang@Fuji:~/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022$ tlmgr update 
--repository ctan --all --reinstall-forcibly-removed


Could not determine directory of tlmgr executable, maybe shared 
library woes?


Check for error messages above at 
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 74.


 >>>> it says:
   if (! $Master) {
 die ("Could not determine directory of tlmgr executable, "
  . "maybe shared library woes?\nCheck for error messages 
above");

   }

BEGIN failed--compilation aborted at 
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 83.


 >>>> it says
# make Perl find our packages first:
   unshift (@INC, "$Master/tlpkg");
   unshift (@INC, "$Master/texmf-dist/scripts/texlive");
}




Wolfgang


tlmgr seems to be linked (font in emphasis)

/usr/local/texlive/2022/bin/x86_64-linux$ ls -l tlmgr
lrwxrwxrwx 1 wolfgang wolfgang 41  3. Okt 2018  tlmgr -> 
../../texmf-dist/scripts/texlive/tlmgr.pl


Wolfgang


tlmgr update --self
Could not determine directory of tlmgr executable, maybe shared library 
woes?
Check for error messages above at 
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 74.
BEGIN failed--compilation aborted at 
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 83.


which shared library might be meant?

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann



Am 27.07.22 um 17:55 schrieb Wolfgang Engelmann:



Am 27.07.22 um 17:39 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 17:31:30 +0200
schrieb Wolfgang Engelmann :


Am 27.07.22 um 17:22 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 17:06:10 +0200
schrieb Wolfgang Engelmann :

Am 27.07.22 um 16:34 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:16:46 +0200
schrieb Wolfgang Engelmann :

Am 27.07.22 um 16:12 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:09:54 +0200
schrieb Wolfgang Engelmann :

Am 27.07.22 um 16:04 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 15:48:16 +0200
schrieb Wolfgang Engelmann :
I worked today on a document and tried to export is as pdf 
(Lua-TeX).

I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause 
of the

external program's error (check the logs).

So I went back to the version of yesterday, in which the 
export worked.


However, I get the same error.

Very strange!

Where do I find the log file?


The log-file is in the lyx-temp-directory (this changes with 
each session, so do

not exit lyx)

Use
Document->LaTeX Log->Open Containing Directory
from within LyX. You should get some file manager open this dir.

I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang


Kornel


Thanks, Kornel, but Document->LaTeX Log
is greyed out
Wolfgang


You have to Export (or View) first.

Kornel


Yes, I did export or view. In both cases I get immediately

The external program
pdflatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).


You can try to use different latex executable.
Also maybe your path to working latex execs is wrong.
In any case, you could use option '-dbg files' to get a hint about 
used dirs.


(Search for 'Temporary file ` something ' created'
    there should be a directory 'lyx_tmpbuf0', this is what we are 
after)


Kornel


In /tmp/lyx_tmpdir.iglaCqHuYdHi
are
/lyx_tmpbuf2
    containing A-SP-Jul26.tex
with tex stuff

and A-SP-Jul26.tex.dep-pdf
with this content:
2038071327 1658933632
/tmp/lyx_tmpdir.iglaCqHuYdHi/lyx_tmpbuf2/A-SP-Jul26.tex
and
lyxsocket

There is no log file

Wolfgang


Of course not. Log is created by your latex executable, and, as you 
mentioned

in other mail, there was no compilation start.

You may check for working

  first.

Try
$ kpsewhich -var-value=TEXMFROOT
gives here '/usr9/local/texlive/2022'

Kornel


kpsewhich -var-value=TEXMFROOT
returns nothing.
I tried it also root, home, wolfgang
no return

Wolfgang


So, you do not have a working texlive. How should we now be able to help?
Check for the path of kpsewhich
  $ which kpsewhich tlmgr
/usr/local/texlive/2022/bin/x86_64-linux/kpsewhich
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr

If this is OK, then you may try
  $ tlmgr update --repository ctan --all --reinstall-forcibly-removed

Kornel



Thanks again, Kornel,

this is what I got>>>

which kpsewhich tlmgr
/usr/local/texlive/2022/bin/x86_64-linux/kpsewhich
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr

wolfgang@Fuji:~/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022$ tlmgr update 
--repository ctan --all --reinstall-forcibly-removed


Could not determine directory of tlmgr executable, maybe shared library 
woes?


Check for error messages above at 
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 74.


 >>>> it says:
   if (! $Master) {
     die ("Could not determine directory of tlmgr executable, "
  . "maybe shared library woes?\nCheck for error messages above");
   }

BEGIN failed--compilation aborted at 
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 83.


 >>>> it says
# make Perl find our packages first:
   unshift (@INC, "$Master/tlpkg");
   unshift (@INC, "$Master/texmf-dist/scripts/texlive");
}




Wolfgang


tlmgr seems to be linked (font in emphasis)

/usr/local/texlive/2022/bin/x86_64-linux$ ls -l tlmgr
lrwxrwxrwx 1 wolfgang wolfgang 41  3. Okt 2018  tlmgr -> 
../../texmf-dist/scripts/texlive/tlmgr.pl


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann




Am 27.07.22 um 17:39 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 17:31:30 +0200
schrieb Wolfgang Engelmann :


Am 27.07.22 um 17:22 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 17:06:10 +0200
schrieb Wolfgang Engelmann :
   

Am 27.07.22 um 16:34 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:16:46 +0200
schrieb Wolfgang Engelmann :
  

Am 27.07.22 um 16:12 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:09:54 +0200
schrieb Wolfgang Engelmann :
 

Am 27.07.22 um 16:04 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 15:48:16 +0200
schrieb Wolfgang Engelmann :


I worked today on a document and tried to export is as pdf (Lua-TeX).
I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).

So I went back to the version of yesterday, in which the export worked.

However, I get the same error.

Very strange!

Where do I find the log file?


The log-file is in the lyx-temp-directory (this changes with each session, so do
not exit lyx)

Use
Document->LaTeX Log->Open Containing Directory
from within LyX. You should get some file manager open this dir.


I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang


Kornel



Thanks, Kornel, but Document->LaTeX Log
is greyed out
Wolfgang


You have to Export (or View) first.

Kornel

 

Yes, I did export or view. In both cases I get immediately

The external program
pdflatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).


You can try to use different latex executable.
Also maybe your path to working latex execs is wrong.
In any case, you could use option '-dbg files' to get a hint about used dirs.

(Search for 'Temporary file ` something ' created'
there should be a directory 'lyx_tmpbuf0', this is what we are after)

Kornel

  

In /tmp/lyx_tmpdir.iglaCqHuYdHi
are 
/lyx_tmpbuf2
containing A-SP-Jul26.tex
with tex stuff

and A-SP-Jul26.tex.dep-pdf
with this content:
2038071327 1658933632
/tmp/lyx_tmpdir.iglaCqHuYdHi/lyx_tmpbuf2/A-SP-Jul26.tex
and
lyxsocket

There is no log file

Wolfgang


Of course not. Log is created by your latex executable, and, as you mentioned
in other mail, there was no compilation start.

You may check for working

  first.

Try
$ kpsewhich -var-value=TEXMFROOT
gives here '/usr9/local/texlive/2022'

Kornel

   

kpsewhich -var-value=TEXMFROOT
returns nothing.
I tried it also root, home, wolfgang
no return

Wolfgang


So, you do not have a working texlive. How should we now be able to help?
Check for the path of kpsewhich
  $ which kpsewhich tlmgr
/usr/local/texlive/2022/bin/x86_64-linux/kpsewhich
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr

If this is OK, then you may try
  $ tlmgr update --repository ctan --all --reinstall-forcibly-removed

Kornel



Thanks again, Kornel,

this is what I got>>>

which kpsewhich tlmgr
/usr/local/texlive/2022/bin/x86_64-linux/kpsewhich
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr

wolfgang@Fuji:~/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022$ tlmgr update 
--repository ctan --all --reinstall-forcibly-removed


Could not determine directory of tlmgr executable, maybe shared library 
woes?


Check for error messages above at 
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 74.


>>>> it says:
  if (! $Master) {
die ("Could not determine directory of tlmgr executable, "
 . "maybe shared library woes?\nCheck for error messages above");
  }

BEGIN failed--compilation aborted at 
/usr/local/texlive/2022/bin/x86_64-linux/tlmgr line 83.


>>>> it says
# make Perl find our packages first:
  unshift (@INC, "$Master/tlpkg");
  unshift (@INC, "$Master/texmf-dist/scripts/texlive");
}




Wolfgang

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann



Am 27.07.22 um 17:17 schrieb Dr Eberhard W Lisse:

I usually do something like

 lyx -f -e luatex lyxfile.lyx
 lualatex lyxfile.tex
 lexlogsieve lyxfile.log

el


Thanks, El, but
lyx24x -f -e luatex A-SP-Jul26.lyx
wolfgang@Fuji:~/Dokumente/PUBLIKATIONEN-EIGENE/A-SP-2022$ luatex 
A-SP-Jul26.tex

This is LuaTeX, Version 1.15.0 (TeX Live 2022)

kpathsea: Running mktexfmt luatex.fmt
/usr/local/texlive/2022/bin/x86_64-linux/mktexfmt: kpsewhich 
-var-value=TEXMFROOT failed, aborting early.
BEGIN failed--compilation aborted at 
/usr/local/texlive/2022/bin/x86_64-linux/mktexfmt line 25.

I can't find the format file `luatex.fmt'!

and
lexlogsieve A-SP-Jul26.log
bash: lexlogsieve: Kommando nicht gefunden.

should be texlogsieve?

but again:
texlogsieve A-SP-Jul26.log
/usr/local/texlive/2022/bin/x86_64-linux/texlogsieve:1269: 
A-SP-Jul26.log: No such file or directory






On 2022-07-27 16:16 , Wolfgang Engelmann wrote:
 >
 >
 > Am 27.07.22 um 16:12 schrieb Kornel Benko:
 >> Am Wed, 27 Jul 2022 16:09:54 +0200
 >> schrieb Wolfgang Engelmann :
 >>> Am 27.07.22 um 16:04 schrieb Kornel Benko:
 >>>> Am Wed, 27 Jul 2022 15:48:16 +0200
 >>>> schrieb Wolfgang Engelmann :
 >>>>> I worked today on a document and tried to export is as pdf
 >>>>> (Lua-TeX).  I got this message:
 >>>>>
 >>>>> The external program lualatex finished with an error.  It is
 >>>>> recommended you fix the cause of the external program's error
 >>>>> (check the logs).
 >>>>>
 >>>>> So I went back to the version of yesterday, in which the export
 >>>>> worked.
 >>>>>
 >>>>> However, I get the same error.
 >>>>>
 >>>>> Very strange!
 >>>>>
 >>>>> Where do I find the log file?
[...]


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann




Am 27.07.22 um 17:22 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 17:06:10 +0200
schrieb Wolfgang Engelmann :


Am 27.07.22 um 16:34 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:16:46 +0200
schrieb Wolfgang Engelmann :
   

Am 27.07.22 um 16:12 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:09:54 +0200
schrieb Wolfgang Engelmann :
  

Am 27.07.22 um 16:04 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 15:48:16 +0200
schrieb Wolfgang Engelmann :
 

I worked today on a document and tried to export is as pdf (Lua-TeX).
I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).

So I went back to the version of yesterday, in which the export worked.

However, I get the same error.

Very strange!

Where do I find the log file?


The log-file is in the lyx-temp-directory (this changes with each session, so do
not exit lyx)

Use
Document->LaTeX Log->Open Containing Directory
from within LyX. You should get some file manager open this dir.
 

I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang


Kornel

 

Thanks, Kornel, but Document->LaTeX Log
is greyed out
Wolfgang


You have to Export (or View) first.

Kornel

  

Yes, I did export or view. In both cases I get immediately

The external program
pdflatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).


You can try to use different latex executable.
Also maybe your path to working latex execs is wrong.
In any case, you could use option '-dbg files' to get a hint about used dirs.

(Search for 'Temporary file ` something ' created'
   there should be a directory 'lyx_tmpbuf0', this is what we are after)

Kornel

   

In /tmp/lyx_tmpdir.iglaCqHuYdHi
are 
/lyx_tmpbuf2
   containing A-SP-Jul26.tex
with tex stuff

and A-SP-Jul26.tex.dep-pdf
with this content:
2038071327 1658933632
/tmp/lyx_tmpdir.iglaCqHuYdHi/lyx_tmpbuf2/A-SP-Jul26.tex
and
lyxsocket

There is no log file

Wolfgang


Of course not. Log is created by your latex executable, and, as you mentioned
in other mail, there was no compilation start.

You may check for working kpsewhich first.
Try
$ kpsewhich -var-value=TEXMFROOT
gives here '/usr9/local/texlive/2022'

Kornel

Kornel



kpsewhich -var-value=TEXMFROOT
returns nothing.
I tried it also root, home, wolfgang
no return

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann




Am 27.07.22 um 16:34 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:16:46 +0200
schrieb Wolfgang Engelmann :


Am 27.07.22 um 16:12 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:09:54 +0200
schrieb Wolfgang Engelmann :
   

Am 27.07.22 um 16:04 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 15:48:16 +0200
schrieb Wolfgang Engelmann :
  

I worked today on a document and tried to export is as pdf (Lua-TeX).
I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).

So I went back to the version of yesterday, in which the export worked.

However, I get the same error.

Very strange!

Where do I find the log file?


The log-file is in the lyx-temp-directory (this changes with each session, so 
do not
exit lyx)

Use
Document->LaTeX Log->Open Containing Directory
from within LyX. You should get some file manager open this dir.
  

I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang


Kornel

  

Thanks, Kornel, but Document->LaTeX Log
is greyed out
Wolfgang


You have to Export (or View) first.

Kornel

   

Yes, I did export or view. In both cases I get immediately

The external program
pdflatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).


You can try to use different latex executable.
Also maybe your path to working latex execs is wrong.
In any case, you could use option '-dbg files' to get a hint about used dirs.

(Search for 'Temporary file ` something ' created'
  there should be a directory 'lyx_tmpbuf0', this is what we are after)

Kornel



In /tmp/lyx_tmpdir.iglaCqHuYdHi
are 
/lyx_tmpbuf2
 containing A-SP-Jul26.tex
with tex stuff

and A-SP-Jul26.tex.dep-pdf
with this content:
2038071327 1658933632 
/tmp/lyx_tmpdir.iglaCqHuYdHi/lyx_tmpbuf2/A-SP-Jul26.tex

and
lyxsocket

There is no log file

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann



Am 27.07.22 um 16:16 schrieb Wolfgang Engelmann:



Am 27.07.22 um 16:12 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:09:54 +0200
schrieb Wolfgang Engelmann :


Am 27.07.22 um 16:04 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 15:48:16 +0200
schrieb Wolfgang Engelmann :

I worked today on a document and tried to export is as pdf (Lua-TeX).
I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).

So I went back to the version of yesterday, in which the export 
worked.


However, I get the same error.

Very strange!

Where do I find the log file?


The log-file is in the lyx-temp-directory (this changes with each 
session, so do not

exit lyx)

Use
Document->LaTeX Log->Open Containing Directory
from within LyX. You should get some file manager open this dir.

I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang


Kornel


Thanks, Kornel, but Document->LaTeX Log
is greyed out
Wolfgang


You have to Export (or View) first.

Kornel



Yes, I did export or view. In both cases I get immediately

The external program
pdflatex
finished with an error. It is recommended you fix the cause of the 
external program's error (check the logs).


using an older luatex file I get

luatex A-SP-WITTE-E-2022Jul18-AndersStructure.tex
This is LuaTeX, Version 1.15.0 (TeX Live 2022)

kpathsea: Running mktexfmt luatex.fmt
/usr/local/texlive/2022/bin/x86_64-linux/mktexfmt: kpsewhich 
-var-value=TEXMFROOT failed, aborting early.
BEGIN failed--compilation aborted at 
/usr/local/texlive/2022/bin/x86_64-linux/mktexfmt line 25.

I can't find the format file `luatex.fmt'!

Something must be wrong with my tex stuff

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann




Am 27.07.22 um 16:12 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 16:09:54 +0200
schrieb Wolfgang Engelmann :


Am 27.07.22 um 16:04 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 15:48:16 +0200
schrieb Wolfgang Engelmann :
   

I worked today on a document and tried to export is as pdf (Lua-TeX).
I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).

So I went back to the version of yesterday, in which the export worked.

However, I get the same error.

Very strange!

Where do I find the log file?


The log-file is in the lyx-temp-directory (this changes with each session, so 
do not
exit lyx)

Use
Document->LaTeX Log->Open Containing Directory
from within LyX. You should get some file manager open this dir.
   

I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang


Kornel

   

Thanks, Kornel, but Document->LaTeX Log
is greyed out
Wolfgang


You have to Export (or View) first.

Kornel



Yes, I did export or view. In both cases I get immediately

The external program
pdflatex
finished with an error. It is recommended you fix the cause of the 
external program's error (check the logs).

--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann




Am 27.07.22 um 16:04 schrieb Kornel Benko:

Am Wed, 27 Jul 2022 15:48:16 +0200
schrieb Wolfgang Engelmann :


I worked today on a document and tried to export is as pdf (Lua-TeX).
I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause of the
external program's error (check the logs).

So I went back to the version of yesterday, in which the export worked.

However, I get the same error.

Very strange!

Where do I find the log file?


The log-file is in the lyx-temp-directory (this changes with each session, so 
do not exit
lyx)

Use
Document->LaTeX Log->Open Containing Directory
from within LyX. You should get some file manager open this dir.


I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang


Kornel



Thanks, Kornel, but Document->LaTeX Log
is greyed out
Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: check the logs

2022-07-27 Thread Wolfgang Engelmann




Am 27.07.22 um 15:48 schrieb Wolfgang Engelmann:

I worked today on a document and tried to export is as pdf (Lua-TeX).
I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause of the 
external program's error (check the logs).


So I went back to the version of yesterday, in which the export worked.

However, I get the same error.

Very strange!

Where do I find the log file?

I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang



And if I use
Test of AMS-Book Style

I get the same lualatex error, although this it not using lualatex

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


check the logs

2022-07-27 Thread Wolfgang Engelmann

I worked today on a document and tried to export is as pdf (Lua-TeX).
I got this message:

The external program
lualatex
finished with an error. It is recommended you fix the cause of the 
external program's error (check the logs).


So I went back to the version of yesterday, in which the export worked.

However, I get the same error.

Very strange!

Where do I find the log file?

I use

Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: load mathtools *before*

2022-07-18 Thread Wolfgang Engelmann



Am 18.07.22 um 11:57 schrieb Herbert Voss:



Am 18.07.22 um 11:33 schrieb Wolfgang Engelmann:

I am getting this warning:
Package mathtools Warning: For best results, please load mathtools 
*before*


Look into the logfile of your lualatex run, then you'll see the complete
warning:

Package mathtools Warning: For best results, please load mathtools *before*
(mathtools)    unicode-math on input line 126.


Herbert


Herbert, this >>>> is what line 126 in the tex file of luatex says, but 
it is outcommended!


%\usepackage{textgreek}

%this package allows to have an appendix after a chapter >>>>>(line 126)
%\usepackage{appendix}
%\usepackage{nomencl}


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


load mathtools *before*

2022-07-18 Thread Wolfgang Engelmann

I am getting this warning:
Package mathtools Warning: For best results, please load mathtools *before*
in a lyx run for pdf output.
Does this refer to the latex-preamble?
load mathtools *before*
and I don't understand *before*

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: dvi export

2022-07-13 Thread Wolfgang Engelmann



Am 13.07.22 um 18:09 schrieb Neal Becker:



On Wed, Jul 13, 2022 at 8:26 AM Herbert Voss > wrote:




Wolfgang,

it does not reallly make sense to use the dvi export nowadays.
It is an intermediate file format for TeX but for lualatex superfluous.


As mentioned in a recent mail:
The reason I tried the dvi export was the following:
I use pyxplot (similar to gnuplot) for plotting diagrams in lyx 
documents. I lately found in running pyxplot this error:

file 'E030N.plot':59: Internal error: dvi file does not exist!
Therefore I thought to try a dvi file from lyx and got this error:
Okular kann nicht alle Schriftdateien finden, die zur Anzeige der 
DVI-Datei nötig sind. Ihr Dokument ist möglicherweise nicht lesbar.


Wolfgang



Unfortunately nobody told IEEE.  To submit to conferences they require 
.dvi and graphics in .eps files.  So this still needs to work.



--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: dvi export

2022-07-13 Thread Wolfgang Engelmann



Am 13.07.22 um 14:54 schrieb Kornel Benko:

Am Wed, 13 Jul 2022 14:30:09 +0200
schrieb Herbert Voss :


Am 13.07.22 um 14:27 schrieb Kornel Benko:

You probably don't make your system aware of texlive fonts.
See
https://tex.stackexchange.com/questions/257231/using-the-tex-live-fonts-in-xelatex


He used lualatex and not xelatex which is far different in finding fonts
and, of
course, xelatex cannot export dvi. It uses xdv, an own special file format.

Herbert



I'd like to point out, that we are speaking about the display of fonts with 
okular/xdvi,
not about the compilation with xelatex/lualatex etc.

Kornel



The reason I tried the dvi export was the following:
I use pyxplot (similar to gnuplot) for plotting diagrams in lyx 
documents. I lately found in running pyxplot this error:

file 'E030N.plot':59: Internal error: dvi file does not exist!
Therefore I thought to try a dvi file from lyx and got this error:
Okular kann nicht alle Schriftdateien finden, die zur Anzeige der 
DVI-Datei nötig sind. Ihr Dokument ist möglicherweise nicht lesbar.


perhaps Kornels link to a proposal could help

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: dvi export

2022-07-13 Thread Wolfgang Engelmann



Am 13.07.22 um 13:35 schrieb Wolfgang Engelmann:

I have this content in a LyX file:

This is Text for testing dvi Export

I exported it successfully from LyX as dvi(Luatex). However, trying to 
view the dvi file with Okular gives:


Okular kann nicht alle Schriftdateien finden, die zur Anzeige der 
DVI-Datei nötig sind. Ihr Dokument ist möglicherweise nicht lesbar.


I therefore installed xdvi and ran it:
xdvi DVI-Test-x.dvi
xdvi: Error: Can't find font 
[/usr/local/texlive/2022/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Regular.otf]; 
using cmr10 instead. Expect ugly output.

xdvi-xaw: Warning: Could not find graphics file "DVI-Test-x.out.ps"

It thus does not depend on the dvi viewer.

The pdf output is alright.

I use
Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

What is going wrong?

Wolfgang



I just noticed, that the sample2e.dvi opens correctly with Okular. So I 
suspect that the libertinus-fonts are the cause of the trouble.


Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


dvi export

2022-07-13 Thread Wolfgang Engelmann

I have this content in a LyX file:

This is Text for testing dvi Export

I exported it successfully from LyX as dvi(Luatex). However, trying to 
view the dvi file with Okular gives:


Okular kann nicht alle Schriftdateien finden, die zur Anzeige der 
DVI-Datei nötig sind. Ihr Dokument ist möglicherweise nicht lesbar.


I therefore installed xdvi and ran it:
xdvi DVI-Test-x.dvi
xdvi: Error: Can't find font 
[/usr/local/texlive/2022/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Regular.otf]; 
using cmr10 instead. Expect ugly output.

xdvi-xaw: Warning: Could not find graphics file "DVI-Test-x.out.ps"

It thus does not depend on the dvi viewer.

The pdf output is alright.

I use
Version 2.4.0dev (not released yet)
Built from git commit hash 53ed3dc0
Qt Version (run-time): 5.15.2 on platform xcb
Qt Version (compile-time): 5.15.2
Python detected: python3 -tt

What is going wrong?

Wolfgang



--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


  1   2   3   4   5   6   7   8   9   10   >