Re: Show all authors when citing BibTeX entry

2011-08-17 Thread Paul Smith
style. Thanks, Julien. I have tried that, but with no success. And yes, I am using natlib with apalike style. Have you tried that with apalike style? Paul

Re: Show all authors when citing BibTeX entry

2011-08-17 Thread Paul Smith
e >> style? > > Right, I get the same failure here with apalike. It seems that this style > file is either not the most recent and needs updating, or is simply not > natbib compatible. It produces in the .bbl file a line: > > \bibitem[Einstein et~al., 1935]{EPR1935} > > which should instead read > > \bibitem[Einstein et~al.(1935)Einstein, Podolsky, and Rosen]{EPR1935} > > in order for natbib to produce a full author list. Thanks again, Julien. Is there a workaround? Paul

Re: Show all authors when citing BibTeX entry

2011-08-17 Thread Paul Smith
r routine. But it should be straightforward. > > Yes, I actually know enough that I could do this, but time is finite. > > Richard, I think you did tweak apalike.bst in an older thread? > > Paul, it might be worth researching the list archive. Thanks, Julien and Richard. I ha

Re: listing package with multicol

2011-08-17 Thread Paul Rubin
of these is preferred? Or any other way that is recommended? > It might depend on why you have to split the code. If it's just to reduce the height of the listing, I'd probably use the multicol package with the multicols option in the listing. Paul

Re: how to write an Augmented Matrix

2011-08-21 Thread Paul Rubin
Here's a LyX file (including step by step instructions). Paul #LyX 2.0 created this file. For more info see http://www.lyx.org/ \lyxformat 413 \begin_document \begin_header \textclass article \use_default_options true \maintain_unincluded_children false \language english \language_pa

Re: Beamer

2011-08-23 Thread Paul Rubin
)? Also, does the problem persist if you select Document > Settings > PDF Properties and select the "Use hyperref support" box? Paul

Re: Beamer

