Re: LyX 2.0: problems using XeTeX and thesis template

2010-12-10 Thread Guenter Milde
On 2010-12-09, Jürgen Spitzmüller wrote:
 Guenter Milde wrote:

 I am glad you found the core of the problem.
 (BTW: the current version of fontspec does no longer load xunicode, but
 we should care for users with older versions.)

 I have fontspec v2.1e (2010/11/17), which is the most recent version on 
 CTAN. The documentation states:

 Ross Moore’s xunicode package is now automatically loaded for users of both 
 XELATEX and LuaLATEX.

 So it seems to me that the situation is reverse (unless you use an 
 unreleased pre-release)

Sorry, I mixed it up with xltxtra.

So xunicode is now also usable with LuaLaTeX?

The version at CTAN, 2010/11/06 v0.96, still checks solely for XeTeX.

However, I found in fontspec.dtx:

% Now we load \pkg{xunicode}, working around its internal \XeTeX\ check
% when under \LuaTeX.


Günter



Re: LyX Memoir endnotes have form of footnotes

2010-12-10 Thread Daron Wilson
George,

I think I must have misunderstood just a bit what you were wanting with the 
\wide environment effect.  Glad its working still.

Daron

On 9 Dec 2010, at 16:44, george legge wrote:

 Hi Daron and Stefano,
 
 Your shortened code for the pagenotes, Daron, works OK but I still need \wide 
 and \endwide to utilize the full width of text + notemargin.
 
 Stefano, I tested your comments on only a single paragraph allowed within a 
 pagenote.
 True, return or shift return are not accepted within a pagenote;
 however cntrl return [a ragged linebreak] works fine.
 This should suffice for most cases where one needs a second reference in a 
 pagenote, though it may not satisfy those who want paragraphs of text.
 
 Incidentally, cntrl shift return [a justified linebreak] is not accepted.
 
 Cheers, George
 
 
 
 
 On Thu, Dec 9, 2010 at 12:45 AM, stefano franchi stefano.fran...@gmail.com 
 wrote:
 George, Daron,
 
 please note that memoir's \pagenote and \foottopagenote use in Lyx currently 
 suffers from two   problems:
 
 1. a 2-paragraphs (or more) pagenote produced with Lyx 's footnote command 
 and \foottopagenote will fail and produce a Latex error. One paragraph notes 
 are okay.
 



Re: LyX 2.0: problems using XeTeX and thesis template

2010-12-10 Thread Jürgen Spitzmüller
Justin Wood wrote:
 The template files do actually have this embrace, but it doesn't prevent
 the parsing error. 

No. \addto\extrasenglish is not embraced by \AtBeginDocument{}

 Or do you mean the next release will do something else
 that will fix the problem? Thanks Jürgen.

No. Look below.

 For completeness, this is the preamble, taken directly from the chapter
 template:

[...]

 
 *\addto\extrasenglish{*
 
 * \renewcommand{\equationautorefname}{\hspace{-\abc}}*
 
 * \renewcommand{\sectionautorefname}{sec.\negthinspace}*
 
 * \renewcommand{\subsectionautorefname}{sec.\negthinspace}*
 
 * \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}*
 
 * \renewcommand{\figureautorefname}{Fig.\negthinspace}*
 
 * \renewcommand{\tableautorefname}{Tab.\negthinspace}*
 
 *}*
 

change this to

\AtBeginDocument{%
\addto\extrasenglish{
\renewcommand{\equationautorefname}{\hspace{-\abc}}
\renewcommand{\sectionautorefname}{sec.\negthinspace}
\renewcommand{\subsectionautorefname}{sec.\negthinspace}
\renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
\renewcommand{\figureautorefname}{Fig.\negthinspace}
\renewcommand{\tableautorefname}{Tab.\negthinspace}
}
}

Jürgen


Re: lyx-users Digest of: get.3687

2010-12-10 Thread Richard Heck

On 12/09/2010 11:45 PM, Justin Wood wrote:
On 10 December 2010 12:37, lyx-users-h...@lists.lyx.org 
mailto:lyx-users-h...@lists.lyx.org wrote:




#\DeclareLyXModule{thesis styles}


There has been some syntax change. And if I remember well, it
is difficult
to handle self-defined modules. But I'm not sure. Richard can
tell you more.


I think this bug was in beta1 and has since been fixed. I know I
spent some time looking at it. If it is still in beta2, please let
me know.


Richard,
Nope this is still happening with beta 2 (on OS X).

OK, can you send me a small example file and a recipe to reproduce? Just 
saves me hunting for the problem.


Richard



Re: lyx-users Digest of: get.3687

2010-12-10 Thread Richard Heck

On 12/10/2010 07:37 AM, Richard Heck wrote:

On 12/09/2010 11:45 PM, Justin Wood wrote:
On 10 December 2010 12:37, lyx-users-h...@lists.lyx.org 
mailto:lyx-users-h...@lists.lyx.org wrote:




#\DeclareLyXModule{thesis styles}


There has been some syntax change. And if I remember well, it
is difficult
to handle self-defined modules. But I'm not sure. Richard can
tell you more.


I think this bug was in beta1 and has since been fixed. I know I
spent some time looking at it. If it is still in beta2, please
let me know.


Richard,
Nope this is still happening with beta 2 (on OS X).

OK, can you send me a small example file and a recipe to reproduce? 
Just saves me hunting for the problem.



Never mind: This is bug #7080.

Richard



Labels with barcodes

2010-12-10 Thread Abdelrazak Younes

Hi there,

Is there anyone who knows about label printing containing barcodes from LyX?

Abdel.




Re: Spellchecker identifying correct words as incorrect

