Re: LyX-3.2.7.1 not finding biber

2024-03-29 Thread Paul Rubin




On 3/29/24 10:21, Rich Shepard wrote:

On Fri, 29 Mar 2024, Rich Shepard wrote:


Found a couple and changed them. Will check this morning if that solves
the problem.


Invoked lyx-2.3.7.1 and opened a document with bibliography. When the
document loaded a message box appeared telling me that lyx couldn't find
biblatex.sty.

However, that style file is present in:
/usr/local/texlive/2024/texmf-dist/tex/latex/biblatex/biblatex.sty

And, in Document -> Settings -> Bibliograpy the processor still says 
`biber

(not found)'. This still needs fixing.

Where should I look to find why both biber and biblatex are not found?

TIA,

Rich

Rich,

First, try "kpsewhich biblatex.sty" in a terminal to confirm that 
TeXLive knows where to find it. If the return is empty, there's a setup 
problem with TeXLive.


Second, try "which biber" in a terminal to confirm that biber is on your 
system path. If not, you may need to modify your system path (or change 
how biber is installed).


FWIW, on my system the texlive tree is under /usr/share rather than 
/usr/local (and kpsewhich finds biblatex.sty) and biber is in /usr/bin 
(which is of course on my system path).


Paul

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


Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Paul Rubin



On 3/16/24 15:38, Rich Shepard wrote:

On Sat, 16 Mar 2024, Paul Rubin wrote:


In order to try to compile the doc, LyX has to write a .tex file
someplace, and that someplace has to be the "tempbuf" directory. As long
as you don't close LyX (and barring a rift in the space-time continuum),
that buffer directory and its contents should stay put.


Paul,

The issue since the TeXLive2024 upgrade is lyx finding a pdflatex error.
While updating tlmgr and fmtutils from within /etc/cron.weekly earlier 
this
morning I ran it again manually just now and it exited with an error 
code 3:

No pages of output.
Transcript written on ptex.log.
fmtutil [INFO]: log file copied to: 
/usr/local/texlive/2024/texmf-var/web2c/euptex/ptex.log
fmtutil [INFO]: 
/usr/local/texlive/2024/texmf-var/web2c/euptex/ptex.fmt installed.
fmtutil [ERROR]: running `tex -ini   -jobname=lollipop 
-progname=lollipop lollipop.ini 
fmtutil [ERROR]: returning error due to option --strict
fmtutil [ERROR]: running `pdftex -ini   -jobname=amstex 
-progname=amstex -translate-file=cp227.tcx *amstex.ini return status: 1

fmtutil [ERROR]: returning error due to option --strict
fmtutil [ERROR]: running `pdftex -ini   -jobname=eplain 
-progname=eplain -translate-file=cp227.tcx *eplain.ini return status: 1

fmtutil [ERROR]: returning error due to option --strict
fmtutil [INFO]: disabled formats: 3
fmtutil [INFO]: successfully rebuilt formats: 51
fmtutil [INFO]: failed to build: 3 (tex/lollipop pdftex/amstex 
pdftex/eplain)

fmtutil [INFO]: total formats: 57
fmtutil [INFO]: exiting with status 3

I find no 'error' in ptex.log (attached.)

I need to get this issue resolved as I depend on LyX to produce documents
for clients and regulators. With a new installation of TeXLive2024 there
should have been no issues and no failures updating fmtutil.

Sigh,

Rich


Rich,

I'd never heard of ptex before. Uncle Google says it's used to publish 
in Japanese. I take it that's what you are trying to do?


This is way deeper in the TeX weeds than I've ever burrowed. Maybe 
someone familiar with the intersection of LaTeX and Japanese can help.


Paul

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


Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Paul Rubin



On 3/16/24 13:33, Rich Shepard wrote:

On Sat, 16 Mar 2024, Paul Rubin wrote:

I trust you are leaving LyX open while you look for the temp 
directory. If

you go to Tools > Preferences... > Paths, what do you have filled in for
"Temporary directory:"?


Paul,

/tmp, and that's where I've found LyX_tempbuf* before.

Thanks,

Rich

Rich,

In order to try to compile the doc, LyX has to write a .tex file 
someplace, and that someplace has to be the "tempbuf" directory. As long 
as you don't close LyX (and barring a rift in the space-time continuum), 
that buffer directory and its contents should stay put.