2011-08-24 Thread Paul Rubin
It turns out this is a bug in the version of hyperref.sty that Jure is using (http://tex.stackexchange.com/questions/15783/undefined-control-sequence-hyperlink-error). Paul

Anybody make a ScreenCast video of the LyX WIndows installation?

2011-08-26 Thread Paul Johnson
ividually. I feel certain that if a video could convey the idea that a sequence of separate pieces is to be installed, and we need to make sure they all get done, one by one, then the whole problem could be addressed. PJ -- Paul E. Johnson Professor, Political Science 1541 Lilac Lane, Room 504 University of Kansas

Re: Space around floats

2011-08-28 Thread Paul Johnson
]{% \ifthenelse{\equal{#1}{}}{% \@float{table} }{% \@float{table}[#1]% }% \centering }{% \end@float } -- Paul E. Johnson Professor, Political Science 1541 Lilac Lane, Room 504 University of Kansas

Re: Lyx 2.0: can't open new files with Wordpad/Editor

2011-08-29 Thread Paul Rubin
Guest_NP gmx.de> writes: > > You mean filename.doc.lyx? No, I'm pretty sure Eberhard meant that 'doc' would be the document (file) name and 'lyx' the extension. Do your files actually have names with those two extensions (such as myfile.doc.lyx)? If so, how are they created? Paul

Lyx 2 windows install. babel missing from LyX-Installer-Bundle ??

2011-08-30 Thread Paul Johnson
installer does not cause me to do the same. -- Paul E. Johnson Professor, Political Science 1541 Lilac Lane, Room 504 University of Kansas

Re: Can't Export PDF from LyX

2011-09-01 Thread Paul Rubin
e" and "Custom". Are Acrobat Reader and Foxit on your system command path (meaning: can you run either one from a DOS prompt)? If not, it's possible that adding one or both to your system path and then reconfiguring LyX might fix the problem. Paul

Re: Can't Export PDF from LyX

2011-09-02 Thread Paul Rubin
On 09/02/2011 01:24 PM, Jane Shevtsov wrote: On Thu, Sep 1, 2011 at 2:06 PM, Paul Rubin <mailto:ru...@msu.edu>> wrote: So, despite the message, the PDF file does not show up in the directory where the LyX doc lives? Try exporting and (with LyX still running) use

Re: Can't Export PDF from LyX

2011-09-02 Thread Paul Rubin
still works but pdflatex is gone, try running the MiKTeX settings application (should be in your Start menu, I think under MiKTeX > Maintenance). Run "Update Formats" and "Refresh FNDB" on the general tab, then reconfigure LyX again and see if that helps. Paul

Re: Can't Export PDF from LyX

2011-09-03 Thread Paul Rubin
gs) that all document classes are unavailable. That's because LyX thinks you don't have LaTeX installed. Once we sort out your problems with MiKTeX, reconfiguring and restarting LyX should solve this. Paul

Trouble exporting multi-part documents

2019-04-01 Thread Paul Johnson
each chapter with some if/then magic in each chapter preamble to specify whether or not the master file is in control. Some fix about the figure paths is necessary as well, I don't have a guess about that. pj -- Paul E. Johnson http://pj.freefaculty.org Director, Center for Research

Using new enumerate environment without ERT

2019-04-26 Thread Paul Smith
Dear All, Suppose that I have created a new enumerate-like enumerate, say xenumerate. How can I use it from inside LyX without recourse to ERT? Thanks in advance, Paul

Re: Using new enumerate environment without ERT

2019-04-26 Thread Paul Smith
On Fri, Apr 26, 2019 at 9:39 PM Paul A. Rubin wrote: > > > Suppose that I have created a new enumerate-like enumerate, say > > xenumerate. How can I use it from inside LyX without recourse to ERT? > > > A couple of possibilities come to mind. If you want to use the new &g

Re: Using new enumerate environment without ERT

2019-04-30 Thread Paul Smith
ating your own modules > > and paragraph styles. Note that you will have to expressly include the > > module in any document where you want to use the style. (You could hack > > stdlists.inc itself, but then you would need to repeat the hack any time > > an upgrade/reinstallation overwrote /usr/share/lyx/layouts.) Thanks, Günter, I will have a look at that. Paul

Question on advanced find and replace

2019-05-12 Thread Paul Smith
Dear All, I have a large document where I have many lines that are only @@ Now, I want to insert all lines between two consecutive lines of @@ into a minipage. Can one do that automatically and not one by one? Thanks in advance, Paul

Re: Question on advanced find and replace

2019-05-21 Thread Paul Smith
e able to do what you want. And if there are > hundreds of cases, writing a one-off program to do this may pay off. > (Pay off in that it may be faster than editing it all by hand.) > Otherwise, or if you aren't into programming, just edit manually. Thanks, Helge. Indeed, I want to automate the procedure you describe in your penultimate paragraph. And, as you suggest, I will try to accomplish that by writing a program, as I have dozens of minipages to insert. Paul

Lyx file format for tables

2019-05-22 Thread Paul Smith
tables inserted. Thanks in advance, Paul

Re: Lyx file format for tables

2019-05-22 Thread Paul Smith
On Wed, May 22, 2019 at 4:28 PM Paul A. Rubin wrote: > > > Where can one find the specifications of the LyX file format for tables? > > > > The reason why I am asking that is because I have a bunch of tables > > that I want to export from R to a single LyX document

Re: Lyx file format for tables

2019-05-22 Thread Paul Smith
Jean-Marc. I am feelling, from what you both say, that I need to study better knitr, and I am going to do so. Paul

Re: Lyx file format for tables

2019-05-22 Thread Paul Smith
On Wed, May 22, 2019 at 7:13 PM Rich Shepard wrote: > > > Thanks, Rich and Jean-Marc. I am feelling, from what you both say, that I > > need to study better knitr, and I am going to do so. > > Docs I have sent off the mail list. Got them. Awesome! Thanks, Rich! Paul

Re: Image paths

2019-06-07 Thread Rubin, Paul
~/place/to/file/ imagePath (in the directory containing the .lyx file) and then give the graphic path to LyX as the relative path "imagePath/image.pdf". It's a bit of a PITA, but on my system it seems to work. Paul

Adding label to all headings automatically

2019-09-19 Thread Paul Evans
the job? Or, am I missing some other route or setting that would achieve the same ends? I am using Lyx2.3.0 with memoir class for this document and running on OSX Mojave. Many thanks Paul Evans

Not able to export LyX-file to pdf

2019-11-07 Thread paul . tango
s this an error which is easy to fix? Else I would just type everything again in another document. Best regards Paul -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Espace dans le chemin d'accès

2020-02-16 Thread Paul Rey
Je viens d'installer la version 2.3.4.2  de Lyx et avec mes fichiers dont le chemin d'accès contient des espaces, il me répond méchamment (voir image jointe) alors que tout marchait très bien avec la version 2.3.Ce n'est pas terriblement génant, puisque si l'on enlève effectivement les espaces,

Re: PDF output wrong size

2020-03-05 Thread Paul Evans
hat the LyX settings were ignored? I have been using versions of LyX up to the most recent on Mac OSX, currently Catalina. Agree with you about the manual! Regards Paul Paul Evans -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Augmented matrix is not produced correctly

2020-05-06 Thread Paul Smith
-vertical-line-equal-sign-to-augmented-bmatrix-without-using-array Thanks in advance, Paul -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Augmented matrix is not produced correctly

2020-05-06 Thread Paul Smith
On Wed, May 6, 2020 at 4:50 PM Paul A. Rubin wrote: > > I suspect that I have found a bug: When I do what I do at the attached > screenshot, I do not get what one would have expected (the vertical > line drawn between the first and the second column). > > This discussi

Re: Augmented matrix is not produced correctly

2020-05-06 Thread Paul Smith
On Wed, May 6, 2020 at 5:13 PM Paul A. Rubin wrote: > > >> I suspect that I have found a bug: When I do what I do at the attached > >> screenshot, I do not get what one would have expected (the vertical > >> line drawn between the first and the second column). &g

Re: Augmented matrix is not produced correctly

2020-05-06 Thread Paul Smith
On Wed, May 6, 2020 at 6:43 PM Paul A. Rubin wrote: > > I suspect that I have found a bug: When I do what I do at the attached > screenshot, I do not get what one would have expected (the vertical > line drawn between the first and the second column). > > This discussi

Re: Converting markdown to PDF

2021-06-16 Thread Paul Smith
le in R and preview it in PDF. I have just tested this approach and it works. Paul -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Converting markdown to PDF

2021-06-16 Thread Paul Smith
On Wed, Jun 16, 2021 at 9:48 PM Paul A. Rubin wrote: > > > Using R is a little overkill in my view, but if it works it works :-)-O > It's a bit indirect, but for users of the RStudio IDE, you just open > RStudio, open the .md file and click the "Knit to PDF" to

Re: TikZ

2022-09-27 Thread Paul Smith
You have to activate instant preview beforehand, going to Tools -> Preferences -> Look and Feel -> Display. Paul On Tue, Sep 27, 2022 at 4:12 PM Daniel CLEMENT via lyx-users wrote: > > Le mardi 27 septembre 2022 à 09:29 +0100, José Matos a écrit : > > On Fri, 2022-09-2

Re: More space for document

2023-01-11 Thread Paul Stansell
> > Hello, > > I suspect that the difference is the theme that Ubuntu and CentOS7 use. > Normally, Qt (and thus LyX) respect this. > > JMarc > Thanks for that info. After a little reading, I can't find a simple way to slightly edit the theme I'm using. There are a number of theme and style confi

Re: More space for document

2023-01-13 Thread Paul Stansell
On Fri, 13 Jan 2023 at 15:47, Pavel Sanda wrote: > On Wed, Jan 11, 2023 at 07:47:49PM +0000, Paul Stansell wrote: > > Thanks for that info. After a little reading, I can't find a simple way > to > > slightly edit the theme I'm using. > > One way how to s

Re: More space for document

2023-01-13 Thread Paul Stansell
On Fri, 13 Jan 2023 at 18:44, Richard Kimberly Heck wrote: FYI, Paul, there's also a full screen mode in LyX (which I think Pavel > implemented), if you really want more space. > I didn't know about that either (I'm learning so much from the answers to my simple question).

How to highlight a specific line inside a Program Listings?

2015-12-04 Thread Paul Smith
Dear All, Is there some way fo accomplish this in LyX? Thanks in advance, Paul

Re: How to highlight a specific line inside a Program Listings?

2015-12-04 Thread Paul Smith
Thanks, John. Could you please post here your example? Paul On Fri, Dec 4, 2015 at 2:22 PM, John Kane wrote: > http://tex.stackexchange.com/questions/198064/highlighting-a-line-in-program-listings-in-lyx > seems to work. Or, at least, I got it to work with about 15 minutes > fiddlin

Re: How to highlight a specific line inside a Program Listings?

2015-12-04 Thread Paul Smith
Thank you very indeed, John! Your example is brilliant and extremely helpful! Paul On Fri, Dec 4, 2015 at 3:22 PM, John Kane wrote: > Sure, note that all I did was muck about with the example provided; the > instructions seemed a bit muddled but dedicated plagar^H^H copying worked. &g

How to increase the height of all rows of a specified table?

2016-01-19 Thread Paul Smith
eased. Any ideas? Thanks in advance, Paul

Re: How to increase the height of all rows of a specified table?

2016-01-20 Thread Paul Smith
xtrarowheight} > {\usepackage{array}}{} > \setlength{\extrarowheight}{0pt} Thanks, Uwe. There was an error with \@ifundefined{extrarowheight} {\usepackage{array}}{} but after having removed that, it works perfectly. I mean, it suffices to use \setlength{\extrarowheight}{2pt} and \setlength{\extrarowheight}{0pt} Paul

Looking for an automatic way of shuffling the items of enumerate

2016-01-20 Thread Paul Smith
Dear All, Is there some automatic or semi-automatic way of shuffling the items of an enumerate environment? Thanks in advance, Paul

Re: Looking for an automatic way of shuffling the items of enumerate

2016-01-20 Thread Paul Smith
em Two \stopitem \startitem Three \stopitem \startitem Four \stopitem \startitem Five \stopitem \startitem Six \stopitem \stopitemize \stoptext --- Please, see: http://tex.stackexchange.com/questions/96645/random-shuffle-itemize Paul

Importing lyx files into a lyx file with a command line

2016-01-30 Thread Paul Smith
Dear All, I am trying to import the file y.lyx (attached) into the file x.lyx (also attached) with the following command: lyx x.lyx -batch -i lyx y.lyx Unfortunately, y.lyx is not imported into x.lyx. Any ideas? Thanks in advance, Paul x.lyx Description: application/lyx y.lyx Description

Re: Importing lyx files into a lyx file with a command line

2016-01-31 Thread Paul Smith
On Sun, Jan 31, 2016 at 6:37 PM, Scott Kostyshak wrote: >> >> I am trying to import the file y.lyx (attached) into the file x.lyx >> (also attached) with the following command: >> >> lyx x.lyx -batch -i lyx y.lyx >> >> Unfortunately, y.lyx is not imp

Re: Importing lyx files into a lyx file with a command line

2016-01-31 Thread Paul Smith
> >> >> >> Unfortunately, y.lyx is not imported into x.lyx. Any ideas? >> > >> > Dear Paul, >> > >> > I believe that the command-line import is the analogy of the GUI File > >> > Import. Further, I think that if you import a docu

Re: Importing lyx files into a lyx file with a command line

2016-01-31 Thread Paul Smith
;> lyx x.lyx -batch -i lyx y.lyx >> >> >> >> >> >> Unfortunately, y.lyx is not imported into x.lyx. Any ideas? >> >> > >> >> > Dear Paul, >> >> > >> >> > I believe that the command-line import

Re: Importing lyx files into a lyx file with a command line

2016-02-02 Thread Paul Smith
gt;> >> >> >> >> >> lyx x.lyx -batch -i lyx y.lyx >> >> >> >> >> >> >> >> Unfortunately, y.lyx is not imported into x.lyx. Any ideas? >> >> >> > >> >> >> > Dear Paul, >> &

Breaking the same LaTeX command in several contiguous lines

2016-02-03 Thread Paul Smith
Dear All, Is it possible to break into different continuous lines a same LaTeX command in ERT? Please, see the attached example, with which I get errors. Thanks in advance, Paul break_command.lyx Description: application/lyx

Re: Breaking the same LaTeX command in several contiguous lines

2016-02-03 Thread Paul Smith
that way. Thanks, Kornel, for your reply. The point is how to have two ERT boxes in different and consecutive lines and the corresponding LaTeX file with no blank line inserted between the code of the two ERT boxes. (My code is much more complicate than the simple example provided here by me.) Paul

Re: Breaking the same LaTeX command in several contiguous lines

2016-02-03 Thread Paul Smith
On Wed, Feb 3, 2016 at 3:29 PM, Paul Smith wrote: >>> >>> Is it possible to break into different continuous lines a same LaTeX >>> command in ERT? Please, see the attached example, with which I get >>> errors. >> >> Why don't you use _one_ ERT

Re: Breaking the same LaTeX command in several contiguous lines

2016-02-03 Thread Paul Smith
> $\int x > > $ > ... Correct, Kornel. But is it possible to have both in the same paragraph, without having to use a single ERT box (instead of two separate ERT boxes)? The reason why I am asking this question is to have the possibility of arranging my several ERT boxes more clearly in the LyX document, without having all of them in the same line. Paul

Re: Breaking the same LaTeX command in several contiguous lines

2016-02-03 Thread Paul Smith
Kornel. But is it possible to have both in the same >> paragraph, without having to use a single ERT box (instead of two >> separate ERT boxes)? The reason why I am asking this question is to >> have the possibility of arranging my several ERT boxes more clearly in >> the LyX document, without having all of them in the same line. > > Sure it is. Use the ERT's in the same paragraph. Thanks, Kornel, but, unfortunately, your example does not work, because it fails to convert to the current stable LyX version. Paul

Re: Breaking the same LaTeX command in several contiguous lines

2016-02-03 Thread Paul Smith
your cursor just after the first ERT, and press ctrl + return (at > least this is the shortcut on Linux). Thanks, Scott, but that does not work. (Please, see and compile the attached example; it outputs a two-lines integral...) Paul broken_ert_boxes_example2.lyx Description: application/lyx

Re: Breaking the same LaTeX command in several contiguous lines

2016-02-03 Thread Paul Smith
le; it outputs a two-lines integral...) > > Ah I see what you mean. In Kornel's attachment the second ERT only > contained the dollarsign and not the x, so it worked. > > For your example, add a % at the end of the first ERT (so inside the ERT > at the very end). Thanks, Scott. That works! Paul

