Insertion of Dingats results in failure:

2011-07-09 Thread Michael Joyner
I tried inserting any and all of the following into my document and the
results do not show up in the output. :(

⚀⚁⚂⚃⚄⚅⠁⠃⠇⠏⠛⠟⠯⠿⡯⡿⢿⣽⣿✘✗✦

I have attached sample file and PDF.


-- 
---

   - Learn to speak Cherokee: http://www.cherokeelessons.com/
   - Cherokee Language Help BBS/Chat:
   http://www.cherokeelessons.com/phpBB3/viewforum.php?f=6
   - Cherokee Lessons PDF made with: http://www.lyx.org/


dingbats-test.lyx
Description: application/lyx


dingbats-test.pdf
Description: Adobe PDF document


Re: upgrade but keep customized stationery

2011-07-09 Thread Paul Rubin
David Bickel  Gmail.com> writes:

> 
> After upgrading from version 1.6 to 2.0 (Windows Vista), I no longer
> have access to the words the system recorded whenever I checked
> spelling and told it to "Add" a word it flagged as misspelled. I have
> no idea where those words were stored. Is there a way I can get
> version 2.0 to use them?
> 

Disclaimer: I'm answering from memory (and I'm on a Linux box, so I can't check
my memory).

I'm pretty sure you are using Aspell as the spellchecker.  Aspell records words
you've added in a dictionary that I believe is named 'personal.pws'.  Depending
on whether Aspell is installed for all users or just one user, that could end up
being in any of several places.  So my suggestion is to use Vista's file search
capability to look for files by that name (you may find more than one if you've
been adding words in the version of Aspell that LyX 2.0 installed).  In fact, I
suggest that you start up LyX 2.0, create a dummy document, insert a word that
Aspell won't believe ("HonestPolitician", all one word, works on more than one
level) and add it when Aspell laughs at you.  Now do the search.

The personal dictionaries are just text files, so once you find them (hopefully
there are now two, old and new), just open them both in Notepad, copy all the
good words over to the new one (it will be obvious which is which), delete your
pseudoword from the new one, save it and test to see if spell-checking in LyX
2.0 now recognizes words you added in 1.6.

Paul



Re: changing top margin for one page only

2011-07-09 Thread Paul Rubin
Are you doing something to ensure that the minipages are at the top of the
physical page?  The only two ways I know off-hand to do that are to manually
break the page immediately before them or to put them in a float.  From your
message, it does not sound as though you are breaking the page.

One kludge that should work (and involves no extra packages) is to insert custom
spacing.  Position the cursor immediately preceding (and just outside) the first
minipage, click Insert > Formatting > Vertical Space..., set the spacing to
Custom, and insert a negative value (using your preferred units).  If the
minipages are in a float, this goes inside the float.

Paul




Re: # in URL cause compiling to hang