To see a bit more about what's going on, try running "lyx -dbg files" in 
a terminal. It will tell you where it's parking things and what names 
it's giving them. I tried this with one of your mwe.lyx files and 
encountered something surprising.  The file loaded into LyX without any 
major complaints. (There was a message "Bibinfo cache was invalid", 
which probably does not amount to anything.) When I tried to compile it, 
I got an export error message related to the infamous 0xfffc character. 
The TeX file (mwe.tex) was written to the buffer directory, but there 
was no LaTeX log file because LyX never reached the point of running 
pdflatex (or whatever), since the export was flagged as incorrect. 
Clicking "View Complete Log..." in the error message pane caused LyX to 
calculate a name and location for the log file but not to create one 
(because, again, it didn't compile the file, hence no log). Changing the 
document encoding to "Unicode (utf8)" and compiling produced a log file 
and a bunch of auxiliary files in the buffer directory.


So not finding a log file is probably due to the export error blocking 
compilation. Not find the buffer directory is likely due to interference 
by extraterrestrials.


Paul



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


Re: Upgraded TeXLive; pdflatex throws an error

2024-03-16 Thread Paul Rubin




On 3/16/24 11:39, Rich Shepard wrote:

On Sat, 16 Mar 2024, Rich Shepard wrote:


The first place I looked was /tmp/lyx_* but both subdirectories were
empty.


Just invoked Lyx-2.3.6.1 and tried compiling mwe.lyx using pdflatex. Same
message box displayed; image attached.

There is no lyx directory in /tmp.

All new issues for me. Suggestions needed.

TIA,

Rich

I trust you are leaving LyX open while you look for the temp directory. 
If you go to Tools > Preferences... > Paths, what do you have filled in 
for "Temporary directory:"?


Paul

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


Re: Upgraded TeXLive; pdflatex throws an error

2024-03-15 Thread Paul Rubin




On 3/15/24 17:54, Rich Shepard wrote:

I upgraded TeXLive from 2023 to 2024 and tried compiling the MWE for the
math issues still unresolve. A message box displayed:
The external program
pdflatex finished with an error. It is recommended you fix the cause 
of the external

program's error (check the logs).

1. Where do I find the appropriate log file? It's not in /tmp/ or 
/var/log/.


2. If LyX is looking for TeXLive2023 where do I tell it to look for
TeXLive224?

TIA,

Rich

The log file will be in the temp directory created by LyX for the 
document. Most likely you'll start spelunking in /tmp, but if you set up 
the temp directory to be somewhere else you can find out where in Tools 
> Preferences > Paths > Temporary directory. The full path to the log 
file will be something like /tmp/lyx_tmpdir.characters>/lyx_tmpbuf/mwe.log.


Paul

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


Re: Inline math: one ERT compiles, the other doesn't

2024-03-15 Thread Paul Rubin




On 3/15/24 16:14, Rich Shepard wrote:

On Fri, 15 Mar 2024, Rich Shepard wrote:


Apparently so. Careful re-entering the ERT allowed the doc to compile.


I was wrong. I cannot get an simple equation to compile via the menus or
ERT.

I copied the real doc.lyx to mwe.lyx and deleted everything above and 
below
the paragraph with the equation. That non-printable character shows up 
even

with a minimal entry in the ERT, regardless of whether the backslash is
entered.

I'm totally lost and need advice on what might cause this issue.

mwe.lyx attached.

Rich

In your latest MWE, the backslash before x causes an unrelated 
compilation error, because \x is not a known function.


As for the mystery non-printing character between the ERT box and the 
following comma, I cannot reproduce that. When you insert the ERT box, 
do you type ctrl-L? Assuming so, after filling in the equation in the 
box do you just cursor out of the box and type the comma?


Paul

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


Re: Inline math: one ERT compiles, the other doesn't (fwd)

2024-03-15 Thread Paul Rubin



On 3/15/24 10:59, Rich Shepard wrote:

On Fri, 15 Mar 2024, Rich Shepard wrote:

What's the difference causing this discrepancy? How do I write the 
second

line so it builds without complaint?


Looking at the mwe.lyx file in emacs I see that control character on line
137. It's not at line 118 which is the same position for the first line.

Why?

Rich
There's nothing inherent in the content causing this. I opened your 
mwe.lyx file in LyX and, after confirming the error, deleted the second 
ERT box and trailing comma, confirmed what was left compiled without 
error, then typed the ERT box and content (and trailing comma) back in. 
The document compiled without problem.


So the question is, how did you create the second part of the example 
file? Most likely something you did inadvertently inserted the problem 
character.


Paul

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


Re: Table in table

2024-03-09 Thread Paul Rubin


On 3/9/24 08:24, Paolo M wrote:
I cannot change table properties (borders and additional space) if the 
table, contained in another table, contains a math expression (a+b, in 
this case).

Here included my example lyx doc
paolo m.


Seems like a bug to me. In any case, here are a couple of possible 
work-arounds to try. One is to build the inner table outside the outer 
table, adjust borders etc. to taste, then copy it and paste it into the 
outer table. The other is to insert a frameless box in the cell where 
the inner table will go and then put the inner table in the box.


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


Re: Representing mu in bibliography source file

2024-03-06 Thread Paul Rubin



On 3/6/24 10:50, Rich Shepard wrote:
I use JabRef for my bibliography database; it's in ASCII text file 
format. Some
abstracts report concentrations in micrograms and have been entered as 
'ug.'

How can I enter the mu symbol so it displays properly in LyX documents?

Looking in /usr/share/X11/en_US.UTF-8/Compose I see multikey solutions;
i.e.,
      : "µ"    mu # MICRO SIGN
      : "µ"    mu # MICRO SIGN
      : "µ"    mu # MICRO SIGN
but while these work in text files, they're not the same as \mu in LaTeX.

Help's appreciated.

Regards,

Rich
You can put "$\mu$g" in a BibTeX entry and it should display properly in 
the document.


Paul

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


Re: Problematik: fehlender Eintrag \begin{document} stört output der Datei als Pdf

2024-02-18 Thread Paul Rubin



On 2/18/24 08:07, kauf_dich--- via lyx-users wrote:

Hallo,

ich nutze LyX seit über 10 Jahren und schreibe damit meine 
bürokratischen Briefe. Es ist sehr hilfreich für nicht Mathematiker/ 
Physiker/ Atomtechniker/ Programmierende/ Besserwisser ein Programm 
wie LyX zu nutzen. Ich nutze das veraltete DINBrief und versuche es 
neuerdings mit KOMA letter. Es gab und gibt immer wieder Ausgabefehler 
- eines Fehlers namens "! LaTeX Error: Missing \begin{document}.". 
Dadurch kann ich meine Briefe nicht/ nicht mehr als pdf outputten.


Ich habe schon sehr sehr sehr viele Forenbeiträge gelesen. Keiner 
behandelt explicit das Thema LyX und den fehlenden "! LaTeX Error: 
Missing \begin{document}." Part in DIN Brief und Komaletter. Es gibt 
auch praktisch keine Anleitungen (englische, deutsche, französische 
Foren durchsucht), wie diese Problematik in/ mit LyX lösbar ist.


So "traue" ich mich in die Mailinglist zu schreiben, da alles andere 
keinen Sinn mehr ergibt.


Schön wäre es eine konkrete Anwort, oder Nachfragen zu erhalten ohne 
das elitäre Gequatsche das Ihr alle kennt, wenn ein Noob eine Frage im 
Forum stellt und alle erstmal die Frage ignorieren und ihre 
ungefragten Weltsichten propagieren müssen.


genutztes System:
Linux Mint 20.3
LyX 2.3.6.1

Toll wäre, wenn LyX einen da an die Hand nehmen würde und eine 
einfache Ersetzung/ Einfügung der nötigen Programmierung anbieten würde.


Vielen Dank für jegliche Hilfe
Ole
I'll respond in English so as not to expose you to my echt schreckliches 
Deutsch. Can you provide a minimal sample document that exhibits the 
error? "Minimal" means using as few LaTeX packages as possible and with 
as little content as possible. If you need to insert any images or 
external files to trigger the error, please attach those as well.


Cheers,
Paul

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


Re: Which manual has appendix details?

2024-01-19 Thread Paul Rubin




On 1/19/24 10:51, Rich Shepard wrote:

I need to re-learn how to add multiple appendices. Using Document -> Add
appendix here after the Bibliography I don't remember how to access the
documents to insert in each appendix, and have them automatically 
labeled A,

B, C.

Looking in Tutorial, User's Guide, Additional Features, and Embedded 
Objects

I am not seeing an Appendix section. StackExchange uses LaTeX code for
answers, not LyX menu items.

A clue stick is needed.

TIA,

Rich
Section 6.4 of the User's Guide is titled "Appendices". It's rather 
brief, so I don't know if it will answer your question(s).


Paul

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


Re: File -> Import -> Plain text (join lines) opens new file

2024-01-16 Thread Paul Rubin




On 1/16/24 17:03, Rich Shepard wrote:

I've not before had this problem: importing a .txt file into a .lyx
document. I'm trying to import a file import.txt ($ file input.txt 
input.txt: UTF-8 Unicode text) into an open LyX document. Instead it 
opens a

new file called input.lyx.

What might I be doing incorrectly and not seeing?

TIA,

Rich



Are you using Insert > File > Plain Text ... ?

Paul

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


Re: Error while exporting format: \converter

2024-01-06 Thread Paul Rubin



On 1/6/24 10:14, Hal Kierstead via lyx-users wrote:

All -

I got this message,  "Error while exporting format: \converter”, when trying to 
view a master document. It has happened in the past, but I forget how to correct it. 
Can someone help?

I am using Lyx 2.3.7 on with MacOS: 11.7.10.

Thanks,

Hal
What format are you using to view the document, and do you have a 
converter set up for that format?


Paul

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


Re: String including \rightarrow works unless with other text

2024-01-02 Thread Paul Rubin



On 1/2/24 12:15, Rich Shepard wrote:
I'm puzzled. In a document I display a series using \rightarrow to 
separate
the components. When I compile the document it displays as in the 
attached
mwe2.lyx file. When the string is by itself (mwe.lyx) it displays 
properly.


I suspect it's a matter of spacing but I haven't figured out where.

Help's needed.

TIA,

Rich