Re: Breaking the same LaTeX command in several contiguous lines

2016-02-04 Thread Paul Smith
t; InsetLayout ERT > > MultiPar true > > End > > Then you can hit "return" inside ERT to get multiple lines. Thanks, Richard, for your solution. Paul

Adobe PDF viewer in Windows stopped previewing

2016-02-15 Thread Paul Johnson
ck that will make this work again. Ideas? We have LyX version 2.1.3 Adobe Acrobat Reader DC (15.010.20056) pj -- Paul E. Johnson Professor, Political ScienceDirector 1541 Lilac Lane, Room 504 Center for Research Methods University of Kansas University of Kansas http://pj.

How to bind the same key to different functions?

2016-06-12 Thread Paul Smith
Dear All, Is it possible to configure LyX to have the Return key bound to both the auto-complete feature and the newline insertion? Thanks in advance, Paul

Re: How to bind the same key to different functions?

2016-06-12 Thread Paul Smith
y binding Return to: > command-alternatives completion-accept; paragraph-break Thanks, Richard. Perfect: That is works as I wished it worked! Paul

How can one box a equation with a specified color?

2016-10-11 Thread Paul Smith
Dear All, How can one box a equation with a specified color? Thanks in advance, Paul

Re: How can one box a equation with a specified color?