2010-12-10 Thread Christopher Menzel
On Dec 8, 2010, at 10:57 PM, Pete Crite wrote:
 Hi,
 
 I'm running the latest LyX on Mac OS X. I've had the spellchecker work fine 
 in the past, using aspell. I've just tried to spellcheck a new file, and 
 strange things are happening. Quite frequently, words that are spelt 
 correctly are marked as incorrect. For example Introduction, 
 identification, differentially and alternatively come up as incorrect. 
 What's even stranger is that the suggested spelling is the same identical 
 word! I click Replace continually, but obviously the new word is then 
 seen as misspelt. Oddly enough, if I add the word to the personal dictionary, 
 it works next time. Is there anything I can do to fix this problem?

I found similar things happening to me under LyX 1.6.7 in a document that 
contained some accented unicode characters, specifically é and ú — perhaps that 
is the cause. A workaround of course is simply to use ERT and with appropriate 
TeX code, e.g., \'{e} and \'{u}.  The problem has been fixed in 2.0beta2.

Chris Menzel



New Page Breaks

2010-12-10 Thread Rob Oakes
Dear LyX-Users,

Does anyone know if it is possible to create new types of breaks in LyX?  I've 
just discovered the \clearoddpage and \cleareven page commands in the lhelp 
package.  As I'm currently working on a project which uses illustrations on the 
even pages opposite chapter heads (e.g. Illustration Here | Chapter Heading), 
this command is something of a godsend.  It would be awesome if I could create 
an Even Page break, in much the same way that the Clear Double Page break 
works now.

Anyone have ideas?  I didn't see anything on it in the advanced manual.

Cheers,

Rob

Re: New Page Breaks

2010-12-10 Thread Steve Litt
On Friday 10 December 2010 12:06:59 Rob Oakes wrote:
 Dear LyX-Users,
 
 Does anyone know if it is possible to create new types of breaks in LyX? 
  I've just discovered the \clearoddpage and \cleareven page commands in the
  lhelp package.  As I'm currently working on a project which uses
  illustrations on the even pages opposite chapter heads (e.g. Illustration
  Here | Chapter Heading), this command is something of a godsend.  It would
  be awesome if I could create an Even Page break, in much the same way
  that the Clear Double Page break works now.
 
 Anyone have ideas?  I didn't see anything on it in the advanced manual.
 
 Cheers,
 
 Rob

Hi Rob,

I don't completely understand your situation, and whether EVERY even page is 
opposite a chapter head. If so, you needn't do anything. If not, why not just 
ERT a \newpage after the illustration, or perhaps redefine the float caption 
environment so it \newpage after the paragraph?

Like I say, I don't completely envision your situation.

Just in case it might be helpful to you, here's the LaTeX and LyX code I use 
to put dates, defined in special LyX character styles, on the page header of 
each page. Pay particular attention to the \afterpage command and not the use 
of \xdef instead of \def.

Preamble
\usepackage{afterpage}%  Used for break logic on header dates

\newcommand{\plotdateondeck}[0]{init}

% 
% ### LATEX CODE FOR PLOT DATES IN HEADER
% 
\newcommand{\plotdatehdr}[0]{init}
\newcommand{\plotdateondeck}[0]{init}