Neither displays correctly for me. The issue is that you are inserting 
the arrow as LaTeX without invoking math mode (at least in mwe2; in mwe 
it's not even LaTeX). So the compiler guesses where to begin and end 
math mode, and it does not guess correctly. (Quoth the LaTeX log: "I've 
inserted a begin-math/end-math symbol since I think


you left one out. Proceed, with fingers crossed.")

The simple fix is to insert the arrows using math model (ctrl-M), as in 
the attached version of your second example.


Paul


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


Re: Adding accented character in JabRef

2024-01-02 Thread Paul Rubin



On 1/2/24 09:16, Rich Shepard wrote:

On Tue, 2 Jan 2024, Herbert Voss wrote:


\~a   or \~{a}
However, you should be able to insert directly ã


Herbert,

It didn't like the first two. I need to learn how to enter it directly in
using /usr/share/X11/locale/en_US.UTF-8/Compose.

Thanks,

Rich

Rich,

I forget which Linux distro you use, but you might want to check whether 
there is a keyboard layout option for the compose key. There is on Mint. 
I set it to the right alt key, so I can just type right-alt, " and a 
letter (three separate key strokes, not a chord) to get an umlaut or 
right-alt, ~, n to get ñ, etc.


Paul

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


Re: Trying to get a straight single quote

2023-12-31 Thread Paul Rubin


On 12/31/23 13:08, Blake McBride wrote:

Greetings,

I am using LyX 2.3.7 on a Linux box.  I have some text in which I'd 
like to use the straight, type-writer-like single quote instead of a 
curved one.  I tried adding the TeX code \texttt{'} but that didn't 
work.  I then went into Document / Settings / Fonts and played with 
the Typewriter setting.  That changed the quiet but I never got the 
straight single quote I am looking for.  Sure appreciate some help.


Thanks!

Blake


One option is to add "\usepackage{textcomp}" to the document preamble 
and then put "\textquotesingle{}" in ERT where you want the straight quote.


Paul


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


Re: Setting default document class

2023-10-27 Thread Paul Rubin




On 10/26/23 13:13, Rich Shepard wrote:



Speaking of which, if you go to ~/.lyx/templates, you should see a file
named defaults.lyx. That's your default starting document. All else
failing, try creating an empty doc with the Report class, saving it to
/tmp with the name defaults.lyx, and then moving it over to the 
templates

directory.


Okay. I didn't look in templates, but there the textclass is set to
scrreport so I cannot explain why a new doc comes up as scrbook.

Oh, well. I'll cope with it. :-)

Many thanks,

Rich
You might try "grep template_path ~/.lyx/preferences" and make sure that 
your template directory is correctly set (~/.lyx/templates). If LyX is 
looking for templates in the wrong place, that might explain why it's 
defaulting to the wrong class.


You sure know how to have fun!

Paul

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


Re: Setting default document class

2023-10-26 Thread Paul Rubin




On 10/26/23 11:54, Rich Shepard wrote:

On Thu, 26 Oct 2023, Paul Rubin wrote:

Create a new document, select the document class you want as default, 
and

make any other customizations that you want applied to new documents
(fonts, paper size, whatever). Then go to Document > Settings... >
Document Class and click "Save as Document Defaults".


Paul,

Sigh. Yes, I did that yesterday with a new document. The default when the
new doc opened was KOMA-Script Book. I changed it to KOMA-Script 
Report and
clicked the link, "Save as Document Class." (Aside, it kept shifting 
back to

Book and I kept changing that to Report.)

Now, starting a new doc the default class is "KOMA-Script Book" which 
is why
I thought there might be another place that actually set the default 
class I

want.

Thanks,

Rich


Rich,

Are you saying that the doc class within a document kept changing back 
to Book on its own, or that the default class kept changing back to 
Book? I would have no explanation for the former. The latter might 
indicate a permissions problem with the directory where the default is 
saved.


Speaking of which, if you go to ~/.lyx/templates, you should see a file 
named defaults.lyx. That's your default starting document. All else 
failing, try creating an empty doc with the Report class, saving it to 
/tmp with the name defaults.lyx, and then moving it over to the 
templates directory.


Paul

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


Re: Setting default document class

2023-10-26 Thread Paul Rubin



On 10/26/23 11:00, Rich Shepard wrote:

Looking in ~/.lyx/lyxrc and ../preferences I do not see where I can set a
default document class when I create a new doc. Have I missed seeing 
where I

can do this?

TIA,

Rich
Create a new document, select the document class you want as default, 
and make any other customizations that you want applied to new documents 
(fonts, paper size, whatever). Then go to Document > Settings... > 
Document Class and click "Save as Document Defaults".


Paul

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


Re: KOMA-Script Report Class: cannot select biblatex

2023-10-24 Thread Paul Rubin




On 10/24/23 14:57, Rich Shepard wrote:

I had a similar issue last June but there no longer are old, deprecated,
font style commands in my jabrefbib.bib file. I searched my lyx mail file
(from 2005) without seeing this particular situation.

I've created a new KOMA-Script report class MWE (attached.) It has only a
title and the question, "Why can't I change the bibliograpy style 
format in

Document -> Settings -> Bibliography?"

The style format data entry box has greyed out 'Natbib (BibTex)' and 
there

are no other choices available.

What do I do to fix this so I can select BibLaTeX as the style format 
(and

related style choices?)

TIA,

Rich

The Natbibapa module may be the culprit. If I remove it, I can change 
the bibliography style.


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


Re: Header does not appear

2023-10-11 Thread Paul Rubin
It works for me (after I substitute an image from my computer, since 
your image was not included). Did you check the LaTeX log for a possible 
error message?


Paul

On 10/11/23 05:44, Harold Mouras via lyx-users wrote:

Hello,
I set up a Lyx document to be able to control the header and footpage.
However, when compiling the pdf, the content of the header does not appear.
Any idea ?
Thanks,
Harold



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


Re: In outline, filter only by branch *name*

2023-08-03 Thread Paul Rubin




On 8/3/23 08:50, Scott Kostyshak wrote:

I have an unhealthy obsession with branches.

I can put you in touch with an arborist who can help you trim them.

When I use the outline pane and select "Branches" and under filter put the 
branch name, it also searches the *contents* of the branch insets.

Is it possible to filter by only the branch *name*?
It's a hack, but how about surrounding the branch name (at creation) 
with punctuation marks or something else that distinguishes it from 
text? For instance, rather than naming the branch "Trivia" you could 
name it "bTrivia" (the "b" being applied routinely to branch names) or 
"@Trivia" (assuming Elon Musk has no objection) or "*Trivia*".


Paul

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


Re: Turning-off a command from a layout file?

2013-09-07 Thread Paul Rubin
I'm out of ideas that would avoid editing the module. Personally, I would
copy the module and .inc files to my local layout directory, give them
different names, and edit out the Problem style. That way, both the original
and hacked modules would appear in the module list, and I could use the
ordinary version for any other document class but select the hacked version
for the new document class.





Re: Turning-off a command from a layout file?

2013-09-07 Thread Paul Rubin
I'm out of ideas that would avoid editing the module. Personally, I would
copy the module and .inc files to my local layout directory, give them
different names, and edit out the Problem style. That way, both the original
and hacked modules would appear in the module list, and I could use the
ordinary version for any other document class but select the hacked version
for the new document class.





Re: Turning-off a command from a layout file?

2013-09-07 Thread Paul Rubin
I'm out of ideas that would avoid editing the module. Personally, I would
copy the module and .inc files to my local layout directory, give them
different names, and edit out the Problem style. That way, both the original
and hacked modules would appear in the module list, and I could use the
ordinary version for any other document class but select the hacked version
for the new document class.





Re: Turning-off a command from a layout file?

2013-09-06 Thread Paul Rubin
Does it help to put

  NoStyle Problem

in your layout immediately after the point where you load the AMS Theorems
module?

Paul






Re: Turning-off a command from a layout file?

2013-09-06 Thread Paul Rubin
Does it help to put

  NoStyle Problem

in your layout immediately after the point where you load the AMS Theorems
module?

Paul






Re: Turning-off a command from a layout file?

2013-09-06 Thread Paul Rubin
Does it help to put

  NoStyle Problem

in your layout immediately after the point where you load the AMS Theorems
module?

Paul






Re: Strange behaviour of initials module aka drop-caps

2013-09-01 Thread Paul Rubin
Your works file works for me, although I'm missing one of the modules you
loaded (short-inset-names), which apparently is not critical.

Your doesn't work file had two problems when I tried to fix. The first was
that it had no title (I added one). The second was that the environment
where you wanted the drop cap was Standard as opposed to Initial. I
changed the environment to Initial, put the leading 'A' in the short title
inset (which works for Initial but makes no sense for a standard
environment, which takes no options) and it worked fine.

Paul




Re: Strange behaviour of initials module aka drop-caps

2013-09-01 Thread Paul Rubin
Your works file works for me, although I'm missing one of the modules you
loaded (short-inset-names), which apparently is not critical.

Your doesn't work file had two problems when I tried to fix. The first was
that it had no title (I added one). The second was that the environment
where you wanted the drop cap was Standard as opposed to Initial. I
changed the environment to Initial, put the leading 'A' in the short title
inset (which works for Initial but makes no sense for a standard
environment, which takes no options) and it worked fine.

Paul




Re: Strange behaviour of initials module aka drop-caps

2013-09-01 Thread Paul Rubin
Your "works" file works for me, although I'm missing one of the modules you
loaded (short-inset-names), which apparently is not critical.

Your "doesn't work" file had two problems when I tried to fix. The first was
that it had no title (I added one). The second was that the environment
where you wanted the drop cap was "Standard" as opposed to "Initial". I
changed the environment to "Initial", put the leading 'A' in the short title
inset (which works for "Initial" but makes no sense for a standard
environment, which takes no options) and it worked fine.

Paul




Re: a problem with formatting acronyms in svmono class

2013-08-22 Thread Paul Rubin
Just checked, and Description does not justify the left edges of the
description texts the way I thought it did. Sorry for the noise. There's a
solution to a related question at
http://tex.stackexchange.com/questions/46458/how-to-align-description-item-labels-on-the-right
that might be adapted to this purpose.

Paul





Re: a problem with formatting acronyms in svmono class

2013-08-22 Thread Paul Rubin
Just checked, and Description does not justify the left edges of the
description texts the way I thought it did. Sorry for the noise. There's a
solution to a related question at
http://tex.stackexchange.com/questions/46458/how-to-align-description-item-labels-on-the-right
that might be adapted to this purpose.

Paul





Re: a problem with formatting acronyms in svmono class

2013-08-22 Thread Paul Rubin
Just checked, and Description does not justify the left edges of the
description texts the way I thought it did. Sorry for the noise. There's a
solution to a related question at
http://tex.stackexchange.com/questions/46458/how-to-align-description-item-labels-on-the-right
that might be adapted to this purpose.

Paul





Re: [Formating?]

2013-08-19 Thread Paul Rubin
Ignacio Martinez ignacio82 at gmail.com writes:

 
 When I start a new paragraph after some LyX-Code text, that new
paragraph is not indented.
 Pleas help!!!

Insert a separator between the LyX code and the new paragraph.

Paul



Re: [Formating?]

2013-08-19 Thread Paul Rubin
Ignacio Martinez ignacio82 at gmail.com writes:

 
 When I start a new paragraph after some LyX-Code text, that new
paragraph is not indented.
 Pleas help!!!

Insert a separator between the LyX code and the new paragraph.

Paul



Re: [Formating?]

2013-08-19 Thread Paul Rubin
Ignacio Martinez  gmail.com> writes:

> 
> When I start a new paragraph after some "LyX-Code" text, that new
paragraph is not indented.
> Pleas help!!!

Insert a separator between the LyX code and the new paragraph.

Paul



Re: Lyx from daily PPA install fails

2013-08-15 Thread Paul Rubin
Wolfgang Engelmann engelmann at uni-tuebingen.de writes:

 
 
 Am Wednesday, 14. August 2013, 22:53:21 schrieb Paul Rubin:
  Wolfgang Engelmann engelmann at uni-tuebingen.de writes:
   apt get install lyx2.0
  
  If you need to install LyX 2.1 to open the document, this line should be
  
   apt get install lyx2.1
  
  
  
 Thanks, Paul, but
  
 with this line I get: lyx2.1 no package could be found
  
 What is the corresponding /etc/sources.list of Debian for 
 LinuxMint?

This is what I have in Software Sources (Other Software tab):

http://ppa.launchpad.net/lyx-devel/daily/ubuntu quantal main
http://ppa.launchpad.net/lyx-devel/daily/ubuntu quantal main (Source Code)

The first is binary, the second obviously is source.

 And what do I have to add to get the lyx2.1 packages downloaded?

I ran exactly the following (in a terminal):

sudo add-apt-repository ppa:lyx-devel/daily
sudo apt-get update
sudo apt-get install lyx2.1

The 'lyx2.1' and 'lyx-common2.1' packages were installed. I don't believe
any other dependencies needed to be filled.

You said Mint Cinnamon but not the version. I'm using 14 (Nadia), which
forks Ubuntu 12.10 (Quantal). If you're on Mint 13, which forks Ubuntu 12.04
(Precise), it's possible that LyX 2.1 will not install due to
impossible-to-satisfy dependencies.

Paul







Re: Lyx from daily PPA install fails

2013-08-15 Thread Paul Rubin
Wolfgang Engelmann engelmann at uni-tuebingen.de writes:

 
 
 Am Wednesday, 14. August 2013, 22:53:21 schrieb Paul Rubin:
  Wolfgang Engelmann engelmann at uni-tuebingen.de writes:
   apt get install lyx2.0
  
  If you need to install LyX 2.1 to open the document, this line should be
  
   apt get install lyx2.1
  
  
  
 Thanks, Paul, but
  
 with this line I get: lyx2.1 no package could be found
  
 What is the corresponding /etc/sources.list of Debian for 
 LinuxMint?

This is what I have in Software Sources (Other Software tab):

http://ppa.launchpad.net/lyx-devel/daily/ubuntu quantal main
http://ppa.launchpad.net/lyx-devel/daily/ubuntu quantal main (Source Code)

The first is binary, the second obviously is source.

 And what do I have to add to get the lyx2.1 packages downloaded?

I ran exactly the following (in a terminal):

sudo add-apt-repository ppa:lyx-devel/daily
sudo apt-get update
sudo apt-get install lyx2.1

The 'lyx2.1' and 'lyx-common2.1' packages were installed. I don't believe
any other dependencies needed to be filled.

You said Mint Cinnamon but not the version. I'm using 14 (Nadia), which
forks Ubuntu 12.10 (Quantal). If you're on Mint 13, which forks Ubuntu 12.04
(Precise), it's possible that LyX 2.1 will not install due to
impossible-to-satisfy dependencies.

Paul







Re: Lyx from daily PPA install fails

2013-08-15 Thread Paul Rubin
Wolfgang Engelmann  uni-tuebingen.de> writes:

> 
> 
> Am Wednesday, 14. August 2013, 22:53:21 schrieb Paul Rubin:
> > Wolfgang Engelmann  uni-tuebingen.de> writes:
> > > apt get install lyx2.0
> > 
> > If you need to install LyX 2.1 to open the document, this line should be
> > 
> > > apt get install lyx2.1
>  
>  
>  
> Thanks, Paul, but
>  
> with this line I get: lyx2.1 no package could be found
>  
> What is the corresponding /etc/sources.list of Debian for 
> LinuxMint?

This is what I have in "Software Sources" ("Other Software" tab):

http://ppa.launchpad.net/lyx-devel/daily/ubuntu quantal main
http://ppa.launchpad.net/lyx-devel/daily/ubuntu quantal main (Source Code)

The first is binary, the second obviously is source.

> And what do I have to add to get the lyx2.1 packages downloaded?

I ran exactly the following (in a terminal):

sudo add-apt-repository ppa:lyx-devel/daily
sudo apt-get update
sudo apt-get install lyx2.1

The 'lyx2.1' and 'lyx-common2.1' packages were installed. I don't believe
any other dependencies needed to be filled.

You said Mint Cinnamon but not the version. I'm using 14 (Nadia), which
forks Ubuntu 12.10 (Quantal). If you're on Mint 13, which forks Ubuntu 12.04
(Precise), it's possible that LyX 2.1 will not install due to
impossible-to-satisfy dependencies.

Paul







Re: Lyx from daily PPA install fails

2013-08-14 Thread Paul Rubin
Wolfgang Engelmann engelmann at uni-tuebingen.de writes:

 apt get install lyx2.0

If you need to install LyX 2.1 to open the document, this line should be

 apt get install lyx2.1

 at the last step I get an error 
 error by fetching from
http://ppa.launchpad.net/lyx-devel/daily/ubuntu/dists/debian/main/source/Sources
 404 Not Found
  
 Some index files could not be downloaded. Ignored or old onces used instead
  
 I am using LinuxMint Cinnamon

I just installed LyX 2.1, also on Mint 14 Cinnamon (64 bit).

 and need a newer version of (2.1..) since the lyx file was produced with
it. Alternatively, where could I get a lyx2lyx to allow me to convert the
2.1 version to the 2.0.. version?

If you can't get LyX 2.1 to install and care to send me the file (rubin at
msu dot edu), I can try to export it to 2.0 format. No guarantee that
works, for instance if it uses the new Beamer layout.

Paul




Re: Embedded Formula

2013-08-14 Thread Paul Rubin
Jens-D. Doll jens.doll at studium.uni-hamburg.de writes:

 when formatting my text I use embedded formula, but am not able to use  
 subscript/superscript within such a formula. Take for instance xi, make it  
 a formula and afterwards try to make the i a subscript. The same problem  
 occurs when making a text a formula afterwards: all subscripts go lost ...

Does the error occur if you do the following?

1. Type 'xi' as text.
2. Select both characters and type ctrl-M to make it a formula.
3. Select just the 'i' and type the underscore character?

Paul



Re: Lyx from daily PPA install fails

2013-08-14 Thread Paul Rubin
Wolfgang Engelmann engelmann at uni-tuebingen.de writes:

 apt get install lyx2.0

If you need to install LyX 2.1 to open the document, this line should be

 apt get install lyx2.1

 at the last step I get an error 
 error by fetching from
http://ppa.launchpad.net/lyx-devel/daily/ubuntu/dists/debian/main/source/Sources
 404 Not Found
  
 Some index files could not be downloaded. Ignored or old onces used instead
  
 I am using LinuxMint Cinnamon

I just installed LyX 2.1, also on Mint 14 Cinnamon (64 bit).

 and need a newer version of (2.1..) since the lyx file was produced with
it. Alternatively, where could I get a lyx2lyx to allow me to convert the
2.1 version to the 2.0.. version?

If you can't get LyX 2.1 to install and care to send me the file (rubin at
msu dot edu), I can try to export it to 2.0 format. No guarantee that
works, for instance if it uses the new Beamer layout.

Paul




Re: Embedded Formula

2013-08-14 Thread Paul Rubin
Jens-D. Doll jens.doll at studium.uni-hamburg.de writes:

 when formatting my text I use embedded formula, but am not able to use  
 subscript/superscript within such a formula. Take for instance xi, make it  
 a formula and afterwards try to make the i a subscript. The same problem  
 occurs when making a text a formula afterwards: all subscripts go lost ...

Does the error occur if you do the following?

1. Type 'xi' as text.
2. Select both characters and type ctrl-M to make it a formula.
3. Select just the 'i' and type the underscore character?

Paul



Re: Lyx from daily PPA install fails

2013-08-14 Thread Paul Rubin
Wolfgang Engelmann  uni-tuebingen.de> writes:

> apt get install lyx2.0

If you need to install LyX 2.1 to open the document, this line should be

> apt get install lyx2.1

> at the last step I get an error 
> error by fetching from
http://ppa.launchpad.net/lyx-devel/daily/ubuntu/dists/debian/main/source/Sources
> 404 Not Found
>  
> Some index files could not be downloaded. Ignored or old onces used instead
>  
> I am using LinuxMint Cinnamon

I just installed LyX 2.1, also on Mint 14 Cinnamon (64 bit).

> and need a newer version of (2.1..) since the lyx file was produced with
it. Alternatively, where could I get a lyx2lyx to allow me to convert the
2.1 version to the 2.0.. version?

If you can't get LyX 2.1 to install and care to send me the file (rubin 
msu  edu), I can try to export it to 2.0 format. No guarantee that
works, for instance if it uses the new Beamer layout.