2016-10-11 Thread Paul Smith
Thanks, Edu. Meanwhile, I found out a solution with \fcolorbox Paul On Tue, Oct 11, 2016 at 10:44 PM, edu Gpl wrote: > add this code in Document setting > local layou: > > Style Law > > Category MainText > > Margin Static > > LatexType E

Miktex package management inadequate, want to transition to TexLive.

2016-10-28 Thread Paul Johnson
change in LyX on a system-wide basis, so that all new users who try LyX will get TeXLive. Know what I mean? Before I tell students who maintain their own PCs, I wonder if there are problems ahead. Do you have some ideas? -- Paul E. Johnson http://pj.freefaculty.org Director, Center for

Re: Miktex package management inadequate, want to transition to TexLive.

2016-10-29 Thread Paul Johnson
nd whatever comes in bundle, with some install tips, it would be nice. Since I don't do Windows much, I ask a lot of stupid questions On Sat, Oct 29, 2016 at 11:46 AM, Roberto Fanciulli wrote: > By several days the Paul Johnson problem is also my problem and I do not find > a soluti

Re: Miktex package management inadequate, want to transition to TexLive.

2016-11-01 Thread Paul Johnson
It worked once. Failed next two times. I'm putting it in the rearview mirror. pj Paul Johnson http://pj.freefaculty.org On Oct 29, 2016 2:27 PM, "Andrew Parsloe" wrote: > > > On 29/10/2016 7:35 p.m., CarLaTeX wrote: > >> >> 2016-10-29 8:09 GMT+02:00 Paul

