Re: LyX & graphics/figure preview

2018-10-09 Thread Daniel

On 09/10/2018 14:45, Bernt Lie wrote:

Previews of graphics in floating figures tend to be small and sometimes of very 
poor resolution. If I increase the magnification in LyX, the figures look 
really ugly.

Is there a way to increase the preview quality? (The original files are 
typically either *.svg or *.pdf.)

-B


You can try to add flags to the converters in Tools > Preferences... > 
File Handling > Converters.


Under Windows rsvg-convert is used for "SVG -> PNG" conversion. For 
example, you can double  the size by adding the --zoom 2 flag.



Under Windows the converters are in the bin directory in the LyX 
directory under programs. You can normally get all flags by running the 
converter with --help in that directory.


Daniel



LyX & graphics/figure preview

2018-10-09 Thread Bernt Lie
Previews of graphics in floating figures tend to be small and sometimes of very 
poor resolution. If I increase the magnification in LyX, the figures look 
really ugly.

Is there a way to increase the preview quality? (The original files are 
typically either *.svg or *.pdf.)

-B


Re: Maxed out number of citations?

2018-10-09 Thread Daniel




On 09/10/2018 14:11, Jürgen Spitzmüller wrote:
Am Di., 9. Okt. 2018 um 12:38 Uhr schrieb Daniel >:


Can't test it at the moment since my solution was to move part of the
document to another document and input it into my master document and I
am working on it at the moment. But it would be strange if the
paragraph
with the label would be the problem since it worked with that label all
the time and did so after splitting the documents.


Well, LaTeX points fingers to it, so it is the first thing to check.


Thanks. I'll try it out tonight.

Daniel


Re: Maxed out number of citations?

2018-10-09 Thread Jürgen Spitzmüller
Am Di., 9. Okt. 2018 um 12:38 Uhr schrieb Daniel :

> Can't test it at the moment since my solution was to move part of the
> document to another document and input it into my master document and I
> am working on it at the moment. But it would be strange if the paragraph
> with the label would be the problem since it worked with that label all
> the time and did so after splitting the documents.
>

Well, LaTeX points fingers to it, so it is the first thing to check.

Jürgen


>
> Daniel
>
>


Re: Maxed out number of citations?

2018-10-09 Thread Daniel

On 09/10/2018 11:55, Jürgen Spitzmüller wrote:
Am Di., 9. Okt. 2018 um 11:14 Uhr schrieb Daniel >:


Thanks. I don't see what's wrong with the label, and if I don't add the
additional citation, everything works just fine...


And if you comment out the paragraph with that label, does it still 
produce errors?


Can't test it at the moment since my solution was to move part of the 
document to another document and input it into my master document and I 
am working on it at the moment. But it would be strange if the paragraph 
with the label would be the problem since it worked with that label all 
the time and did so after splitting the documents.


Daniel



Re: Maxed out number of citations?

2018-10-09 Thread Jürgen Spitzmüller
Am Di., 9. Okt. 2018 um 11:14 Uhr schrieb Daniel :

> Thanks. I don't see what's wrong with the label, and if I don't add the
> additional citation, everything works just fine...
>

And if you comment out the paragraph with that label, does it still produce
errors?

Jürgen


>
> Daniel
>
>


Re: Maxed out number of citations?

2018-10-09 Thread Daniel

On 09/10/2018 11:05, Jürgen Spitzmüller wrote:
Am Mi., 26. Sep. 2018 um 14:46 Uhr schrieb Daniel >:


Hi,

I have a strange problem with one of my child documents: when I add one
more citation it does not compile. It does not matter where I add a
citation. Removing another citation no matter where fixes the problem.
Very strange. I am using Biblatex.

Attached is the LaTeX log and message pane content.

I hope someone can make sense of it and help.


The error messages don't look related to biblatex/the bibliography. They 
point to a label in your document:

\item \label{enu:Geometric-Gini-special}for any $r\in\left(0,1\right)$,


Thanks. I don't see what's wrong with the label, and if I don't add the 
additional citation, everything works just fine...


Daniel



Re: Maxed out number of citations?

2018-10-09 Thread Jürgen Spitzmüller
Am Mi., 26. Sep. 2018 um 14:46 Uhr schrieb Daniel :

> Hi,
>
> I have a strange problem with one of my child documents: when I add one
> more citation it does not compile. It does not matter where I add a
> citation. Removing another citation no matter where fixes the problem.
> Very strange. I am using Biblatex.
>
> Attached is the LaTeX log and message pane content.
>
> I hope someone can make sense of it and help.
>

The error messages don't look related to biblatex/the bibliography. They
point to a label in your document:
\item \label{enu:Geometric-Gini-special}for any $r\in\left(0,1\right)$,

Jürgen


>
> Best,
> Daniel
>
>


Re: Beamer/Covington conflict

2018-10-09 Thread Jürgen Spitzmüller
Am Mi., 3. Okt. 2018 um 08:42 Uhr schrieb Jürgen Spitzmüller :

> Am Di., 2. Okt. 2018 um 21:01 Uhr schrieb Maria Gouskova <
> gousk...@gmail.com>:
>
>> Thanks, Juergen! I upgraded covington to the newer version, and now
>> Beamer works well, but Beamer-Article still throws an error...
>>
>
> I see. The problem here is that covington is loaded before beamerarticle
> whereas it should be loaded after that. I have to think about a solution
> (it's difficult).
>

I just submitted a fix to master which will hopefully also go to 2.3.2.

For now, you can work around the issue as follows (modifying the
beamer-article document):

1. In Document > Settings > Local Layout, insert this:

Provides covington 1


Style Numbered_Example_(multiline)

Preamble

EndPreamble

End


Style Numbered_Examples_(consecutive)

Preamble

EndPreamble

End



2. In Document > Settings > LaTeX Preamble, insert:


\usepackage{covington}


Note further that your example uses Title layout (rather than Standard) in
the paragraph that has the Include inset. This will not compile unless you
switch back to Standard.

I have attached your example file with the above modifications (I also set
the fonts to "Default" since I don't have the fonts you selected installed).

HTH,
Jürgen


beamer_cov_conflict_article.lyx
Description: application/lyx