Paul




Re: Embedded Formula

2013-08-14 Thread Paul Rubin
Jens-D. Doll  studium.uni-hamburg.de> writes:

> when formatting my text I use embedded formula, but am not able to use  
> subscript/superscript within such a formula. Take for instance xi, make it  
> a formula and afterwards try to make the i a subscript. The same problem  
> occurs when making a text a formula afterwards: all subscripts go lost ...

Does the error occur if you do the following?

1. Type 'xi' as text.
2. Select both characters and type ctrl-M to make it a formula.
3. Select just the 'i' and type the underscore character?

Paul



Re: Font problem in MikTeX 2.9

2013-08-05 Thread Paul Rubin
Two things come to mind. First, open a DOS window and run the command

kpsewhich ecsi.mf

It should tell you where the ecsi font source code is installed (probably in
the jknappen package). If you get a blank line as the response, you need to
install a package containing the font.

If the font is installed, try opening the MiKTeX settings application and
clicking the update formats button. I vaguely recall one or two occasions
where installation or update of packages through the package manager somehow
bollixed the formats, leading to font errors (on installed fonts); updating
formats seemed to fix it.

Paul




Re: Font problem in MikTeX 2.9

2013-08-05 Thread Paul Rubin
Two things come to mind. First, open a DOS window and run the command