Re: Miktex package management inadequate, want to transition to TexLive.

2016-11-02 Thread Paul Johnson
berto Fanciulli wrote: > I have uninstalled MiKTeX 2.9 and later also LyX 2.2.2. > Then I reinstalled MiKTeX2.9 and updated packages. > Finally I reinstalled LyX2.2.2. > Currently it seems that everything works. > > (o.s.: Windows 10) > Roberto > > 2016-11-02 6:24 GMT+01:

How to insert a colored frame around a sub-matrix of matrix?

2017-03-31 Thread Paul Smith
Dear All, How to insert a colored frame around a sub-matrix of matrix? I am using the \bmatrix environment. Thanks in advance, Paul

Re: How to insert a colored frame around a sub-matrix of matrix?

2017-04-01 Thread Paul Smith
On Fri, Mar 31, 2017 at 10:49 AM, Paul Smith wrote: > > How to insert a colored frame around a sub-matrix of matrix? I am > using the \bmatrix environment. I have meanwhile found out a solution to my own problem, which I will post later. Paul

Inserting picture on all corners of a sheet

2017-05-04 Thread Paul Smith
Dear All, I would like to insert a picture on every corner of a sheet (the same picture on all corners). How can one do that? Thanks in advance, Paul

Re: How to insert a colored frame around a sub-matrix of matrix?

