Re: Have you tested 2.3.0beta1?
On 10.09.2017 07:49, racoon wrote: On 09.09.2017 15:32, Jürgen Spitzmüller wrote: You have to change it in order to use the native support. But you still should be able to continue with the workaround. Maybe it would be nice to have a guide how to get from [1] to native support at [1]. Is there something like that? If not I can try to make the switch and write it down. Having set the native support, I get an error saying LaTeX Error: \postnotedelim undefined. It comes from a line in my preamble: \renewcommand*{\postnotedelim}{\addcolon\space} I have the following options set for Biblatex: style=authoryear, firstinits=true, natbib=true, backend=biber, doi=false, isbn=false, url=false My guess is that I don't need to specify natbib and backend. But the error occurs with and without it. Any ideas what I am doing wrong? Daniel
Re: Have you tested 2.3.0beta1?
Am Sonntag, den 10.09.2017, 07:49 +0200 schrieb racoon: > On 09.09.2017 15:32, Jürgen Spitzmüller wrote: > > Am Samstag, den 09.09.2017, 11:31 +0200 schrieb racoon: > > > I have a document that works fine in 2.2 but generates an error > > > in > > > 2.3 > > > > > > "I found no \citation commands---while reading file ..." > > > > Which bibliography processor do you have set? > > I had it set to automatic. Setting it to biber worked. Oddly enough > it > continued to work after setting it to automatic again. "Automatic" only does the right thing if you use native biblatex support. Otherwise, it will select BibTeX, since LyX thinks you use BibTeX. > > > It uses Biblatex according to [1]. I know that native support for > > > Biblatex has been introduced in 2.3. So will I have to change my > > > documents where I used [1] somehow? > > > > You have to change it in order to use the native support. But you > > still > > should be able to continue with the workaround. > > Maybe it would be nice to have a guide how to get from [1] to native > support at [1]. Is there something like that? If not I can try to > make > the switch and write it down. Yes, it would be nice to document issues there. Note that the workaround was never officially supported, so the transition might entails some caveats (although not too much hopefully). Jürgen > > Daniel > > > > > Jürgen > > > > > > > > Daniel > > > > > > [1] http://wiki.lyx.org/BibTeX/Biblatex#toc3 > > > > > signature.asc Description: This is a digitally signed message part
Re: Have you tested 2.3.0beta1?
Am Sonntag, den 10.09.2017, 09:53 +0200 schrieb racoon: > On 10.09.2017 07:49, racoon wrote: > > On 09.09.2017 15:32, Jürgen Spitzmüller wrote: > > > You have to change it in order to use the native support. But you > > > still > > > should be able to continue with the workaround. > > > > Maybe it would be nice to have a guide how to get from [1] to > > native > > support at [1]. Is there something like that? If not I can try to > > make > > the switch and write it down. > > Having set the native support, I get an error saying > > LaTeX Error: \postnotedelim undefined. > > It comes from a line in my preamble: > > \renewcommand*{\postnotedelim}{\addcolon\space} Biblatex is loaded after the user defined preamble. So all biblatex- related code should be embraced in \AtBeginDocument{% ... } Jürgen signature.asc Description: This is a digitally signed message part
Re: Have you tested 2.3.0beta1?
On 10.09.2017 10:12, Jürgen Spitzmüller wrote: Am Sonntag, den 10.09.2017, 07:49 +0200 schrieb racoon: On 09.09.2017 15:32, Jürgen Spitzmüller wrote: Am Samstag, den 09.09.2017, 11:31 +0200 schrieb racoon: I have a document that works fine in 2.2 but generates an error in 2.3 "I found no \citation commands---while reading file ..." Which bibliography processor do you have set? I had it set to automatic. Setting it to biber worked. Oddly enough it continued to work after setting it to automatic again. "Automatic" only does the right thing if you use native biblatex support. Otherwise, it will select BibTeX, since LyX thinks you use BibTeX. It uses Biblatex according to [1]. I know that native support for Biblatex has been introduced in 2.3. So will I have to change my documents where I used [1] somehow? You have to change it in order to use the native support. But you still should be able to continue with the workaround. Maybe it would be nice to have a guide how to get from [1] to native support at [1]. Is there something like that? If not I can try to make the switch and write it down. Yes, it would be nice to document issues there. Note that the workaround was never officially supported, so the transition might entails some caveats (although not too much hopefully). Okay, got it to work and will document my experience at [1]. I noticed that the BibTex Bibliography dialog's Content field is blank by default. Either this represents some "not set" value but then this should be explicit and an option in the drop down menu, or "all cited references" should be set by default. Also the dialog title should now be "Bib(la)Tex Bibliography" as is the menu entry Insert > List / TOC > Bib(la)Tex Bibliography... By the way the usage of upper case is inconsistent. Either the T should be lower or the l and x upper case. There is no upper case usage in Document Settings > Bibliography for Biblatex but for BibTeX... Daniel Jürgen Daniel Jürgen Daniel [1] http://wiki.lyx.org/BibTeX/Biblatex#toc3
Re: Have you tested 2.3.0beta1?
Am Sonntag, den 10.09.2017, 10:36 +0200 schrieb racoon: > By the way the usage of upper case is inconsistent. Either the T > should > be lower or the l and x upper case. There is no upper case usage in > Document Settings > Bibliography for Biblatex but for BibTeX... Thats's because Biblatex is spelled without CamelCase, as opposed to BibTeX. See the Biblatex manuals. Jürgen signature.asc Description: This is a digitally signed message part
Re: Have you tested 2.3.0beta1?
Am Sonntag, den 10.09.2017, 10:36 +0200 schrieb racoon: > I noticed that the BibTex Bibliography dialog's Content field is > blank > by default. Either this represents some "not set" value but then > this > should be explicit and an option in the drop down menu, or "all > cited > references" should be set by default. Fixed. > Also the dialog title should now be "Bib(la)Tex Bibliography" as is > the > menu entry Insert > List / TOC > Bib(la)Tex Bibliography... Fixed. The dialog now displays either "BibTeX Bibliography" or "Biblatex Bibliography", as appropriate. Jürgen signature.asc Description: This is a digitally signed message part
Re: Have you tested 2.3.0beta1?
On 10.09.2017 10:12, Jürgen Spitzmüller wrote: Yes, it would be nice to document issues there. Note that the workaround was never officially supported, so the transition might entails some caveats (although not too much hopefully). I added what I did for the transition: http://wiki.lyx.org/BibTeX/Biblatex#sBibTeX.Biblatex_4 Unfortunately, I don't have time to look into possible caveats. Daniel Jürgen Daniel Jürgen Daniel [1] http://wiki.lyx.org/BibTeX/Biblatex#toc3
Re: Have you tested 2.3.0beta1?
Am Sonntag, den 10.09.2017, 11:14 +0200 schrieb racoon: > On 10.09.2017 10:12, Jürgen Spitzmüller wrote: > > Yes, it would be nice to document issues there. Note that the > > workaround was never officially supported, so the transition might > > entails some caveats (although not too much hopefully). > > I added what I did for the transition: > > http://wiki.lyx.org/BibTeX/Biblatex#sBibTeX.Biblatex_4 Thanks. > > Unfortunately, I don't have time to look into possible caveats. If further issues arise, we will add them there. Jürgen signature.asc Description: This is a digitally signed message part
Re: Have you tested 2.3.0beta1?
To my experience, Lyx generates now this error when you have inserted a bibliography in the document but you do not have any citation in the document. This check is a good idea, but it should generate a warning instead of an error IMHO. Murat Le 10 sept. 2017 à 07:47 +0200, racoon , a écrit : > On 09.09.2017 15:32, Jürgen Spitzmüller wrote: > > Am Samstag, den 09.09.2017, 11:31 +0200 schrieb racoon: > > > I have a document that works fine in 2.2 but generates an error in > > > 2.3 > > > > > > "I found no \citation commands---while reading file ..." > > > > Which bibliography processor do you have set? > > I had it set to automatic. Setting it to biber worked. Oddly enough it > continued to work after setting it to automatic again. > > > > It uses Biblatex according to [1]. I know that native support for > > > Biblatex has been introduced in 2.3. So will I have to change my > > > documents where I used [1] somehow? > > > > You have to change it in order to use the native support. But you still > > should be able to continue with the workaround. > > Maybe it would be nice to have a guide how to get from [1] to native > support at [1]. Is there something like that? If not I can try to make > the switch and write it down. > > Daniel > > > > > Jürgen > > > > > > > > Daniel > > > > > > [1] http://wiki.lyx.org/BibTeX/Biblatex#toc3 > > > > >
Re: Have you tested 2.3.0beta1?
Am Sonntag, den 10.09.2017, 13:54 +0200 schrieb Murat Yildizoglu: > To my experience, Lyx generates now this error when you have inserted > a bibliography in the document but you do not have any citation in > the document. This check is a good idea, but it should generate a > warning instead of an error IMHO. No, since it is an error, not a warning. Jürgen signature.asc Description: This is a digitally signed message part
Re: Document class for a lecture manuscript
On Sat, Sep 09, 2017 at 06:00:39PM +0200, jezZiFeR wrote: > Dear Rich, dear all, > > meanwhile I startet trying to use the KOMA-script article class. For me it is > not that easy to search for the proper places in the documentation because it > exists only in English and is very long. I would like to really get into it > when I have really time for it. > > Still, I now try to adapt the mentioned class to my wishes. I was not yet > able to achieve the following: > > • I would like to have smaller font sizes for the chapters and sections > • have a separate colum for time-entries (I could use margins if needs be) > • I would prefer to have the page number at the top right > • I would like to change the distances between the paragraphs (e.g. 20 pt) > > I hope, this makes things a little easier to reproduce. Maybe somebody could > help in one or another case, but I will keep trying to find the right spots > in the documentation also. > > Jess Jess is the point of this to make notes for yourself when teaching a class? signature.asc Description: PGP signature
Re: Have you tested 2.3.0beta1?
On Fri, Sep 08, 2017 at 06:24:40AM +, Guenter Milde wrote: > On 2017-09-06, Richard Heck wrote: > > On 09/06/2017 02:08 AM, Anders Ekberg wrote: > > >> Tested briefly on Mac latest OS and fresh TeX installation. Only > >> problem was that the welcome document complains about unknown image > >> format (svgz?) If that is ignored the document compiles fine except > >> for that image, but it should preferably be fixed. > > > I'm pretty sure this got reported earlier and was fixed recently. > > Reported: yes, fixed: ??? > > Workaround: install Inkscape and run Tools>Reconfigure. > > Problem: when using rsvg (or an rsvg based application??) as SVG->PDF > converter, the pdflatex output freezes the Mac PDF previewer if several, > originally SVG, graphics are on one output page. > (The adventurous may try with the LyX UserGuide) Thanks, Günter. I agree we should fix this. Scott signature.asc Description: PGP signature