kpsewhich ecsi.mf

It should tell you where the ecsi font source code is installed (probably in
the jknappen package). If you get a blank line as the response, you need to
install a package containing the font.

If the font is installed, try opening the MiKTeX settings application and
clicking the update formats button. I vaguely recall one or two occasions
where installation or update of packages through the package manager somehow
bollixed the formats, leading to font errors (on installed fonts); updating
formats seemed to fix it.

Paul




Re: Font problem in MikTeX 2.9

2013-08-05 Thread Paul Rubin
Two things come to mind. First, open a DOS window and run the command

kpsewhich ecsi.mf

It should tell you where the ecsi font source code is installed (probably in
the jknappen package). If you get a blank line as the response, you need to
install a package containing the font.

If the font is installed, try opening the MiKTeX settings application and
clicking the "update formats" button. I vaguely recall one or two occasions
where installation or update of packages through the package manager somehow
bollixed the formats, leading to font errors (on installed fonts); updating
formats seemed to fix it.

Paul




Re: Using Theorems (Numbered by Type) with Named Theorems

2013-08-01 Thread Paul Rubin
I'm not sure what happened with my previous reply; it seems to be
disconnected from this thread. At any rate, I tried another hack: rather
than including all the starred theorems (possible undesired pollution of the
environment drop-down list), I just hacked theorems-named.module to replace
the CopyStyle Theorem* line with the necessary lines from the Theorem*
style. In tests, it seems work as expected, allowing the named theorems
module to be used with any otherwise legal combination of theorem-related
modules (or by itself, without any other theorem modules).