2017-05-04 Thread Paul Smith
On Sat, Apr 1, 2017 at 3:23 PM, Paul Smith wrote: >> >> How to insert a colored frame around a sub-matrix of matrix? I am >> using the \bmatrix environment. > > I have meanwhile found out a solution to my own problem, which I will > post later. As promised, I am attach

Re: Inserting picture on all corners of a sheet

2017-05-04 Thread Paul Smith
On Thu, May 4, 2017 at 1:35 PM, Paul Smith wrote: > > I would like to insert a picture on every corner of a sheet (the same > picture on all corners). How can one do that? I have meanwhile found out that the LaTeX package textpos does what I was needing to do: https://www.ctan.org/pk

customize \code output in Logical Markup module?

2017-05-19 Thread Paul Johnson
;t want to manually type that (or something like it) every place where I've used the LyX right-click code logical markup. Would you tell me if I can redefine \code{} in preamble? -- Paul E. Johnson http://pj.freefaculty.org Director, Center for Research Methods and Data Analysis http://c

How to avoid breaking an item of enumerate?

2017-06-25 Thread Paul Smith
. blablabla a) blablabla b) blablabla In this example, the page break should be like the following: Page 1 1. blablabla a) blablabla b) blablabla Page 2 2. blablabla a) blablabla b) blablabla Thanks in advance, Paul

Re: How to avoid breaking an item of enumerate?