2011-07-09 Thread Paul Rubin
I just created a test doc (article class) in LyX 2.0, insert a URL (in a URL
inset) containing a hash character (#), and it worked just fine in PDF output. 
Escaping it with a backslash caused problems.

That said, if you replace the hash character with %23 in the URL, you get the
same result, and that may avoid whatever caused the error message.

Paul



Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Liviu Andronic
On Sat, Jul 9, 2011 at 9:33 PM, Steve Litt  wrote:
> Here was my configure command:
>
>  ./configure --with-version-suffix=200 --enable-build-type=release  --
> with-qt4-dir=/usr/lib/qt4
>
> Here was the error message from ./configure:
>
> ==
>  The following problems have been detected by configure.
>  Please check the messages below before running 'make'.
>  (see the section 'Problems' in the INSTALL file)
>
> ** moc 4 binary not found !
>
> ** uic 4 binary not found !
>
> ** qt 4 library not found !
>
Some wild guesses: do you have 'pkg-config' installed? Have you run
'apt-get build-dep lyx'? If you have both and it still doesn't work,
try to remove '-- with-qt4-dir=/usr/lib/qt4' from your ./configure
command.
Liviu


>
> slitt@mydesk:~/junk/lyx-2.0.0$
> ==
>
> My /usr/lib/qt4 directory has only one subdirectory, called plugins. A
> locate command indicates the only other qt4 libraries are 32 bit, this
> is a 64 bit computer, and the 32 bit library has only the same
> subdirectory.
>
> I've installed moc. On every try I delete the whole tree and restore
> it from tarball so that there are no gotchas from leftover garbage.
>
> Where do I go from here?
>
> Thanks
>
> SteveT
>



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Kornel Benko
Am Samstag, 9. Juli 2011 schrieb Steve Litt:
> On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote:
> > On Sat, Jul 9, 2011 at 10:15 AM, Steve Litt
> 
>  wrote:
> > > On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote:
> > >> On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt
> > >> 
> > >> > What am I doing wrong?
> > >> 
> > >> Ubuntu ships the wrong version. See this recent discussion
> > >> [1][2]. See these instructions [3] on how to push the update to
> > >> your system (never tried it). Alternatively, Rainer and Rob
> > >> have come up with a PPA containing LyX 2.0.0. Contact me
> > >> off-list for the link.
> > >> 
> > >> Regards
> > >> Liviu
> > > 
> > > LyX is probably the #2 most important application in my business
> > > (VimOutliner is #1). It's important enough that I'm willing to
> > > compile my own,
> > 
> > The SRU solution above (link [3]) seems easy to deploy..
> > 
> > > always assuming that there's a 2.x version that compiles well
> > > on Ubuntu 11.04. What do you think is the best, most solid, most
> > > tested LyX 2.x right now?
> > 
> > Probably the only one available, 2.0.0. I've compiled this version
> > on 10.04 without any issues.
> > 
> > > Probably over half the time from 2001 til now my LyX was
> > > self-compiled rather than package installed.
> > 
> > ..but if you're OK with building, this should be straightforward:
> > apt-get build-dep lyx
> > 
> >  ./configure --with-version-suffix=-svn --enable-build-type=release
> > 
> > make
> > make install
> 
> Ugh!
> Here was my configure command:
> 
>  ./configure --with-version-suffix=200 --enable-build-type=release  --
> with-qt4-dir=/usr/lib/qt4
> 
> Here was the error message from ./configure:
> 
> ==
>  The following problems have been detected by configure.
>  Please check the messages below before running 'make'.
>  (see the section 'Problems' in the INSTALL file)
> 
> ** moc 4 binary not found !
> 
> ** uic 4 binary not found !
> 
> ** qt 4 library not found !
> 
> 
> slitt@mydesk:~/junk/lyx-2.0.0$
> ==
> 
> My /usr/lib/qt4 directory has only one subdirectory, called plugins. A
> locate command indicates the only other qt4 libraries are 32 bit, this
> is a 64 bit computer, and the 32 bit library has only the same
> subdirectory.
> 
> I've installed moc. On every try I delete the whole tree and restore
> it from tarball so that there are no gotchas from leftover garbage.
> 
> Where do I go from here?
> 
> Thanks
> 
> SteveT

On my machine "moc" is part of "libqt4-dev" package. (ubuntu 11.04, 64bit)
It includes the libfiles and include files.

Kornel


signature.asc
Description: This is a digitally signed message part.


Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Steve Litt
On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote:
> On Sat, Jul 9, 2011 at 10:15 AM, Steve Litt 
 wrote:
> > On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote:
> >> On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt
> >> 
> >> > What am I doing wrong?
> >> 
> >> Ubuntu ships the wrong version. See this recent discussion
> >> [1][2]. See these instructions [3] on how to push the update to
> >> your system (never tried it). Alternatively, Rainer and Rob
> >> have come up with a PPA containing LyX 2.0.0. Contact me
> >> off-list for the link.
> >> 
> >> Regards
> >> Liviu
> > 
> > LyX is probably the #2 most important application in my business
> > (VimOutliner is #1). It's important enough that I'm willing to
> > compile my own,
> 
> The SRU solution above (link [3]) seems easy to deploy..
> 
> > always assuming that there's a 2.x version that compiles well
> > on Ubuntu 11.04. What do you think is the best, most solid, most
> > tested LyX 2.x right now?
> 
> Probably the only one available, 2.0.0. I've compiled this version
> on 10.04 without any issues.
> 
> > Probably over half the time from 2001 til now my LyX was
> > self-compiled rather than package installed.
> 
> ..but if you're OK with building, this should be straightforward:
> apt-get build-dep lyx
>  ./configure --with-version-suffix=-svn --enable-build-type=release
> make
> make install

Ugh!
Here was my configure command:

 ./configure --with-version-suffix=200 --enable-build-type=release  --
with-qt4-dir=/usr/lib/qt4

Here was the error message from ./configure:

==
 The following problems have been detected by configure.
 Please check the messages below before running 'make'.
 (see the section 'Problems' in the INSTALL file)

** moc 4 binary not found !

** uic 4 binary not found !

** qt 4 library not found !


slitt@mydesk:~/junk/lyx-2.0.0$
==

My /usr/lib/qt4 directory has only one subdirectory, called plugins. A 
locate command indicates the only other qt4 libraries are 32 bit, this 
is a 64 bit computer, and the 32 bit library has only the same 
subdirectory.

I've installed moc. On every try I delete the whole tree and restore 
it from tarball so that there are no gotchas from leftover garbage.

Where do I go from here?

Thanks

SteveT


Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Richard Heck
On 07/09/2011 03:04 PM, Liviu Andronic wrote:
> On Sat, Jul 9, 2011 at 8:38 PM, Steve Litt  wrote:
>> On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote:
>>
>>> ..but if you're OK with building, this should be straightforward:
>>> apt-get build-dep lyx
>>>  ./configure --with-version-suffix=-svn --enable-build-type=release
>>> make
>>> make install
>> What does  "--enable-build-type=release" do for you? I've built LyX
>> many times before but so far haven't used that.
>>
> I'm not an expert but I guess it relates to what Richard said:
>
> On Sat, Jul 9, 2011 at 4:35 PM, Richard Heck  wrote:
>> The latter disables
>> debug code and assertions.
> Intuitively, you use this option when building and shipping releases,
> as it at least disables debug symbols.
>
That's right: It builds a release version, and is equivalent to a
combination of other switches, like --disable-stdlib-debug, etc.

Richard

> Liviu



Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Liviu Andronic
On Sat, Jul 9, 2011 at 8:38 PM, Steve Litt  wrote:
> On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote:
>
>> ..but if you're OK with building, this should be straightforward:
>> apt-get build-dep lyx
>>  ./configure --with-version-suffix=-svn --enable-build-type=release
>> make
>> make install
>
> What does  "--enable-build-type=release" do for you? I've built LyX
> many times before but so far haven't used that.
>
I'm not an expert but I guess it relates to what Richard said:

On Sat, Jul 9, 2011 at 4:35 PM, Richard Heck  wrote:
> The latter disables
> debug code and assertions.

Intuitively, you use this option when building and shipping releases,
as it at least disables debug symbols.
Liviu


Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Steve Litt
On Saturday, July 09, 2011 06:22:19 AM Liviu Andronic wrote:

> ..but if you're OK with building, this should be straightforward:
> apt-get build-dep lyx
>  ./configure --with-version-suffix=-svn --enable-build-type=release
> make
> make install

What does  "--enable-build-type=release" do for you? I've built LyX 
many times before but so far haven't used that.

Thanks

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US
Twitter: http://www.twitter.com/stevelitt



Re: formatted cross-reference to subsection broken

2011-07-09 Thread Richard Heck
On 07/09/2011 10:08 AM, Sebastian Rockel wrote:
> Hi,
>
> I am using Lyx-2.0 with KOMA-book class (pdflatex) on Mac OSX 10.6.8.
>
> I am often using the cross-reference option 'Formatted reference' as it is 
> quite convenient to have automatic addition of 'figure', 'section' etc.
>
> Nevertheless I noticed (by accident) that in the Lyx window references appear 
> to be fine but show up in the final pdf as '??'. This is the case for 
> references within a 'subsection'.
>
> This is a little bit annoying as it can be overseen in a larger document 
> easily.
>
> Is this a bug? Has anyone else this problem?
> Any comments?
>
The reason for this is that LyX by default uses the prefix "sub" for
such references, as you create them, but neither prettyref nor refstyle
defines a format for this. I'm not sure if that counts as a bug or not.
Anyway, you can deal with it two ways.

(i) Put a format declaration for "sub" references into your preamble.
How you do this depends upon whether you are using refstyle or
prettyref. (This is set under Document>Settings.) For prettyref, you can
do something like:
\newrefformat{sub}{Subsection \ref{#1}}
For refstyle:
\newref{sub}{refcmd={Subsection \ref{#1}}}
Of course, you can adapt these as you wish.

(ii) Modify what LyX uses for subsections. This is a matter of layout,
and can be done in a module, in local layout (under Document>Settings),
or wherever you wish:
Style Subsection
RefPrefix sec
End
The defaults are in the file stdrefprefix.inc. If you like, you can copy
the system file to your local layout directory (by default, on Linux,
~/.lyx/layouts/), modify it, and then LyX will use it instead of the
system one.

Richard



Re: PDF will not reload

2011-07-09 Thread Mariano Llamedo

Josep LluísRodríguez  cervera.uned.es> writes:

> 
> Hello, since I downloaded LyX 2.0 I can't open the PDF and I get an error
> message "No PDF Viewer is installed...". From the download does not open 
the PDF
> in the earlier version of Lyx, I worked with no problems so far. I'm working
> with Windows XP SP3.
> I can advise what to do.
> Greetings,
> Josep Lluís
> 
> 



I am using the same system configuration as Josep and have the same problem
since the first versions of Lyx 2.0. I am still using Lyx 1.6 so far.

Please fix it soon ! :)

Kind regards,
Mariano.




Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Richard Heck
On 07/09/2011 04:15 AM, Steve Litt wrote:
>
> LyX is probably the #2 most important application in my business 
> (VimOutliner is #1). It's important enough that I'm willing to compile 
> my own, always assuming that there's a 2.x version that compiles well 
> on Ubuntu 11.04. What do you think is the best, most solid, most 
> tested LyX 2.x right now?
>
> Probably over half the time from 2001 til now my LyX was self-compiled 
> rather than package installed.
>
For people who are comfortable doing it, I think the best option is
always to follow branch, i.e.:
svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X
It's almost always true that current branch is more stable than the
previous release, because you have the bug fixes for (in this case)
2.0.0, even though 2.0.1 is not yet out. (And there have been a lot.) We
strive to keep branch from having regressions, but of course they do
sometimes pop up. In that case, though, they tend to be fixed very
quickly (bisecting them is relatively easy), and of course you can
always roll back to an earlier revision if need be. The other advantage,
from our point of view, is that branch gets more testing this way.

What I have done is checkout branch as above, then, from the appropriate
directory:
 ./autogen.sh
./configure --enable-build-type=rel
make
sudo make install
(I know you know this, Steve. Others may not) The latter disables
debug code and assertions. Then set up a simple cron job:
svn up
make
which will keep the tree up to date. Then you re-install from time to time.

Richard



formatted cross-reference to subsection broken

2011-07-09 Thread Sebastian Rockel
Hi,

I am using Lyx-2.0 with KOMA-book class (pdflatex) on Mac OSX 10.6.8.

I am often using the cross-reference option 'Formatted reference' as it is 
quite convenient to have automatic addition of 'figure', 'section' etc.

Nevertheless I noticed (by accident) that in the Lyx window references appear 
to be fine but show up in the final pdf as '??'. This is the case for 
references within a 'subsection'.

This is a little bit annoying as it can be overseen in a larger document easily.

Is this a bug? Has anyone else this problem?
Any comments?

Sebastian




Re: Cannot change the LyX Spellchecker language

2011-07-09 Thread Liviu Andronic
On Fri, Jul 8, 2011 at 6:28 PM, Daisuke Koya  wrote:
> Hello all,
>
> I am using LyX 2.0.0 on Mac OS 10.6.8.
>
> I would like to check spelling in LyX by using the "English (UK)" Language in 
> the Spellchecker window. However, the pull-down menu to specify the Language 
> refuses to change from the default "English" setting. Hence could someone in 
> the know please tell me if this problem could be remedied?
>
When you're starting a new document, this can be a bit awkward in 2.0.
You need to first Document Settings > Language > English (UK). Then
select all text using ctrl+a and either right-click > language > Eng
UK or Text Style > language > Eng UK. You may also want to Tools >
Prefs > Language > Spellchecker > Spellcheck continuously.
Liviu


> Thank you very much,
>
> Daisuke Koya
>



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


Cannot change the LyX Spellchecker language

2011-07-09 Thread Daisuke Koya
Hello all,

I am using LyX 2.0.0 on Mac OS 10.6.8.

I would like to check spelling in LyX by using the "English (UK)" Language in 
the Spellchecker window. However, the pull-down menu to specify the Language 
refuses to change from the default "English" setting. Hence could someone in 
the know please tell me if this problem could be remedied?

Thank you very much,

Daisuke Koya


Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Liviu Andronic
On Sat, Jul 9, 2011 at 10:15 AM, Steve Litt  wrote:
> On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote:
>> On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt
>> > What am I doing wrong?
>>
>> Ubuntu ships the wrong version. See this recent discussion [1][2].
>> See these instructions [3] on how to push the update to your
>> system (never tried it). Alternatively, Rainer and Rob have come
>> up with a PPA containing LyX 2.0.0. Contact me off-list for the
>> link.
>>
>> Regards
>> Liviu
>
> LyX is probably the #2 most important application in my business
> (VimOutliner is #1). It's important enough that I'm willing to compile
> my own,
>
The SRU solution above (link [3]) seems easy to deploy..


> always assuming that there's a 2.x version that compiles well
> on Ubuntu 11.04. What do you think is the best, most solid, most
> tested LyX 2.x right now?
>
Probably the only one available, 2.0.0. I've compiled this version on
10.04 without any issues.


> Probably over half the time from 2001 til now my LyX was self-compiled
> rather than package installed.
>
..but if you're OK with building, this should be straightforward:
apt-get build-dep lyx
 ./configure --with-version-suffix=-svn --enable-build-type=release
make
make install

You may freely omit '--with-version-suffix=-svn', but then make sure
to uninstall the LyX shipped by Ubuntu. If you need spelling support,
I would also check that libaspell-dev, libhunspell-dev and
libenchant-dev are installed.

Regards
Liviu


Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Steve Litt
On Saturday, July 09, 2011 03:35:24 AM Liviu Andronic wrote:
> On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt 
> > What am I doing wrong?
> 
> Ubuntu ships the wrong version. See this recent discussion [1][2].
> See these instructions [3] on how to push the update to your
> system (never tried it). Alternatively, Rainer and Rob have come
> up with a PPA containing LyX 2.0.0. Contact me off-list for the
> link.
> 
> Regards
> Liviu

LyX is probably the #2 most important application in my business 
(VimOutliner is #1). It's important enough that I'm willing to compile 
my own, always assuming that there's a 2.x version that compiles well 
on Ubuntu 11.04. What do you think is the best, most solid, most 
tested LyX 2.x right now?

Probably over half the time from 2001 til now my LyX was self-compiled 
rather than package installed.

Thanks

Steve


Steve Litt
Recession Relief Package
http://www.recession-relief.US
Twitter: http://www.twitter.com/stevelitt



Re: 2.0.0rc3, no dvi preview, no ps2pdf generation, croaks on .eps files

2011-07-09 Thread Liviu Andronic
On Sat, Jul 9, 2011 at 6:42 AM, Steve Litt  wrote:
> Hi all,
>
> An untimely computer crash brought me to Ubuntu 11.04, which brought
> me to LyX 2.0.0rc3.
>
> Ctrl+D says "successful DVD preview, but does nothing. The View menu
> gives no ps2pdf choice, and when I click the "View other formats"
> choice, nothing opens up, even though I configured PDF and DVI in
> Tools->Preferences->Output->General on the PDF and DVI commands.
>
> Ctrl+D brings up an error dialog box saying "Could not display
> \"/tmp/lyx_tmpdir.T11314/lyx_tmpbuf2/junk.dvi", the location is not a
> directory. When I directly run that file (it exists) with xdvi, it
> displays more or less correctly.
>
> What am I doing wrong?
>
Ubuntu ships the wrong version. See this recent discussion [1][2]. See
these instructions [3] on how to push the update to your system (never
tried it). Alternatively, Rainer and Rob have come up with a PPA
containing LyX 2.0.0. Contact me off-list for the link.

Regards
Liviu

[1] http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169893.html
[2] http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169963.html
[3] https://wiki.ubuntu.com/Testing/EnableProposed