Should we move this over to the developer forum as an RFC, or should I just
file a ticket with the fix attached?

Paul





Re: cant get bibtex file into pdf

2013-08-01 Thread Paul Rubin
I put your bibliography and style in a dummy document here and had no
problems -- all the references showed up in the bibliography as expected.
The problem may lay in the document.

Paul



Re: Help With Acknowledgements Please

2013-08-01 Thread Paul Rubin
Have you looked at File  New from Template  thesis  Acknowledgments.lyx?
I would try copying its contents into your thesis. (Note: the template may
ask you to let it create a dummy thesis document. You can delete that
document once you've determined whether pasting into your actual thesis works.)

Paul





Re: Using Theorems (Numbered by Type) with Named Theorems

2013-08-01 Thread Paul Rubin
I'm not sure what happened with my previous reply; it seems to be
disconnected from this thread. At any rate, I tried another hack: rather
than including all the starred theorems (possible undesired pollution of the
environment drop-down list), I just hacked theorems-named.module to replace
the CopyStyle Theorem* line with the necessary lines from the Theorem*
style. In tests, it seems work as expected, allowing the named theorems
module to be used with any otherwise legal combination of theorem-related
modules (or by itself, without any other theorem modules).

Should we move this over to the developer forum as an RFC, or should I just
file a ticket with the fix attached?

Paul





Re: cant get bibtex file into pdf

2013-08-01 Thread Paul Rubin
I put your bibliography and style in a dummy document here and had no
problems -- all the references showed up in the bibliography as expected.
The problem may lay in the document.

Paul



Re: Help With Acknowledgements Please

2013-08-01 Thread Paul Rubin
Have you looked at File  New from Template  thesis  Acknowledgments.lyx?
I would try copying its contents into your thesis. (Note: the template may
ask you to let it create a dummy thesis document. You can delete that
document once you've determined whether pasting into your actual thesis works.)

Paul





Re: Using Theorems (Numbered by Type) with Named Theorems

2013-08-01 Thread Paul Rubin
I'm not sure what happened with my previous reply; it seems to be
disconnected from this thread. At any rate, I tried another hack: rather
than including all the starred theorems (possible undesired pollution of the
environment drop-down list), I just hacked theorems-named.module to replace
the "CopyStyle Theorem*" line with the necessary lines from the Theorem*
style. In tests, it seems work as expected, allowing the named theorems
module to be used with any otherwise legal combination of theorem-related
modules (or by itself, without any other theorem modules).

Should we move this over to the developer forum as an RFC, or should I just
file a ticket with the fix attached?

Paul





Re: cant get bibtex file into pdf

2013-08-01 Thread Paul Rubin
I put your bibliography and style in a dummy document here and had no
problems -- all the references showed up in the bibliography as expected.
The problem may lay in the document.

Paul



Re: Help With Acknowledgements Please

2013-08-01 Thread Paul Rubin
Have you looked at File > New from Template > thesis > Acknowledgments.lyx?
I would try copying its contents into your thesis. (Note: the template may
ask you to let it create a dummy thesis document. You can delete that
document once you've determined whether pasting into your actual thesis works.)

Paul





Re: Using Theorems (Numbered by Type) with Named Theorems

2013-07-31 Thread Paul Rubin
Richard Heck rgheck at lyx.org writes:

 Try this: Copy the theorems-named.module file to your local LyX 
 directory. On Linux, the original file would be at 
 /usr/share/lyx/layouts/, and you would copy it to ~/.lyx/layouts/. On 
 other systems, you can find the relevant directories by looking at Help 
 About LyX. Once you have done that, open the local copy and change the 
 Requires line to read:
 
 #Requires: theorems-ams | theorems-starred | theorems-byname

I think you meant theorems-ams-bytype for the last one. That works, but it
still leaves Theorems (By Type) and Theorems incompatible with Named
Theorems.

It turns out that the only thing Named Theorems needs as a prerequisite is
the Theorem* style, which it copies. So I tried deleting the #Requires line
entirely and instead added Input theorems-starred.inc. It seems to work
fine, even if *none* of the theorem related modules are loaded, as long as
you don't mind that you have named theorems and the basic unnumbered
theorem-like environments (whether you want them or not) but perhaps not
other theorem-like environments.

If we want it to work with the vanilla Theorems module and Theorems (By
Type), I think we need to add the Input line -- they don't (currently)
input theorems-starred.inc -- regardless of whether or not we use the
requirements line.

The one thing I'm not sure about is why theorems-std.module and
theorems-bytype.module exclude theorems-starred: is it just redundancy, or
are std and bytype somehow incompatible with theorems-starred.inc?

Paul



Re: Using Theorems (Numbered by Type) with Named Theorems

2013-07-31 Thread Paul Rubin
Richard Heck rgheck at lyx.org writes:

 Try this: Copy the theorems-named.module file to your local LyX 
 directory. On Linux, the original file would be at 
 /usr/share/lyx/layouts/, and you would copy it to ~/.lyx/layouts/. On 
 other systems, you can find the relevant directories by looking at Help 
 About LyX. Once you have done that, open the local copy and change the 
 Requires line to read:
 
 #Requires: theorems-ams | theorems-starred | theorems-byname

I think you meant theorems-ams-bytype for the last one. That works, but it
still leaves Theorems (By Type) and Theorems incompatible with Named
Theorems.

It turns out that the only thing Named Theorems needs as a prerequisite is
the Theorem* style, which it copies. So I tried deleting the #Requires line
entirely and instead added Input theorems-starred.inc. It seems to work
fine, even if *none* of the theorem related modules are loaded, as long as
you don't mind that you have named theorems and the basic unnumbered
theorem-like environments (whether you want them or not) but perhaps not
other theorem-like environments.

If we want it to work with the vanilla Theorems module and Theorems (By
Type), I think we need to add the Input line -- they don't (currently)
input theorems-starred.inc -- regardless of whether or not we use the
requirements line.

The one thing I'm not sure about is why theorems-std.module and
theorems-bytype.module exclude theorems-starred: is it just redundancy, or
are std and bytype somehow incompatible with theorems-starred.inc?

Paul



Re: Using Theorems (Numbered by Type) with Named Theorems

2013-07-31 Thread Paul Rubin
Richard Heck  lyx.org> writes:

> Try this: Copy the theorems-named.module file to your local LyX 
> directory. On Linux, the original file would be at 
> /usr/share/lyx/layouts/, and you would copy it to ~/.lyx/layouts/. On 
> other systems, you can find the relevant directories by looking at Help> 
> About LyX. Once you have done that, open the local copy and change the 
> Requires line to read:
> 
> #Requires: theorems-ams | theorems-starred | theorems-byname

I think you meant theorems-ams-bytype for the last one. That works, but it
still leaves "Theorems (By Type)" and "Theorems" incompatible with "Named
Theorems".

It turns out that the only thing Named Theorems needs as a prerequisite is
the Theorem* style, which it copies. So I tried deleting the #Requires line
entirely and instead added "Input theorems-starred.inc". It seems to work
fine, even if *none* of the theorem related modules are loaded, as long as
you don't mind that you have named theorems and the basic unnumbered
theorem-like environments (whether you want them or not) but perhaps not
other theorem-like environments.

If we want it to work with the vanilla Theorems module and "Theorems (By
Type)", I think we need to add the Input line -- they don't (currently)
input theorems-starred.inc -- regardless of whether or not we use the
requirements line.

The one thing I'm not sure about is why theorems-std.module and
theorems-bytype.module exclude theorems-starred: is it just redundancy, or
are std and bytype somehow incompatible with theorems-starred.inc?

Paul



Re: How to vertically centre multirow content

2013-07-11 Thread Paul Rubin
It centers vertically for me by default. This is using LyX 2.0.6 on Linux,
but I would be surprised if your having a Mac is the culprit. Can you post a
minimal example?

Paul





Re: How to vertically centre multirow content

2013-07-11 Thread Paul Rubin
It centers vertically for me by default. This is using LyX 2.0.6 on Linux,
but I would be surprised if your having a Mac is the culprit. Can you post a
minimal example?

Paul





Re: How to vertically centre multirow content

2013-07-11 Thread Paul Rubin
It centers vertically for me by default. This is using LyX 2.0.6 on Linux,
but I would be surprised if your having a Mac is the culprit. Can you post a
minimal example?

Paul





Re: Install not working on Win7pro 64bit

2013-07-08 Thread Paul Rubin
You might delete your user directory (Help  About LyX will give you the
path) and everything under it, then start LyX (which should cause the
directory to be rebuilt).

Paul




Re: Install not working on Win7pro 64bit

2013-07-08 Thread Paul Rubin
You might delete your user directory (Help  About LyX will give you the
path) and everything under it, then start LyX (which should cause the
directory to be rebuilt).

Paul




Re: Install not working on Win7pro 64bit

2013-07-08 Thread Paul Rubin
You might delete your user directory (Help > About LyX will give you the
path) and everything under it, then start LyX (which should cause the
directory to be rebuilt).

Paul




Re: Permanently set spellchecker to Canadian English

2013-06-28 Thread Paul Rubin
Open a new file, use Document  Settings  Language to set your preferred
peculiar dialect of English and click Save as Document Defaults. The UI
setting is just that -- it governs the user interface. File  New uses
whatever your recorded document defaults are.

Paul





Re: Permanently set spellchecker to Canadian English

2013-06-28 Thread Paul Rubin
Open a new file, use Document  Settings  Language to set your preferred
peculiar dialect of English and click Save as Document Defaults. The UI
setting is just that -- it governs the user interface. File  New uses
whatever your recorded document defaults are.

Paul





Re: Permanently set spellchecker to Canadian English

2013-06-28 Thread Paul Rubin
Open a new file, use Document > Settings > Language to set your preferred
peculiar dialect of English and click Save as Document Defaults. The UI
setting is just that -- it governs the user interface. File > New uses
whatever your recorded document defaults are.

Paul





Re: Fehler beim Aktualisieren eines pdfs

2013-06-27 Thread Paul Rubin
If you are viewing the PDF in Acrobat Reader XI, you may be falling prey to
a problem discussed here:
http://thread.gmane.org/gmane.editors.lyx.general/77622.

Paul



Re: Fehler beim Aktualisieren eines pdfs

2013-06-27 Thread Paul Rubin
If you are viewing the PDF in Acrobat Reader XI, you may be falling prey to
a problem discussed here:
http://thread.gmane.org/gmane.editors.lyx.general/77622.

Paul



Re: Fehler beim Aktualisieren eines pdfs

2013-06-27 Thread Paul Rubin
If you are viewing the PDF in Acrobat Reader XI, you may be falling prey to
a problem discussed here:
http://thread.gmane.org/gmane.editors.lyx.general/77622.

Paul



Re: Installation und Verwendung des TikZ-Paket in LyX

2013-06-23 Thread Paul Rubin
Two editors that I have tried and liked:

TikZiT (http://tikzit.sourceforge.net/) -- mainly useful for node diagrams
TikzEdt (http://www.tikzedt.org/) -- just starting with this, but it looks
promising

Paul





Re: Installation und Verwendung des TikZ-Paket in LyX

2013-06-23 Thread Paul Rubin
Two editors that I have tried and liked:

TikZiT (http://tikzit.sourceforge.net/) -- mainly useful for node diagrams
TikzEdt (http://www.tikzedt.org/) -- just starting with this, but it looks
promising

Paul





Re: Installation und Verwendung des TikZ-Paket in LyX

2013-06-23 Thread Paul Rubin
Two editors that I have tried and liked:

TikZiT (http://tikzit.sourceforge.net/) -- mainly useful for node diagrams
TikzEdt (http://www.tikzedt.org/) -- just starting with this, but it looks
promising

Paul





Re: Place float:figure in this subparagraph

2013-06-11 Thread Paul Rubin
Short of manually inserting page breaks (and adjusting them whenever the
text changes), I do not think it is possible to do what you want and be
certain that you get the desired result. You can try using \FloatBarrier
from the placeins package
(http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Keeping_floats_in_their_place).
I have no experience with it, but I suspect that it will disrupt the
formatting of the page in a way similar to your using manually placed page
breaks.

Paul



Re: Place float:figure in this subparagraph

2013-06-11 Thread Paul Rubin
Short of manually inserting page breaks (and adjusting them whenever the
text changes), I do not think it is possible to do what you want and be
certain that you get the desired result. You can try using \FloatBarrier
from the placeins package
(http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Keeping_floats_in_their_place).
I have no experience with it, but I suspect that it will disrupt the
formatting of the page in a way similar to your using manually placed page
breaks.

Paul



Re: Place float:figure in this subparagraph

2013-06-11 Thread Paul Rubin
Short of manually inserting page breaks (and adjusting them whenever the
text changes), I do not think it is possible to do what you want and be
certain that you get the desired result. You can try using \FloatBarrier
from the placeins package
(http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Keeping_floats_in_their_place).
I have no experience with it, but I suspect that it will disrupt the
formatting of the page in a way similar to your using manually placed page
breaks.

Paul



Re: Lyx v 2.0.6 unable to view files

2013-06-07 Thread Paul Rubin
Rasmus K rasmusk at kth.se writes:

Does File  Export  PDF (pdflatex) generate a correct PDF file? If so, the
problem is with LyX calling a viewer; if not, the problem is with LyX
calling pdflatex.

Paul




Re: Place float:figure in this subparagraph

2013-06-07 Thread Paul Rubin
Are you inserting them with Insert  Float  Figure? If so, right click the
handle labeled Float: Figure, choose Settings..., and deselect Use
default placement and try Here definitely instead.

Paul 




Re: Lyx v 2.0.6 unable to view files

2013-06-07 Thread Paul Rubin
Rasmus K rasmusk at kth.se writes:

Does File  Export  PDF (pdflatex) generate a correct PDF file? If so, the
problem is with LyX calling a viewer; if not, the problem is with LyX
calling pdflatex.

Paul




Re: Place float:figure in this subparagraph

2013-06-07 Thread Paul Rubin
Are you inserting them with Insert  Float  Figure? If so, right click the
handle labeled Float: Figure, choose Settings..., and deselect Use
default placement and try Here definitely instead.

Paul 




Re: Lyx v 2.0.6 unable to view files

2013-06-07 Thread Paul Rubin
Rasmus K  kth.se> writes:

Does File > Export > PDF (pdflatex) generate a correct PDF file? If so, the
problem is with LyX calling a viewer; if not, the problem is with LyX
calling pdflatex.

Paul




Re: Place float:figure in this subparagraph

2013-06-07 Thread Paul Rubin
Are you inserting them with Insert > Float > Figure? If so, right click the
"handle" labeled "Float: Figure", choose Settings..., and deselect "Use
default placement" and try "Here definitely" instead.

Paul 




Re: Document class missing after installation

2013-06-06 Thread Paul Rubin
Is the MiKTeX bin directory on your system path? Can you run latex --version
at a DOS prompt (without supplying a path to MiKTeX) and get a response
with a plausible version date?

If yes, take a look at the log generated by the installer (should be
in your user directory, I think) and see if it found a LaTeX installation.
You might want to publish the log to the list.

Paul




Re: Backgound in formula

2013-06-06 Thread Paul Rubin
Load the xcolor package in the document preamble (\usepackage{xcolor}).
Inside a math inset, start by typing \colorbox and then press the space bar.
Now type \{, which should create a pair of braces surrounding an inset, and
type the background color name (e.g., cyan) inside. The color name will look
like a math formula (c times y times a times n), but don't worry about that.
Just after the closing brace, type \{ again, and type the actual formula in
the new inset.

Paul



Re: Document class missing after installation

2013-06-06 Thread Paul Rubin
Is the MiKTeX bin directory on your system path? Can you run latex --version
at a DOS prompt (without supplying a path to MiKTeX) and get a response
with a plausible version date?

If yes, take a look at the log generated by the installer (should be
in your user directory, I think) and see if it found a LaTeX installation.
You might want to publish the log to the list.

Paul




Re: Backgound in formula

2013-06-06 Thread Paul Rubin
Load the xcolor package in the document preamble (\usepackage{xcolor}).
Inside a math inset, start by typing \colorbox and then press the space bar.
Now type \{, which should create a pair of braces surrounding an inset, and
type the background color name (e.g., cyan) inside. The color name will look
like a math formula (c times y times a times n), but don't worry about that.
Just after the closing brace, type \{ again, and type the actual formula in
the new inset.

Paul



Re: Document class missing after installation

2013-06-06 Thread Paul Rubin
Is the MiKTeX bin directory on your system path? Can you run "latex --version"
at a DOS prompt (without supplying a path to MiKTeX) and get a response
with a plausible version date?

If yes, take a look at the log generated by the installer (should be
in your user directory, I think) and see if it found a LaTeX installation.
You might want to publish the log to the list.

Paul




Re: Backgound in formula

2013-06-06 Thread Paul Rubin
Load the xcolor package in the document preamble (\usepackage{xcolor}).
Inside a math inset, start by typing \colorbox and then press the space bar.
Now type \{, which should create a pair of braces surrounding an inset, and
type the background color name (e.g., cyan) inside. The color name will look
like a math formula (c times y times a times n), but don't worry about that.
Just after the closing brace, type \{ again, and type the actual formula in
the new inset.

Paul



Re: Need LyX 1.6.10 Configuration file for Windows 32 bit

2011-10-21 Thread Paul Rubin
Assuming you use MiKTeX, your DVI viewer should be yap. Try exporting a test
document to DVI and preview it with yap to verify that yap works. Also, if yap
is not on the system command path, try adding it to the path and then
reconfigure LyX.

Paul



Re: Need LyX 1.6.10 Configuration file for Windows 32 bit

2011-10-21 Thread Paul Rubin
Assuming you use MiKTeX, your DVI viewer should be yap. Try exporting a test
document to DVI and preview it with yap to verify that yap works. Also, if yap
is not on the system command path, try adding it to the path and then
reconfigure LyX.

Paul



Re: Need LyX 1.6.10 Configuration file for Windows 32 bit

2011-10-21 Thread Paul Rubin
Assuming you use MiKTeX, your DVI viewer should be yap. Try exporting a test
document to DVI and preview it with yap to verify that yap works. Also, if yap
is not on the system command path, try adding it to the path and then
reconfigure LyX.

Paul



Re: Beamer and greyed-out items

2011-10-18 Thread Paul Rubin
Julio Rojas jcredberry at gmail.com writes:

 
 Dear all. In a beamer presentation I would like to have greyed-out
 items after a pause environment. Right now they do not appear until it
 is their turn to appear. For me it is easier to know in advance what
 are the items I'm going to talk about in each slide, so I don't start
 wandering around, possibly going ahead in my presentation.
 
 I hope it is clear what I want. Thanks in advance.
 

Try \setbeamercovered{transparent} in the preamble.  You can adjust how dark the
hidden text is by setting a value between 0 and 100 for transparent, e.g.
\setbeamercovered{transparent=25}.

Paul



Re: Beamer and greyed-out items

2011-10-18 Thread Paul Rubin
Julio Rojas jcredberry at gmail.com writes:

 
 Dear all. In a beamer presentation I would like to have greyed-out
 items after a pause environment. Right now they do not appear until it
 is their turn to appear. For me it is easier to know in advance what
 are the items I'm going to talk about in each slide, so I don't start
 wandering around, possibly going ahead in my presentation.
 
 I hope it is clear what I want. Thanks in advance.
 

Try \setbeamercovered{transparent} in the preamble.  You can adjust how dark the
hidden text is by setting a value between 0 and 100 for transparent, e.g.
\setbeamercovered{transparent=25}.

Paul



Re: Beamer and greyed-out items

2011-10-18 Thread Paul Rubin
Julio Rojas  gmail.com> writes:

> 
> Dear all. In a beamer presentation I would like to have greyed-out
> items after a pause environment. Right now they do not appear until it
> is their turn to appear. For me it is easier to know in advance what
> are the items I'm going to talk about in each slide, so I don't start
> wandering around, possibly going ahead in my presentation.
> 
> I hope it is clear what I want. Thanks in advance.
> 

Try \setbeamercovered{transparent} in the preamble.  You can adjust how dark the
"hidden" text is by setting a value between 0 and 100 for "transparent", e.g.
\setbeamercovered{transparent=25}.

Paul



Re: LyX slowness

2011-10-13 Thread Paul Rubin
For what it's worth, I have LyX installed on three machines (Dell desktop, Dell
laptop, Acer desktop).  All run Linux Mint with the Gnome desktop.  The Dells
are both Intel 32; the Acer is AMD 64.  Both desktops have nVidia displays with
nVidia proprietary drivers.  I'm not sure about the laptop, but I think that too
is nVidia.  I've had no problems with display speed on any of them.  The math
toolbars are both set to open automatically when in a math inset, close when 
not.

Paul 



Re: LyX slowness

2011-10-13 Thread Paul Rubin
For what it's worth, I have LyX installed on three machines (Dell desktop, Dell
laptop, Acer desktop).  All run Linux Mint with the Gnome desktop.  The Dells
are both Intel 32; the Acer is AMD 64.  Both desktops have nVidia displays with
nVidia proprietary drivers.  I'm not sure about the laptop, but I think that too
is nVidia.  I've had no problems with display speed on any of them.  The math
toolbars are both set to open automatically when in a math inset, close when 
not.

Paul 



Re: LyX slowness

2011-10-13 Thread Paul Rubin
For what it's worth, I have LyX installed on three machines (Dell desktop, Dell
laptop, Acer desktop).  All run Linux Mint with the Gnome desktop.  The Dells
are both Intel 32; the Acer is AMD 64.  Both desktops have nVidia displays with
nVidia proprietary drivers.  I'm not sure about the laptop, but I think that too
is nVidia.  I've had no problems with display speed on any of them.  The math
toolbars are both set to open automatically when in a math inset, close when 
not.

Paul 



  1   2   3   4   5   6   7   8   9   >