2017-06-25 Thread Paul Smith
On Sun, Jun 25, 2017 at 7:09 PM, Paul A. Rubin wrote: >> >> Dear All, >> >> Suppose one has the following: >> >> 1. blablabla >> a) blablabla >> b) blablabla >> 2. blablabla >> a) blablabla >> b) blablabla >&

Re: How to avoid breaking an item of enumerate?

2017-06-26 Thread Paul Smith
On Sun, Jun 25, 2017 at 8:43 PM, Paul A. Rubin wrote: > On 06/25/2017 03:25 PM, Paul Smith wrote: >> >> On Sun, Jun 25, 2017 at 7:09 PM, Paul A. Rubin >> wrote: >>> >>> You can manually force page breaks (after the document is "finalized") by &

user interface bug latin9 -> Unicode

2018-09-25 Thread Paul Johnson
to-make-unicode-work), we'll see what they say about it. I'm predicting the answer will be "learn the ins and outs of xelatex". But I do think it is a LyX bug that Unicode symbols are introduced but can't be compiled. I'm interested to hear your ideas. pj -- Paul E

Graceful beamer <-> beamerarticle transition; help with conditional preamble code?

2018-09-25 Thread Paul Johnson
t a Beamer slide document, then include the following code" to fix the problem. That's where I'm stuck at the current time. pj -- Paul E. Johnson http://pj.freefaculty.org Director, Center for Research Methods and Data Analysis http://crmda.ku.edu To write to me directly, please address me at pauljohn at ku.edu.

Re: Graceful beamer <-> beamerarticle transition; help with conditional preamble code?

2018-09-27 Thread Paul Johnson
On Wed, Sep 26, 2018 at 4:02 AM Jürgen Spitzmüller wrote: > > Am Dienstag, den 25.09.2018, 15:08 -0500 schrieb Paul Johnson: > > This seems like my LyX day to ask questions. Thanks for your help. > > > > We have some instructional web pages that have accompanying Beamer &g

Re: user interface bug latin9 -> Unicode

2018-09-27 Thread Paul Johnson
, 2018 at 3:47 AM Jürgen Spitzmüller wrote: > Am Dienstag, den 25.09.2018, 14:15 -0500 schrieb Paul Johnson: > > This looks like a bug to me. > > > > Create a new empty article and use the Insert Symbol tool to put in > > some miscellaneous smiley faces and what not. Thi

Ubuntu: keep lyx 2.2.3 and 2.3.1 in same system

2018-10-13 Thread Paul Johnson
share/lyx, so it is not too easy to rebuild a package to use alternate folders. If you have advice about this, I would be glad to hear it. -- Paul E. Johnson http://pj.freefaculty.org Director, Center for Research Methods and Data Analysis http://crmda.ku.edu To write to me directly, please address me at pauljohn at ku.edu.

Re: you say install latest version of MiKTeX before installing LyX - what is the minimal version needed?

2018-10-13 Thread Paul Johnson
offer advice that is based on incorrect code or outmoded and unusual packages. And, once you follow the badly thought-out advice of an isolated individual in the internet, you are in a world of hurt. Almost all of the time, the LaTeX code that LyX prepares is accurate and understandable in the &qu

Re: you say install latest version of MiKTeX before installing LyX - what is the minimal version needed?

2018-10-15 Thread Paul Johnson
Hi: I was trying to compile texinfo on Windows, if you succeed, let me know how. https://www.gnu.org/software/texinfo On Sat, Oct 13, 2018 at 1:12 PM Richard Kimberly Heck wrote: > > On 10/13/18 1:58 PM, Paul Johnson wrote: > > > > The only critical flaw in TeXLive we have e

Re: importing a non-standard class file

1999-03-24 Thread Paul Borgermans
hat : executed texhash and inside LyX : options-reconfigure After restarting LyX, the IEEEtran article class becomes available in Layout-> Document Hope this helps Paul (Decided afew weeks ago to abandon the PC world in favor of LyX/LateX for writing my PhD; Thank you LyX-developers!)

FAQ? Relationship between LyX and XML