% ### Character style -- plot date in LyX, change var in PDF
% ### Set hdr var directly, used at chapter beginnings
\newcommand{\plotdatechapterL}[1]{\renewcommand\plotdatehdr[0]{#1}}


% ### Character style -- plot date in LyX, change var in PDF
% ### Set ondeck for afterpage copy to hdr var, used within chapters
% ### Notice the afterpage does the after page copy
\newcommand{\plotdatebodyL}[1]{%
  \renewcommand\plotdateondeck[0]{#1}%
  \afterpage{\xdef\plotdatehdr{\plotdateondeck}}%
}
% 
% ### END OF LATEX CODE FOR PLOT DATES IN HEADER
% 

\fancyhf[OLH,ELH]{\scriptsize{\plotdatehdr}}

EndPreamble

# %%% Plotdate charstyle for beginning of chapter.
# Directly sets variable for header, should not show up in PDF
# Text should not show up in body of PDF, only in header
CharStyle PlotDateChapter
LatexName   plotdatechapterL
LatexType   Command
Font
Size Tiny
Color Blue
Font
End

# %%% Plotdate charstyle for insertion in body of chapter.
# Sets variable that gets fed into var for header
# Text should not show up in body of PDF, only in header
CharStyle PlotDateBody
LatexName   plotdatebodyL
LatexType   Command
Font
Size Tiny
Color Red
Font
End


SteveT

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



Re: Labels with barcodes

2010-12-10 Thread sunfire
Hi Abdel,

as for the barcodes, maybe you'll find some hint's here:
http://tug.ctan.org/tex-archive/fonts/barcodes/willadt/

here are the corresponding files as well:
ftp://anonym...@ftp.dante.de/tex-archive/fonts/barcodes/willadt

I don't know if it will still work today, as I used to work only once
with barcodes in LaTeX/LyX and that's some time (reads years) ago...
But it used to generate nice and smooth barcodes.

HTH
Oliver

Abdelrazak Younes schrieb am 10.12.10 15:29 folgendes:
 Hi there,
 
 Is there anyone who knows about label printing containing barcodes from
 LyX?
 
 Abdel.
 
 



[announce] Windows installer for LyX 2.0beta2

2010-12-10 Thread Uwe Stöhr

Hello LyXers,

a Windows installer for LyX 2.0beta2 is now available.

NOTE: LyX 2.0beta2 is a test release. This beta version will almost be 
feature-complete but not yet
bug-free. Therefore only use it for testing and not for real documents!
If you find bugs in LyX 2.0beta2, please report them to the LyX bugtracker:
http://www.lyx.org/trac/wiki/BugTrackerHome

The new features of LyX 2.0 are listed here:
http://wiki.lyx.org/LyX/NewInLyX20

NOTE2: If you install LyX 2.0beta2 on a system with LyX 1.6.x installed, 
everything should work
fine. The opposite (installing LyX 1.6.x on systems with an installed LyX 
2.0alpha or beta release)
can cause troubles with third-party programs like ImageMagick.

NOTE3: The recommended way to upgrade from a LyX 2.0 alpha or previous beta release to beta2 is to 
uninstall the

previous release _completely_ (including user settings) before installing the 
beta2 release

-

The installer for this version can be downloaded from:
http://developer.berlios.de/project/showfiles.php?group_id=5117release_id=18138
and
http://ftp.lyx.org/pub/lyx/devel/lyx-2.0/beta2/

Installer Changelog:
-
Version 5.8
- LyX 2.0beta2
- updated to eLyXer 1.1.0
-

happy LyXing
Uwe


LyX 1.6.8 / 2.0beta without admin rights

2010-12-10 Thread Wolfgang Keller
Hello,

I've asked for this already, and I will keep reposting this question...

Could PLEASE someone finally upload either:

- an installer that works WITHOUT ADMIN RIGHTS

or

- an installer-less (zip) package

for Lyx 1.6.8 (and also for 2.0beta) to ftp.lyx.org?

These used to be available for all LyX releases up to and including
1.6.7.

The existing installers for 1.6.8 and 2.0beta are simply unusable for
the very vast majority of all users condemned to Windows.

TIA,

Sincerely,

Wolfgang


My Lyx citation output is inconsistent

2010-12-10 Thread Earl Alpert
Dear folks,

I am using Lyx 1.6.4 with Jabref.  My problem is that I want my citations in 
the footnotes to look like 'Author Year, page number'. About half the time they 
do look like this; the other half I get 'Author, Full Title, Year, Page 
Number'. I can't see any differences in the Jabref entries nor in the way I am 
citing the works in Lyx using 'Insert Citation'.  

Has anyone had this problem before?

Cheers,  Earlski



  

Re: Spellchecker identifying correct words as incorrect

2010-12-10 Thread Pete Crite
 Am 09.12.2010 um 05:57 schrieb Pete Crite:
  Hi,
  
  I'm running the latest LyX on Mac OS X. I've had the spellchecker work fine 
  in the past, using aspell. I've just tried to spellcheck a new file, and 
  strange things are happening. Quite frequently, words that are spelt 
  correctly are marked as incorrect. For example Introduction, 
  identification, differentially and alternatively come up as 
  incorrect. 
  What's even stranger is that the suggested spelling is the same identical 
  word! I click Replace continually, but obviously the new word is then 
  seen as misspelt. Oddly enough, if I add the word to the personal 
  dictionary, 
  it works next time. Is there anything I can do to fix this problem?
 
 Hi Pete,
 
 please check in preferences the spell checker type you are using.
 The default has changed to Macs native spell checker.
 
 Stephan


Do you mean LyX's preferences, under Language Settings  Spellchecker? The 
Spellchecker executable has the options ispell, aspell, or hspell, and I have 
selected aspell. I can't see any option for selecting the native spell checker 
here.

 I found similar things happening to me under LyX 1.6.7 in a document that 
 contained some accented unicode characters, specifically é and ú — perhaps 
 that 
 is the cause. A workaround of course is simply to use ERT and with 
 appropriate 
 TeX code, e.g., \'{e} and \'{u}.  The problem has been fixed in 2.0beta2.
 
 Chris Menzel


Do you mean that words containing these characters will be marked wrong, or 
that having them in a document at all will screw up the rest of the document? 
If the former, the words marked as incorrect do not have accented characters. 
In any case, I don't think I have them elsewhere in the document (although I'm 
not 100% sure).

Cheers,
Pete.

Re: LyX 2.0: problems using XeTeX and thesis template

2010-12-10 Thread Guenter Milde
On 2010-12-09, Jürgen Spitzmüller wrote:
 Guenter Milde wrote:

 I am glad you found the core of the problem.
 (BTW: the current version of fontspec does no longer load xunicode, but
 we should care for users with older versions.)

 I have fontspec v2.1e (2010/11/17), which is the most recent version on 
 CTAN. The documentation states:

 Ross Moore’s xunicode package is now automatically loaded for users of both 
 XELATEX and LuaLATEX.

 So it seems to me that the situation is reverse (unless you use an 
 unreleased pre-release)

Sorry, I mixed it up with xltxtra.

So xunicode is now also usable with LuaLaTeX?

The version at CTAN, 2010/11/06 v0.96, still checks solely for XeTeX.

However, I found in fontspec.dtx:

% Now we load \pkg{xunicode}, working around its internal \XeTeX\ check
% when under \LuaTeX.


Günter



Re: LyX Memoir endnotes have form of footnotes

2010-12-10 Thread Daron Wilson
George,

I think I must have misunderstood just a bit what you were wanting with the 
\wide environment effect.  Glad its working still.

Daron

On 9 Dec 2010, at 16:44, george legge wrote:

 Hi Daron and Stefano,
 
 Your shortened code for the pagenotes, Daron, works OK but I still need \wide 
 and \endwide to utilize the full width of text + notemargin.
 
 Stefano, I tested your comments on only a single paragraph allowed within a 
 pagenote.
 True, return or shift return are not accepted within a pagenote;
 however cntrl return [a ragged linebreak] works fine.
 This should suffice for most cases where one needs a second reference in a 
 pagenote, though it may not satisfy those who want paragraphs of text.
 
 Incidentally, cntrl shift return [a justified linebreak] is not accepted.
 
 Cheers, George
 
 
 
 
 On Thu, Dec 9, 2010 at 12:45 AM, stefano franchi stefano.fran...@gmail.com 
 wrote:
 George, Daron,
 
 please note that memoir's \pagenote and \foottopagenote use in Lyx currently 
 suffers from two   problems:
 
 1. a 2-paragraphs (or more) pagenote produced with Lyx 's footnote command 
 and \foottopagenote will fail and produce a Latex error. One paragraph notes 
 are okay.
 



Re: LyX 2.0: problems using XeTeX and thesis template

2010-12-10 Thread Jürgen Spitzmüller
Justin Wood wrote:
 The template files do actually have this embrace, but it doesn't prevent
 the parsing error. 

No. \addto\extrasenglish is not embraced by \AtBeginDocument{}

 Or do you mean the next release will do something else
 that will fix the problem? Thanks Jürgen.

No. Look below.

 For completeness, this is the preamble, taken directly from the chapter
 template:

[...]

 
 *\addto\extrasenglish{*
 
 * \renewcommand{\equationautorefname}{\hspace{-\abc}}*
 
 * \renewcommand{\sectionautorefname}{sec.\negthinspace}*
 
 * \renewcommand{\subsectionautorefname}{sec.\negthinspace}*
 
 * \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}*
 
 * \renewcommand{\figureautorefname}{Fig.\negthinspace}*
 
 * \renewcommand{\tableautorefname}{Tab.\negthinspace}*
 
 *}*
 

change this to

\AtBeginDocument{%
\addto\extrasenglish{
\renewcommand{\equationautorefname}{\hspace{-\abc}}
\renewcommand{\sectionautorefname}{sec.\negthinspace}
\renewcommand{\subsectionautorefname}{sec.\negthinspace}
\renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
\renewcommand{\figureautorefname}{Fig.\negthinspace}
\renewcommand{\tableautorefname}{Tab.\negthinspace}
}
}

Jürgen


Re: lyx-users Digest of: get.3687

2010-12-10 Thread Richard Heck

On 12/09/2010 11:45 PM, Justin Wood wrote:
On 10 December 2010 12:37, lyx-users-h...@lists.lyx.org 
mailto:lyx-users-h...@lists.lyx.org wrote:




#\DeclareLyXModule{thesis styles}


There has been some syntax change. And if I remember well, it
is difficult
to handle self-defined modules. But I'm not sure. Richard can
tell you more.


I think this bug was in beta1 and has since been fixed. I know I
spent some time looking at it. If it is still in beta2, please let
me know.


Richard,
Nope this is still happening with beta 2 (on OS X).

OK, can you send me a small example file and a recipe to reproduce? Just 
saves me hunting for the problem.


Richard



Re: lyx-users Digest of: get.3687

2010-12-10 Thread Richard Heck

On 12/10/2010 07:37 AM, Richard Heck wrote:

On 12/09/2010 11:45 PM, Justin Wood wrote:
On 10 December 2010 12:37, lyx-users-h...@lists.lyx.org 
mailto:lyx-users-h...@lists.lyx.org wrote:




#\DeclareLyXModule{thesis styles}


There has been some syntax change. And if I remember well, it
is difficult
to handle self-defined modules. But I'm not sure. Richard can
tell you more.


I think this bug was in beta1 and has since been fixed. I know I
spent some time looking at it. If it is still in beta2, please
let me know.


Richard,
Nope this is still happening with beta 2 (on OS X).

OK, can you send me a small example file and a recipe to reproduce? 
Just saves me hunting for the problem.



Never mind: This is bug #7080.

Richard



Labels with barcodes

2010-12-10 Thread Abdelrazak Younes

Hi there,

Is there anyone who knows about label printing containing barcodes from LyX?

Abdel.




Re: Spellchecker identifying correct words as incorrect

2010-12-10 Thread Christopher Menzel
On Dec 8, 2010, at 10:57 PM, Pete Crite wrote:
 Hi,
 
 I'm running the latest LyX on Mac OS X. I've had the spellchecker work fine 
 in the past, using aspell. I've just tried to spellcheck a new file, and 
 strange things are happening. Quite frequently, words that are spelt 
 correctly are marked as incorrect. For example Introduction, 
 identification, differentially and alternatively come up as incorrect. 
 What's even stranger is that the suggested spelling is the same identical 
 word! I click Replace continually, but obviously the new word is then 
 seen as misspelt. Oddly enough, if I add the word to the personal dictionary, 
 it works next time. Is there anything I can do to fix this problem?

I found similar things happening to me under LyX 1.6.7 in a document that 
contained some accented unicode characters, specifically é and ú — perhaps that 
is the cause. A workaround of course is simply to use ERT and with appropriate 
TeX code, e.g., \'{e} and \'{u}.  The problem has been fixed in 2.0beta2.

Chris Menzel



New Page Breaks

2010-12-10 Thread Rob Oakes
Dear LyX-Users,

Does anyone know if it is possible to create new types of breaks in LyX?  I've 
just discovered the \clearoddpage and \cleareven page commands in the lhelp 
package.  As I'm currently working on a project which uses illustrations on the 
even pages opposite chapter heads (e.g. Illustration Here | Chapter Heading), 
this command is something of a godsend.  It would be awesome if I could create 
an Even Page break, in much the same way that the Clear Double Page break 
works now.

Anyone have ideas?  I didn't see anything on it in the advanced manual.

Cheers,

Rob

Re: New Page Breaks

2010-12-10 Thread Steve Litt
On Friday 10 December 2010 12:06:59 Rob Oakes wrote:
 Dear LyX-Users,
 
 Does anyone know if it is possible to create new types of breaks in LyX? 
  I've just discovered the \clearoddpage and \cleareven page commands in the
  lhelp package.  As I'm currently working on a project which uses
  illustrations on the even pages opposite chapter heads (e.g. Illustration
  Here | Chapter Heading), this command is something of a godsend.  It would
  be awesome if I could create an Even Page break, in much the same way
  that the Clear Double Page break works now.
 
 Anyone have ideas?  I didn't see anything on it in the advanced manual.
 
 Cheers,
 
 Rob

Hi Rob,

I don't completely understand your situation, and whether EVERY even page is 
opposite a chapter head. If so, you needn't do anything. If not, why not just 
ERT a \newpage after the illustration, or perhaps redefine the float caption 
environment so it \newpage after the paragraph?

Like I say, I don't completely envision your situation.

Just in case it might be helpful to you, here's the LaTeX and LyX code I use 
to put dates, defined in special LyX character styles, on the page header of 
each page. Pay particular attention to the \afterpage command and not the use 
of \xdef instead of \def.

Preamble
\usepackage{afterpage}%  Used for break logic on header dates

\newcommand{\plotdateondeck}[0]{init}

% 
% ### LATEX CODE FOR PLOT DATES IN HEADER
% 
\newcommand{\plotdatehdr}[0]{init}
\newcommand{\plotdateondeck}[0]{init}

% ### Character style -- plot date in LyX, change var in PDF
% ### Set hdr var directly, used at chapter beginnings
\newcommand{\plotdatechapterL}[1]{\renewcommand\plotdatehdr[0]{#1}}


% ### Character style -- plot date in LyX, change var in PDF
% ### Set ondeck for afterpage copy to hdr var, used within chapters
% ### Notice the afterpage does the after page copy
\newcommand{\plotdatebodyL}[1]{%
  \renewcommand\plotdateondeck[0]{#1}%
  \afterpage{\xdef\plotdatehdr{\plotdateondeck}}%
}
% 
% ### END OF LATEX CODE FOR PLOT DATES IN HEADER
% 

\fancyhf[OLH,ELH]{\scriptsize{\plotdatehdr}}

EndPreamble

# %%% Plotdate charstyle for beginning of chapter.
# Directly sets variable for header, should not show up in PDF
# Text should not show up in body of PDF, only in header
CharStyle PlotDateChapter
LatexName   plotdatechapterL
LatexType   Command
Font
Size Tiny
Color Blue
Font
End

# %%% Plotdate charstyle for insertion in body of chapter.
# Sets variable that gets fed into var for header
# Text should not show up in body of PDF, only in header
CharStyle PlotDateBody
LatexName   plotdatebodyL
LatexType   Command
Font
Size Tiny
Color Red
Font
End


SteveT

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



Re: Labels with barcodes

2010-12-10 Thread sunfire
Hi Abdel,

as for the barcodes, maybe you'll find some hint's here:
http://tug.ctan.org/tex-archive/fonts/barcodes/willadt/

here are the corresponding files as well:
ftp://anonym...@ftp.dante.de/tex-archive/fonts/barcodes/willadt

I don't know if it will still work today, as I used to work only once
with barcodes in LaTeX/LyX and that's some time (reads years) ago...
But it used to generate nice and smooth barcodes.

HTH
Oliver

Abdelrazak Younes schrieb am 10.12.10 15:29 folgendes:
 Hi there,
 
 Is there anyone who knows about label printing containing barcodes from
 LyX?
 
 Abdel.
 
 



[announce] Windows installer for LyX 2.0beta2

2010-12-10 Thread Uwe Stöhr

Hello LyXers,

a Windows installer for LyX 2.0beta2 is now available.

NOTE: LyX 2.0beta2 is a test release. This beta version will almost be 
feature-complete but not yet
bug-free. Therefore only use it for testing and not for real documents!
If you find bugs in LyX 2.0beta2, please report them to the LyX bugtracker:
http://www.lyx.org/trac/wiki/BugTrackerHome

The new features of LyX 2.0 are listed here:
http://wiki.lyx.org/LyX/NewInLyX20

NOTE2: If you install LyX 2.0beta2 on a system with LyX 1.6.x installed, 
everything should work
fine. The opposite (installing LyX 1.6.x on systems with an installed LyX 
2.0alpha or beta release)
can cause troubles with third-party programs like ImageMagick.

NOTE3: The recommended way to upgrade from a LyX 2.0 alpha or previous beta release to beta2 is to 
uninstall the

previous release _completely_ (including user settings) before installing the 
beta2 release

-

The installer for this version can be downloaded from:
http://developer.berlios.de/project/showfiles.php?group_id=5117release_id=18138
and
http://ftp.lyx.org/pub/lyx/devel/lyx-2.0/beta2/

Installer Changelog:
-
Version 5.8
- LyX 2.0beta2
- updated to eLyXer 1.1.0
-

happy LyXing
Uwe


LyX 1.6.8 / 2.0beta without admin rights

2010-12-10 Thread Wolfgang Keller
Hello,

I've asked for this already, and I will keep reposting this question...

Could PLEASE someone finally upload either:

- an installer that works WITHOUT ADMIN RIGHTS

or

- an installer-less (zip) package

for Lyx 1.6.8 (and also for 2.0beta) to ftp.lyx.org?

These used to be available for all LyX releases up to and including
1.6.7.

The existing installers for 1.6.8 and 2.0beta are simply unusable for
the very vast majority of all users condemned to Windows.

TIA,

Sincerely,

Wolfgang


My Lyx citation output is inconsistent

2010-12-10 Thread Earl Alpert
Dear folks,

I am using Lyx 1.6.4 with Jabref.  My problem is that I want my citations in 
the footnotes to look like 'Author Year, page number'. About half the time they 
do look like this; the other half I get 'Author, Full Title, Year, Page 
Number'. I can't see any differences in the Jabref entries nor in the way I am 
citing the works in Lyx using 'Insert Citation'.  

Has anyone had this problem before?

Cheers,  Earlski



  

Re: Spellchecker identifying correct words as incorrect

2010-12-10 Thread Pete Crite
 Am 09.12.2010 um 05:57 schrieb Pete Crite:
  Hi,
  
  I'm running the latest LyX on Mac OS X. I've had the spellchecker work fine 
  in the past, using aspell. I've just tried to spellcheck a new file, and 
  strange things are happening. Quite frequently, words that are spelt 
  correctly are marked as incorrect. For example Introduction, 
  identification, differentially and alternatively come up as 
  incorrect. 
  What's even stranger is that the suggested spelling is the same identical 
  word! I click Replace continually, but obviously the new word is then 
  seen as misspelt. Oddly enough, if I add the word to the personal 
  dictionary, 
  it works next time. Is there anything I can do to fix this problem?
 
 Hi Pete,
 
 please check in preferences the spell checker type you are using.
 The default has changed to Macs native spell checker.
 
 Stephan


Do you mean LyX's preferences, under Language Settings  Spellchecker? The 
Spellchecker executable has the options ispell, aspell, or hspell, and I have 
selected aspell. I can't see any option for selecting the native spell checker 
here.

 I found similar things happening to me under LyX 1.6.7 in a document that 
 contained some accented unicode characters, specifically é and ú — perhaps 
 that 
 is the cause. A workaround of course is simply to use ERT and with 
 appropriate 
 TeX code, e.g., \'{e} and \'{u}.  The problem has been fixed in 2.0beta2.
 
 Chris Menzel


Do you mean that words containing these characters will be marked wrong, or 
that having them in a document at all will screw up the rest of the document? 
If the former, the words marked as incorrect do not have accented characters. 
In any case, I don't think I have them elsewhere in the document (although I'm 
not 100% sure).

Cheers,
Pete.

Re: LyX 2.0: problems using XeTeX and thesis template

2010-12-10 Thread Guenter Milde
On 2010-12-09, Jürgen Spitzmüller wrote:
> Guenter Milde wrote:

>> I am glad you found the core of the problem.
>> (BTW: the current version of fontspec does no longer load xunicode, but
>> we should care for users with older versions.)

> I have fontspec v2.1e (2010/11/17), which is the most recent version on 
> CTAN. The documentation states:

> "Ross Moore’s xunicode package is now automatically loaded for users of both 
> XELATEX and LuaLATEX."

> So it seems to me that the situation is reverse (unless you use an 
> unreleased pre-release)

Sorry, I mixed it up with xltxtra.

So xunicode is now also usable with LuaLaTeX?

The version at CTAN, 2010/11/06 v0.96, still checks solely for XeTeX.

However, I found in fontspec.dtx:

% Now we load \pkg{xunicode}, working around its internal \XeTeX\ check
% when under \LuaTeX.


Günter



Re: LyX Memoir endnotes have form of footnotes

2010-12-10 Thread Daron Wilson
George,

I think I must have misunderstood just a bit what you were wanting with the 
\wide environment effect.  Glad its working still.

Daron

On 9 Dec 2010, at 16:44, george legge wrote:

> Hi Daron and Stefano,
> 
> Your shortened code for the pagenotes, Daron, works OK but I still need \wide 
> and \endwide to utilize the full width of text + notemargin.
> 
> Stefano, I tested your comments on "only a single paragraph allowed within a 
> pagenote".
> True, "return" or "shift return" are not accepted within a pagenote;
> however "cntrl return" [a ragged linebreak] works fine.
> This should suffice for most cases where one needs a second reference in a 
> pagenote, though it may not satisfy those who want paragraphs of text.
> 
> Incidentally, "cntrl shift return" [a justified linebreak] is not accepted.
> 
> Cheers, George
> 
> 
> 
> 
> On Thu, Dec 9, 2010 at 12:45 AM, stefano franchi  
> wrote:
> George, Daron,
> 
> please note that memoir's \pagenote and \foottopagenote use in Lyx currently 
> suffers from two   problems:
> 
> 1. a 2-paragraphs (or more) pagenote produced with Lyx 's footnote command 
> and \foottopagenote will fail and produce a Latex error. One paragraph notes 
> are okay.
> 



Re: LyX 2.0: problems using XeTeX and thesis template

2010-12-10 Thread Jürgen Spitzmüller
Justin Wood wrote:
> The template files do actually have this embrace, but it doesn't prevent
> the parsing error. 

No. \addto\extrasenglish is not embraced by \AtBeginDocument{}

> Or do you mean the next release will do something else
> that will fix the problem? Thanks Jürgen.

No. Look below.

> For completeness, this is the preamble, taken directly from the chapter
> template:

[...]

> 
> *\addto\extrasenglish{*
> 
> * \renewcommand{\equationautorefname}{\hspace{-\abc}}*
> 
> * \renewcommand{\sectionautorefname}{sec.\negthinspace}*
> 
> * \renewcommand{\subsectionautorefname}{sec.\negthinspace}*
> 
> * \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}*
> 
> * \renewcommand{\figureautorefname}{Fig.\negthinspace}*
> 
> * \renewcommand{\tableautorefname}{Tab.\negthinspace}*
> 
> *}*
> 

change this to

\AtBeginDocument{%
\addto\extrasenglish{
\renewcommand{\equationautorefname}{\hspace{-\abc}}
\renewcommand{\sectionautorefname}{sec.\negthinspace}
\renewcommand{\subsectionautorefname}{sec.\negthinspace}
\renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
\renewcommand{\figureautorefname}{Fig.\negthinspace}
\renewcommand{\tableautorefname}{Tab.\negthinspace}
}
}

Jürgen


Re: lyx-users Digest of: get.3687

2010-12-10 Thread Richard Heck

On 12/09/2010 11:45 PM, Justin Wood wrote:
On 10 December 2010 12:37, > wrote:




#\DeclareLyXModule{thesis styles}


There has been some syntax change. And if I remember well, it
is difficult
to handle self-defined modules. But I'm not sure. Richard can
tell you more.


I think this bug was in beta1 and has since been fixed. I know I
spent some time looking at it. If it is still in beta2, please let
me know.


Richard,
Nope this is still happening with beta 2 (on OS X).

OK, can you send me a small example file and a recipe to reproduce? Just 
saves me hunting for the problem.


Richard



Re: lyx-users Digest of: get.3687

2010-12-10 Thread Richard Heck

On 12/10/2010 07:37 AM, Richard Heck wrote:

On 12/09/2010 11:45 PM, Justin Wood wrote:
On 10 December 2010 12:37, > wrote:




#\DeclareLyXModule{thesis styles}


There has been some syntax change. And if I remember well, it
is difficult
to handle self-defined modules. But I'm not sure. Richard can
tell you more.


I think this bug was in beta1 and has since been fixed. I know I
spent some time looking at it. If it is still in beta2, please
let me know.


Richard,
Nope this is still happening with beta 2 (on OS X).

OK, can you send me a small example file and a recipe to reproduce? 
Just saves me hunting for the problem.



Never mind: This is bug #7080.

Richard



Labels with barcodes

2010-12-10 Thread Abdelrazak Younes

Hi there,

Is there anyone who knows about label printing containing barcodes from LyX?

Abdel.




Re: Spellchecker identifying correct words as incorrect

2010-12-10 Thread Christopher Menzel
On Dec 8, 2010, at 10:57 PM, Pete Crite wrote:
> Hi,
> 
> I'm running the latest LyX on Mac OS X. I've had the spellchecker work fine 
> in the past, using aspell. I've just tried to spellcheck a new file, and 
> strange things are happening. Quite frequently, words that are spelt 
> correctly are marked as incorrect. For example "Introduction", 
> "identification", "differentially" and "alternatively" come up as incorrect. 
> What's even stranger is that the suggested spelling is the same identical 
> word! I click "Replace" continually, but obviously the "new" word is then 
> seen as misspelt. Oddly enough, if I add the word to the personal dictionary, 
> it works next time. Is there anything I can do to fix this problem?

I found similar things happening to me under LyX 1.6.7 in a document that 
contained some accented unicode characters, specifically é and ú — perhaps that 
is the cause. A workaround of course is simply to use ERT and with appropriate 
TeX code, e.g., \'{e} and \'{u}.  The problem has been fixed in 2.0beta2.

Chris Menzel



New Page Breaks

2010-12-10 Thread Rob Oakes
Dear LyX-Users,

Does anyone know if it is possible to create new types of breaks in LyX?  I've 
just discovered the \clearoddpage and \cleareven page commands in the lhelp 
package.  As I'm currently working on a project which uses illustrations on the 
even pages opposite chapter heads (e.g. Illustration Here | Chapter Heading), 
this command is something of a godsend.  It would be awesome if I could create 
an "Even Page" break, in much the same way that the "Clear Double Page" break 
works now.

Anyone have ideas?  I didn't see anything on it in the advanced manual.

Cheers,

Rob

Re: New Page Breaks

2010-12-10 Thread Steve Litt
On Friday 10 December 2010 12:06:59 Rob Oakes wrote:
> Dear LyX-Users,
> 
> Does anyone know if it is possible to create new types of breaks in LyX? 
>  I've just discovered the \clearoddpage and \cleareven page commands in the
>  lhelp package.  As I'm currently working on a project which uses
>  illustrations on the even pages opposite chapter heads (e.g. Illustration
>  Here | Chapter Heading), this command is something of a godsend.  It would
>  be awesome if I could create an "Even Page" break, in much the same way
>  that the "Clear Double Page" break works now.
> 
> Anyone have ideas?  I didn't see anything on it in the advanced manual.
> 
> Cheers,
> 
> Rob

Hi Rob,

I don't completely understand your situation, and whether EVERY even page is 
opposite a chapter head. If so, you needn't do anything. If not, why not just 
ERT a \newpage after the illustration, or perhaps redefine the float caption 
environment so it \newpage after the paragraph?

Like I say, I don't completely envision your situation.

Just in case it might be helpful to you, here's the LaTeX and LyX code I use 
to put dates, defined in special LyX character styles, on the page header of 
each page. Pay particular attention to the \afterpage command and not the use 
of \xdef instead of \def.

Preamble
\usepackage{afterpage}%  Used for break logic on header dates

\newcommand{\plotdateondeck}[0]{init}

% 
% ### LATEX CODE FOR PLOT DATES IN HEADER
% 
\newcommand{\plotdatehdr}[0]{init}
\newcommand{\plotdateondeck}[0]{init}

% ### Character style -- plot date in LyX, change var in PDF
% ### Set hdr var directly, used at chapter beginnings
\newcommand{\plotdatechapterL}[1]{\renewcommand\plotdatehdr[0]{#1}}


% ### Character style -- plot date in LyX, change var in PDF
% ### Set ondeck for afterpage copy to hdr var, used within chapters
% ### Notice the afterpage does the after page copy
\newcommand{\plotdatebodyL}[1]{%
  \renewcommand\plotdateondeck[0]{#1}%
  \afterpage{\xdef\plotdatehdr{\plotdateondeck}}%
}
% 
% ### END OF LATEX CODE FOR PLOT DATES IN HEADER
% 

\fancyhf[OLH,ELH]{\scriptsize{\plotdatehdr}}

EndPreamble

# %%% Plotdate charstyle for beginning of chapter.
# Directly sets variable for header, should not show up in PDF
# Text should not show up in body of PDF, only in header
CharStyle PlotDateChapter
LatexName   plotdatechapterL
LatexType   Command
Font
Size Tiny
Color Blue
Font
End

# %%% Plotdate charstyle for insertion in body of chapter.
# Sets variable that gets fed into var for header
# Text should not show up in body of PDF, only in header
CharStyle PlotDateBody
LatexName   plotdatebodyL
LatexType   Command
Font
Size Tiny
Color Red
Font
End


SteveT

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



Re: Labels with barcodes

2010-12-10 Thread sunfire
Hi Abdel,

as for the barcodes, maybe you'll find some hint's here:
http://tug.ctan.org/tex-archive/fonts/barcodes/willadt/

here are the corresponding files as well:
ftp://anonym...@ftp.dante.de/tex-archive/fonts/barcodes/willadt

I don't know if it will still work today, as I used to work only once
with barcodes in LaTeX/LyX and that's some time (reads years) ago...
But it used to generate nice and smooth barcodes.

HTH
Oliver

Abdelrazak Younes schrieb am 10.12.10 15:29 folgendes:
> Hi there,
> 
> Is there anyone who knows about label printing containing barcodes from
> LyX?
> 
> Abdel.
> 
> 



[announce] Windows installer for LyX 2.0beta2

2010-12-10 Thread Uwe Stöhr

Hello LyXers,

a Windows installer for LyX 2.0beta2 is now available.

NOTE: LyX 2.0beta2 is a test release. This beta version will almost be 
feature-complete but not yet
bug-free. Therefore only use it for testing and not for real documents!
If you find bugs in LyX 2.0beta2, please report them to the LyX bugtracker:
http://www.lyx.org/trac/wiki/BugTrackerHome

The new features of LyX 2.0 are listed here:
http://wiki.lyx.org/LyX/NewInLyX20

NOTE2: If you install LyX 2.0beta2 on a system with LyX 1.6.x installed, 
everything should work
fine. The opposite (installing LyX 1.6.x on systems with an installed LyX 
2.0alpha or beta release)
can cause troubles with third-party programs like ImageMagick.

NOTE3: The recommended way to upgrade from a LyX 2.0 alpha or previous beta release to beta2 is to 
uninstall the

previous release _completely_ (including user settings) before installing the 
beta2 release

-

The installer for this version can be downloaded from:
http://developer.berlios.de/project/showfiles.php?group_id=5117_id=18138
and
http://ftp.lyx.org/pub/lyx/devel/lyx-2.0/beta2/

Installer Changelog:
-
Version 5.8
- LyX 2.0beta2
- updated to eLyXer 1.1.0
-

happy LyXing
Uwe


LyX 1.6.8 / 2.0beta without admin rights

2010-12-10 Thread Wolfgang Keller
Hello,

I've asked for this already, and I will keep reposting this question...

Could PLEASE someone finally upload either:

- an installer that works WITHOUT ADMIN RIGHTS

or

- an installer-less (zip) package

for Lyx 1.6.8 (and also for 2.0beta) to ftp.lyx.org?

These used to be available for all LyX releases up to and including
1.6.7.

The existing installers for 1.6.8 and 2.0beta are simply unusable for
the very vast majority of all users condemned to Windows.

TIA,

Sincerely,

Wolfgang


My Lyx citation output is inconsistent

2010-12-10 Thread Earl Alpert
Dear folks,

I am using Lyx 1.6.4 with Jabref.  My problem is that I want my citations in 
the footnotes to look like 'Author Year, page number'. About half the time they 
do look like this; the other half I get 'Author, Full Title, Year, Page 
Number'. I can't see any differences in the Jabref entries nor in the way I am 
citing the works in Lyx using 'Insert Citation'.  

Has anyone had this problem before?

Cheers,  Earlski



  

Re: Spellchecker identifying correct words as incorrect

2010-12-10 Thread Pete Crite
> Am 09.12.2010 um 05:57 schrieb Pete Crite:
> > Hi,
> > 
> > I'm running the latest LyX on Mac OS X. I've had the spellchecker work fine 
> > in the past, using aspell. I've just tried to spellcheck a new file, and 
> > strange things are happening. Quite frequently, words that are spelt 
> > correctly are marked as incorrect. For example "Introduction", 
> > "identification", "differentially" and "alternatively" come up as 
> > incorrect. 
> > What's even stranger is that the suggested spelling is the same identical 
> > word! I click "Replace" continually, but obviously the "new" word is then 
> > seen as misspelt. Oddly enough, if I add the word to the personal 
> > dictionary, 
> > it works next time. Is there anything I can do to fix this problem?
> 
> Hi Pete,
> 
> please check in preferences the spell checker type you are using.
> The default has changed to Macs native spell checker.
> 
> Stephan


Do you mean LyX's preferences, under Language Settings > Spellchecker? The 
"Spellchecker executable" has the options ispell, aspell, or hspell, and I have 
selected aspell. I can't see any option for selecting the native spell checker 
here.

> I found similar things happening to me under LyX 1.6.7 in a document that 
> contained some accented unicode characters, specifically é and ú — perhaps 
> that 
> is the cause. A workaround of course is simply to use ERT and with 
> appropriate 
> TeX code, e.g., \'{e} and \'{u}.  The problem has been fixed in 2.0beta2.
> 
> Chris Menzel


Do you mean that words containing these characters will be marked wrong, or 
that having them in a document at all will screw up the rest of the document? 
If the former, the words marked as "incorrect" do not have accented characters. 
In any case, I don't think I have them elsewhere in the document (although I'm 
not 100% sure).

Cheers,
Pete.