1999-04-02 Thread Paul Wagner
also see XML as extremely important all of a sudden (particularly in light of the likelihood of being swamped with MS's version of it when Office 2000 ships this fall). Thanks, and kudos to those who have obviously worked so hard on LyX. --Paul Wagner, Larkspur, CO

Re: [Margin note problems - LyX 1.0.1-1] table footnotes

1999-04-20 Thread Paul Borgermans
Footnotes and tables: this should be OK: see the TableExample.lyx in the examples directory (File-> Open, examples button). If you use minipages, you can have your footnotes attached to the table. Hope this helps. Paul John Ya-ya wrote: > On 19-Apr-99 Jean-Marc Lasgouttes wrote: >

Re: QT configuring troubles

2023-01-13 Thread Paul Stansell
Also, in Tools > Preferences > Language Settings > Spellchecker, set the "Spellcheck engine" to "Enchant". Paul -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: More space for document

2023-01-18 Thread Paul Stansell
te new > toolbars. You can also do this with menus (stdmenus.inc) and context menus > (stdcontext.inc). > > Riki > Riki, Just to say that I finally got around to creating a custom toolbar. I was very straightforward. Thanks for explaining it. Paul -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Has LyX Been Hacked?

2023-01-30 Thread Paul Kiwi
I downloaded: https://lyx.mirror.garr.it/bin/2.3.7/LyX-237-Installer-1-x64.exe After installing and launching LyX, I got a very strange error message. It was a large amount of text in Chinese characters. Using a translation tool, the text seemed to be random badly translated proverbs such as "You

Re: Has LyX Been Hacked?

2023-01-30 Thread Paul Kiwi
/091cd793c21cb24a87a52c6622f7dfe0a6921f0912847ae06eea33a367ff92da/behavior On Tue, Jan 31, 2023 at 6:06 PM Paul Kiwi wrote: > I downloaded: > > https://lyx.mirror.garr.it/bin/2.3.7/LyX-237-Installer-1-x64.exe > > After installing and launching LyX, I got a very strange error mess

Re: Has LyX Been Hacked?

2023-01-30 Thread Paul Kiwi
One of the LyX translators told me the text I saw was "Mojibake" (garbled text decoded using an unintended character encoding). On Tue, Jan 31, 2023 at 6:24 PM Paul Kiwi wrote: > The file I downloaded had a sha256 hash of > > 091cd793c21cb24a87a52c6622f7dfe0a6921f0912847

Re: Has LyX Been Hacked?

2023-01-31 Thread Paul Kiwi
> > Can you at least give us your sumcheck of the file you downloaded? > MD5 checksum: c05861976d18d29b0a04792c8b2e844d SHA256 checksum: 091cd793c21cb24a87a52c6622f7dfe0a6921f0912847ae06eea33a367ff92da > > I just check that the file at the url above is properly signed > (that mean at least no

Setting default language to British English

2023-01-31 Thread Paul Stansell
evant, but I noticed that I can choose "English (UK)" once I open a document here Document > Settings > Language > Language: English (UK) but not before I open a new document here Tools > Preferences > Language Settings > User interface language: English as t

Re: Setting default language to British English

2023-01-31 Thread Paul Stansell
ument as Default" button writes a file to ~/.lyx/templates/defaults.lyx and that file includes the line "\language british". Thanks, Paul -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Setting default language to British English

2023-01-31 Thread Paul Stansell
English (UK)"? I realise that I can fix it on the TeX side by adding the following line to the TeX file I'm importing: \usepackage[british]{babel} but I'd like to fix it on the LyX side if possible. Thanks, Paul -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Setting default language to British English

2023-01-31 Thread Paul Stansell
a4paper]{article} \usepackage[british, english]{babel} it exports it with \documentclass[10pt,english]{article} \usepackage[british, english]{babel} which causes this LaTeX error: LaTeX Error: Option clash for package babel. The exported TeX file is also missing the a4paper option. Pa

Translate LyX document to another language

2023-02-21 Thread Paul Smith
quality of the result. Thanks in advance, Paul -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: Translate LyX document to another language

2023-02-21 Thread Paul Smith
translator that works with > that and can skip LyX's keywords it should work fine. Thanks, Lorenzo. The difficulty is really to skip LyX's keywords! Paul -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

<    4   5   6   7   8   9   10   11   12   13   >