Re: LyX 2.0.3 Released

2012-03-04 Thread Eric Weir

Grateful for all the work on improving LyX, not to speak of creating it in the 
first place and keeping it going over the years.

That said, the View other formats button still greys out and becomes unusable 
after the first use. Was hoping that would be corrected in this update. Maybe 
next.

Eric Weir

On Mar 3, 2012, at 10:11 PM, Richard Heck wrote:

 
 Public release of LyX version 2.0.3
 ===
 
 We are pleased to announce the release of LyX 2.0.3. This is the third
 maintenance release in the 2.0.x series.
 
 LyX 2.0.3 is the result of on-going efforts to make our stable version
 even more reliable and stable. We have fixed a number of bugs and made
 a number of improvements. These are detailed below. We encourage all
 LyX users to upgrade to this version.
 
 LyX is a document processor that encourages an approach to writing based
 on the structure of your documents and not simply their appearance. It is
 released under a Free and Open Source Software license.
 
 You can download LyX 2.0.3 from http://www.lyx.org/Download/.
 
 If you think you found a bug in LyX 2.0.3, either e-mail the LyX
 developers' mailing list (lyx-devel at lists.lyx.org), or open a bug
 report at http://www.lyx.org/trac/wiki/BugTrackerHome.
 
 If you have trouble using LyX or have a question, consult the
 documentation that comes with LyX and the LyX wiki, which lives at
 http://wiki.lyx.org/. If you can't find the answer there, e-mail the LyX
 users' list (lyx-users at lists.lyx.org).
 
 We hope you enjoy using LyX 2.0.3.
 
 The LyX team.
 http://www.lyx.org
 
 
 What's new in LyX 2.0.3
 ===
 
 There have been several more updates to LyX's Sweave support. Work on this
 is expected to continue through the 2.0.x series.
 
 LyX 2.0.3 still requires a python 2 interpreter, but steps have been taken
 to avoid problems on systems where python 3 is the default python interpreter.
 A python 2 interpreter is now automatically detected and used. Additionally,
 byte-compiled python files changed their installation target. Distribution
 maintainers are encouraged to verify their patch sets.
 
 There have again been several updates to the tex2lyx conversion script. Not
 as many as with 2.0.2, but quite a few.
 
 
 What's new
 ==
 
 ** Updates:
 ***
 
 * DOCUMENT INPUT/OUTPUT
 
 - Add support for `knitr', an alternative for Sweave on R = 2.14.1
  (bug 7887).
 
 - Improved output of Comment notes for XHTML. These are now div's that are
  hidden by the default CSS.
 
 - New layout and template file for articles in the Journal of the Acoustical
  Society of America (JASA).
 
 - Speed up autosave a bit by not cloning child documents (bug 7923).
 
 - Don't use the first python binary in the PATH environment variable if
  this is not a version 2.x binary, but try to find a suitable one.
  Note that this mechanism triggers only if the binary is invoked exactly
  as python -tt, which is the way it is done internally.
 
 - Allow redirecting stderr in converters (other than stdout).
 
 - Add LaTeX commands for unicode symbols U+200c, U+2011, U+2017, U+2027 and
  U+202f to be used with non-unicode LaTeX backends (bug 7998).
 
 
 * TEX2LYX IMPROVEMENTS
 
 - Support for included external files via the templates
  - PDF pages
  - Chess diagram
  - Spreadsheet
 
 - tabular* environments are imported
 
 - Formal tables are now supported (bug 4553).
 
 - Support for change tracking commands (bug 4213).
 
 
 * USER INTERFACE
 
 - Added scalable LyX icon in svg format (bug 7919).
 
 - Clarify what the user can do when hyperref is provided by the document
  class (bug 6293).
 
 - Slightly reduced space around inset buttons, to make it clearer when
  there is a real space there (bug 7256).
 
 - Let inset-toggle work for very large documents (bug 7945).
 
 - Disable spell checker dialog for empty documents (bug 5585).
 
 - Display some commands from mathtools.sty natively (bug 7949).
 
 - Add the directory /usr/share/myspell as default location for dictionary
  lookup of hunspell spell checker backend (a common location on linux).
  Detect value change of preferences path to hunspell dictionaries
  to avoid the need for a restart.  This is related to bug 7884.
 
 - We now use the display string as a tooltip in the Outliner, if no
  other tooltip is given.
 
 - Show check mark on current math limit type in EditMath submenu.
 
 
 * DOCUMENTATION AND LOCALIZATION
 
 - Customization manual updated to reflect the features of LyX 2.0.x.
 
 - New Dutch user interface localization.
 
 - Updated Czech, French, German, Indonesian, Interlingua, Italian,
  Japanese, Nynorsk, Slovak, Spanish, Swedish and Ukrainian user
  interface localizations.
 
 - The Sweave manual was completely revised and is now also available in
  the menu Help-Specific Manuals (bug 7891).
 
 - EmbeddedObjects manual:
  - new description how to color dashed table lines
  - new section how to split table cells by diagonal lines
 
 - 

Re: making a Box: using floatrow package in place of default float

2012-03-04 Thread Justin Wood
Justin Wood upasaka at gmail.com writes:
 I'm still hoping to get floatrow integrated as a module though...

 To that end, do you know how the module parameter UsesFloatPkg = false
should
 behave?

Jürgen helped me figure out what I was doing wrong: needed to also specify
IsPredefined = true (I had false). I also finally realised I was making the
rookie mistake of trying to specify my preamble inside of the Float
definition itself.

I offer up my chimera for anyone who might be interested. It does work
quite well, BUT! be warned that as best I can tell this is effectively
overriding float with floatrow in all instances, so some behaviour is going
to be modified.

* It took me a while to find that I needed to specify the \floatsetup
command (in floatrow form) to get table float captions back on top where
they belong.
(I've gone with \floatsetup[table]{style=plain,capposition=TOP})

* Use of [H] for floats (place here definitely) appears to trigger a
package clash with float/floatrow because, at a guess, [H] expects float to
be loaded. There is discussion of [H] in the floatrow manual but it's a
little beyond me so I've ignored that for now.

Please be gentle... :)


boxedfloat-override.module
Description: Binary data


Name of table of contents in headers

2012-03-04 Thread William Seager
Sorry to spam the group and reply to my own
message.

The solution is very simple:

{\pagestyle{plain}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO,RE]{Contents}
\renewcommand{\contentsname}{Contents}\tableofcontents{}
\cleardoublepage}

(If a moderator sees this, this and my previous message can
be deleted.)


-- 
William Seager
University of Toronto Scarborough
www.utsc.utoronto.ca/~seager


Inhaltsverzeichnis-Problem

2012-03-04 Thread Klaus Birnstiel

Guten Tag,
liebe Lyx-Gemeinde,

ich bin ein ziemlicher Lyx-Anfänger (ich benutze Lyx 2.x auf Windows 7, 
64-bit) und versuche schon seit Tagen verzweifelt, eine 
Bibtex-Literaturdatenbank in mein Dokument einzubinden. Meine 
Literaturverwaltung (Citavi) exportiert eine für mich normal 
aussehende Bibtex-Datei, doch wenn ich diese über den entsprechenden 
Befehl in Lyx einbinde, erscheint zwar im Text ein entsprechendes Feld 
Bibtex-Literaturverzeichnis, dieses bleibt aber vollständig leer.


Ich habe sämtliche Software (auch MikTex) deinstalliert und 
neuinstalliert, doch es tut sich nichts. Fehlt vielleicht irgendwo ein 
entsprechendes Paket? -Ich bin für jeden Rat dankbar, denn das Problem 
ist relativ dringend...


Besten Dank und Grüsse

Klaus Birnstiel

--
Klaus Birnstiel M.A.
Universität Basel, Deutsches Seminar
Nadelberg 4, Engelhof
CH-4051 Basel
+41 61 267 34 36

privat Basel:
Klingental 1
CH-4058 Basel
+41 61 681 14 88

privat München:
Boschetsrieder Straße 55a
D-81379 München
+49 89 55 26 70 36
+49 170 29 26 22 7



Re: Name of table of contents in headers

2012-03-04 Thread Richard Heck

On 03/04/2012 12:01 PM, William Seager wrote:

Sorry to spam the group and reply to my own
message.

The solution is very simple:

{\pagestyle{plain}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO,RE]{Contents}
\renewcommand{\contentsname}{Contents}\tableofcontents{}
\cleardoublepage}

(If a moderator sees this, this and my previous message can
be deleted.)

There's no moderator, but someone else might actually find this useful.

Richard



Re: LyX 2.0.3 Released

2012-03-04 Thread Steve Litt
On Sun, 4 Mar 2012 05:19:34 -0500
Eric Weir eew...@bellsouth.net wrote:

 
 Grateful for all the work on improving LyX, not to speak of creating
 it in the first place and keeping it going over the years.

Ditto! Every book I sell that was written in the 21st Century I wrote
in LyX. My courseware Instructor Notes are written in LyX. LyX is
completely interwoven into my business.

SteveT


Re: Conversion to HTML(MS Word)

2012-03-04 Thread Liviu Andronic
On Fri, Mar 2, 2012 at 2:09 PM, Myriam Abramson mabram...@gmail.com wrote:
 I have Lyx 1.6.5 with Ubuntu Lucid Lynx. I use the conversion to

First I would suggest that you upgrade your version of LyX using this
PPA. [1] LyX 1.6.5 on Lucid is notoriously bad tempered.
[1] https://launchpad.net/~lyx-devel/+archive/release


 HTML(MS Word) to convert to HTML and import into Word. The
 conversion of the pictures is not very good for some reason. The
 pictures are all blurry. How can I get a better conversion?

Conversions from LyX to Word have been discussed on multiple occasions
on the list, including trouble concerning image resolution. Please
search the archives.

Regards
Liviu


Lyx formating

2012-03-04 Thread Indrek Tuula
Hi All,

I am new in Lyx. I spend some days to change look like of my project but i
have still some changes missing. Your help is valuable. Currently i am
using Lyx 2.0.3 under Win 7.

Details about document configuration are following:

% Preview source code

%% LyX 2.0.3 created this file. For more info, see http://www.lyx.org/.

%% Do not edit unless you really know what you are doing.

\documentclass[12pt,estonian]{extarticle}

\usepackage{fontspec}

\setmainfont[Ligatures=TeX]{Times New Roman}

\usepackage[a4paper]{geometry}

\geometry{verbose,tmargin=3cm,bmargin=2cm,lmargin=3cm,rmargin=1.5cm}

\setlength{\parindent}{0pt}

\usepackage{babel}

\usepackage{setspace}

\onehalfspacing

\usepackage[unicode=true,pdfusetitle,

bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,bookmarksopenlevel=3,

breaklinks=false,pdfborder={0 0 0},backref=false,colorlinks=false]

{hyperref}

\makeatletter

%% Textclass specific LaTeX commands.

\usepackage{enumitem} % customizable list environments

\newlength{\lyxlabelwidth} % auxiliary length

%% User specified LaTeX commands.

\usepackage{tocloft}

\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}

%\renewcommand{\cfttoctitlefont}{\hfill\Large\itshape}

\renewcommand\thesection{\arabic{section}.}

\renewcommand\thesubsection{\thesection\arabic{subsection}.}

\renewcommand\thesubsubsection{\thesubsection\arabic{subsubsection}.}

\usepackage[compact]{titlesec}

%\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}

\titlespacing*{\section}{0pt}{6cm}{30pt}

\titlespacing*{\subsection}{0pt}{30pt}{30pt}

\titlespacing*{\subsubsection}{0pt}{30pt}{30pt}

\makeatother


List of open issues what i have:


1. How to make TOC totally bold (including, subsections,  subsections  ,
dots and page numbers) e.g:

1.Section 1

1.1 Subsection ...2

1.1.1 Subsection 3


Re: Lyx formating

2012-03-04 Thread Indrek Tuula
Hi Again,

I just press Send button instead of Save Now. I updating my post.

List of open issues what i have:


1. How to make TOC totally bold (including, subsections,  subsections  ,
dots and page numbers) e.g:

*1.Section 1*

*1.1 Subsection ...2*

*1.1.1 Subsection 3*

*
*

2. How to define margin for page number from bottom (dimension from bottom
between paper size and page number). I have to define it as 1,5 cm


3. Vertical spacing of Section defined in preamble not working on some
reason. I is defined as 6cm but on the paper it is 3cm.


\usepackage[compact]{titlesec}

%\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}

\titlespacing*{\section}{0pt}{6cm}{30pt}

\titlespacing*{\subsection}{0pt}{30pt}{30pt}

\titlespacing*{\subsubsection}{0pt}{30pt}{30pt}

*
*


4. How to got aspell working under Windows 7.

Br,
Indrek

On 5 March 2012 00:28, Indrek Tuula indrek.tu...@gmail.com wrote:

 Hi All,

 I am new in Lyx. I spend some days to change look like of my project but i
 have still some changes missing. Your help is valuable. Currently i am
 using Lyx 2.0.3 under Win 7.

 Details about document configuration are following:

 % Preview source code

 %% LyX 2.0.3 created this file. For more info, see http://www.lyx.org/.

 %% Do not edit unless you really know what you are doing.

 \documentclass[12pt,estonian]{extarticle}

 \usepackage{fontspec}

 \setmainfont[Ligatures=TeX]{Times New Roman}

 \usepackage[a4paper]{geometry}

 \geometry{verbose,tmargin=3cm,bmargin=2cm,lmargin=3cm,rmargin=1.5cm}

 \setlength{\parindent}{0pt}

 \usepackage{babel}

 \usepackage{setspace}

 \onehalfspacing

 \usepackage[unicode=true,pdfusetitle,


 bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,bookmarksopenlevel=3,

 breaklinks=false,pdfborder={0 0 0},backref=false,colorlinks=false]

 {hyperref}

 \makeatletter

 %% Textclass specific LaTeX commands.

 \usepackage{enumitem} % customizable list environments

 \newlength{\lyxlabelwidth} % auxiliary length

 %% User specified LaTeX commands.

 \usepackage{tocloft}

 \renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}

 %\renewcommand{\cfttoctitlefont}{\hfill\Large\itshape}

 \renewcommand\thesection{\arabic{section}.}

 \renewcommand\thesubsection{\thesection\arabic{subsection}.}

 \renewcommand\thesubsubsection{\thesubsection\arabic{subsubsection}.}

 \usepackage[compact]{titlesec}

 %\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}

 \titlespacing*{\section}{0pt}{6cm}{30pt}

 \titlespacing*{\subsection}{0pt}{30pt}{30pt}

 \titlespacing*{\subsubsection}{0pt}{30pt}{30pt}

 \makeatother





bibliography problem

2012-03-04 Thread Klaus Birnstiel

Hi there,

please excuse my earlier post in German - now in English: I have a 
terrible problem with Lyx at the moment: I a m trying to integrate a 
BibTex file as bibliography; however, Lyx doesn't seem to start Bibtex 
properly: there is no error code, but also, nothing happens: no 
bibliography shows up (although the source file seems to be ok), only 
some empty box.


I am running Windows 7 on two different computers. It seems that Lyx is 
not compiling properly, and not communicating with the bibtex thing 
properly; however, running the file on a friend's Linux system does show 
the biography properly.


Is there any idea what I can do about this? -It is, I have to say, 
really urgent...


Any help much appreciated!

Klaus

--
Klaus Birnstiel M.A.
Universität Basel, Deutsches Seminar
Nadelberg 4, Engelhof
CH-4051 Basel
+41 61 267 34 36

privat Basel:
Klingental 1
CH-4058 Basel
+41 61 681 14 88

privat München:
Boschetsrieder Straße 55a
D-81379 München
+49 89 55 26 70 36
+49 170 29 26 22 7



Re: Sweave Snow Leopard and lyx 2.0

2012-03-04 Thread Yihui Xie
I think LyX 2.0.3 looks good now. The Sweave manual is accessible via
Help=Specific Manuals. The LyX wiki has been updated as well.

Regards,
Yihui
--
Yihui Xie xieyi...@gmail.com
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA



On Fri, Sep 2, 2011 at 5:48 PM, Graham Smith myotis...@gmail.com wrote:

 Yihui,


 You are absolutely right -- too many instructions around. I wished I
 could make a comprehensive documentation of Sweave in LyX, but did not
 manage to do it before LyX 2.0.1. Perhaps we can do it in 2.0.2...

 Yes, some up to date, and detailed instructions would be very useful.

 Graham


Re: Sweave Snow Leopard and lyx 2.0

2012-03-04 Thread Graham Smith
Yihui

On Monday, 5 March 2012, Yihui Xie x...@yihui.name wrote:
 I think LyX 2.0.3 looks good now. The Sweave manual is accessible via
 Help=Specific Manuals. The LyX wiki has been updated as well.

I have only briefly looked at this, but I also see that Kintr is now a
module.

Graham


Re: Inhaltsverzeichnis-Problem

2012-03-04 Thread Jürgen Spitzmüller
Klaus Birnstiel wrote:
 Guten Tag,
 liebe Lyx-Gemeinde,
 
 ich bin ein ziemlicher Lyx-Anfänger (ich benutze Lyx 2.x auf Windows 7,
 64-bit) und versuche schon seit Tagen verzweifelt, eine
 Bibtex-Literaturdatenbank in mein Dokument einzubinden. Meine
 Literaturverwaltung (Citavi) exportiert eine für mich normal
 aussehende Bibtex-Datei, doch wenn ich diese über den entsprechenden
 Befehl in Lyx einbinde, erscheint zwar im Text ein entsprechendes Feld
 Bibtex-Literaturverzeichnis, dieses bleibt aber vollständig leer.

Did you actually try to cite anything (Einfügen  Literaturverweis)? If so, 
look in Dokument  LaTeX-Protokoll for suspicious warnings (and post them 
here, if you can't make sense of it).

regards
Jürgen



Re: bibliography problem

2012-03-04 Thread Jürgen Spitzmüller
Klaus Birnstiel wrote:
 I am running Windows 7 on two different computers. It seems that Lyx is 
 not compiling properly, and not communicating with the bibtex thing 
 properly; however, running the file on a friend's Linux system does show 
 the biography properly.

Open View  Messages (Ansehen  Meldungen ansehen) and see if there are any 
reports about bibtex problems when compiling the file.

Jürgen


Re: Sweave Snow Leopard and lyx 2.0

2012-03-04 Thread Yihui Xie
That is right. It is one thing in LyX that I most wanted to do, and I
was quite happy that it was accepted. I no longer have to tell other
users to use dark voodoos.

Regards,
Yihui
--
Yihui Xie xieyi...@gmail.com
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA



On Mon, Mar 5, 2012 at 12:32 AM, Graham Smith myotis...@gmail.com wrote:
 Yihui

 On Monday, 5 March 2012, Yihui Xie x...@yihui.name wrote:
 I think LyX 2.0.3 looks good now. The Sweave manual is accessible via
 Help=Specific Manuals. The LyX wiki has been updated as well.

 I have only briefly looked at this, but I also see that Kintr is now a
 module.

 Graham


Re: Lyx formating

2012-03-04 Thread Stephan Witt
Am 04.03.2012 um 23:48 schrieb Indrek Tuula:

 Hi Again,
 
 4. How to got aspell working under Windows 7.

How did you install LyX on your system?
I don't know for sure if aspell support is available for LyX on Windows.
You can verify that in the preferences pane Language - spellchecking.
At least hunspell should be available and work out of the box.

Stephan


Re: LyX 2.0.3 Released

2012-03-04 Thread Eric Weir

Grateful for all the work on improving LyX, not to speak of creating it in the 
first place and keeping it going over the years.

That said, the View other formats button still greys out and becomes unusable 
after the first use. Was hoping that would be corrected in this update. Maybe 
next.

Eric Weir

On Mar 3, 2012, at 10:11 PM, Richard Heck wrote:

 
 Public release of LyX version 2.0.3
 ===
 
 We are pleased to announce the release of LyX 2.0.3. This is the third
 maintenance release in the 2.0.x series.
 
 LyX 2.0.3 is the result of on-going efforts to make our stable version
 even more reliable and stable. We have fixed a number of bugs and made
 a number of improvements. These are detailed below. We encourage all
 LyX users to upgrade to this version.
 
 LyX is a document processor that encourages an approach to writing based
 on the structure of your documents and not simply their appearance. It is
 released under a Free and Open Source Software license.
 
 You can download LyX 2.0.3 from http://www.lyx.org/Download/.
 
 If you think you found a bug in LyX 2.0.3, either e-mail the LyX
 developers' mailing list (lyx-devel at lists.lyx.org), or open a bug
 report at http://www.lyx.org/trac/wiki/BugTrackerHome.
 
 If you have trouble using LyX or have a question, consult the
 documentation that comes with LyX and the LyX wiki, which lives at
 http://wiki.lyx.org/. If you can't find the answer there, e-mail the LyX
 users' list (lyx-users at lists.lyx.org).
 
 We hope you enjoy using LyX 2.0.3.
 
 The LyX team.
 http://www.lyx.org
 
 
 What's new in LyX 2.0.3
 ===
 
 There have been several more updates to LyX's Sweave support. Work on this
 is expected to continue through the 2.0.x series.
 
 LyX 2.0.3 still requires a python 2 interpreter, but steps have been taken
 to avoid problems on systems where python 3 is the default python interpreter.
 A python 2 interpreter is now automatically detected and used. Additionally,
 byte-compiled python files changed their installation target. Distribution
 maintainers are encouraged to verify their patch sets.
 
 There have again been several updates to the tex2lyx conversion script. Not
 as many as with 2.0.2, but quite a few.
 
 
 What's new
 ==
 
 ** Updates:
 ***
 
 * DOCUMENT INPUT/OUTPUT
 
 - Add support for `knitr', an alternative for Sweave on R = 2.14.1
  (bug 7887).
 
 - Improved output of Comment notes for XHTML. These are now div's that are
  hidden by the default CSS.
 
 - New layout and template file for articles in the Journal of the Acoustical
  Society of America (JASA).
 
 - Speed up autosave a bit by not cloning child documents (bug 7923).
 
 - Don't use the first python binary in the PATH environment variable if
  this is not a version 2.x binary, but try to find a suitable one.
  Note that this mechanism triggers only if the binary is invoked exactly
  as python -tt, which is the way it is done internally.
 
 - Allow redirecting stderr in converters (other than stdout).
 
 - Add LaTeX commands for unicode symbols U+200c, U+2011, U+2017, U+2027 and
  U+202f to be used with non-unicode LaTeX backends (bug 7998).
 
 
 * TEX2LYX IMPROVEMENTS
 
 - Support for included external files via the templates
  - PDF pages
  - Chess diagram
  - Spreadsheet
 
 - tabular* environments are imported
 
 - Formal tables are now supported (bug 4553).
 
 - Support for change tracking commands (bug 4213).
 
 
 * USER INTERFACE
 
 - Added scalable LyX icon in svg format (bug 7919).
 
 - Clarify what the user can do when hyperref is provided by the document
  class (bug 6293).
 
 - Slightly reduced space around inset buttons, to make it clearer when
  there is a real space there (bug 7256).
 
 - Let inset-toggle work for very large documents (bug 7945).
 
 - Disable spell checker dialog for empty documents (bug 5585).
 
 - Display some commands from mathtools.sty natively (bug 7949).
 
 - Add the directory /usr/share/myspell as default location for dictionary
  lookup of hunspell spell checker backend (a common location on linux).
  Detect value change of preferences path to hunspell dictionaries
  to avoid the need for a restart.  This is related to bug 7884.
 
 - We now use the display string as a tooltip in the Outliner, if no
  other tooltip is given.
 
 - Show check mark on current math limit type in EditMath submenu.
 
 
 * DOCUMENTATION AND LOCALIZATION
 
 - Customization manual updated to reflect the features of LyX 2.0.x.
 
 - New Dutch user interface localization.
 
 - Updated Czech, French, German, Indonesian, Interlingua, Italian,
  Japanese, Nynorsk, Slovak, Spanish, Swedish and Ukrainian user
  interface localizations.
 
 - The Sweave manual was completely revised and is now also available in
  the menu Help-Specific Manuals (bug 7891).
 
 - EmbeddedObjects manual:
  - new description how to color dashed table lines
  - new section how to split table cells by diagonal lines
 
 - 

Re: making a Box: using floatrow package in place of default float

2012-03-04 Thread Justin Wood
Justin Wood upasaka at gmail.com writes:
 I'm still hoping to get floatrow integrated as a module though...

 To that end, do you know how the module parameter UsesFloatPkg = false
should
 behave?

Jürgen helped me figure out what I was doing wrong: needed to also specify
IsPredefined = true (I had false). I also finally realised I was making the
rookie mistake of trying to specify my preamble inside of the Float
definition itself.

I offer up my chimera for anyone who might be interested. It does work
quite well, BUT! be warned that as best I can tell this is effectively
overriding float with floatrow in all instances, so some behaviour is going
to be modified.

* It took me a while to find that I needed to specify the \floatsetup
command (in floatrow form) to get table float captions back on top where
they belong.
(I've gone with \floatsetup[table]{style=plain,capposition=TOP})

* Use of [H] for floats (place here definitely) appears to trigger a
package clash with float/floatrow because, at a guess, [H] expects float to
be loaded. There is discussion of [H] in the floatrow manual but it's a
little beyond me so I've ignored that for now.

Please be gentle... :)


boxedfloat-override.module
Description: Binary data


Name of table of contents in headers

2012-03-04 Thread William Seager
Sorry to spam the group and reply to my own
message.

The solution is very simple:

{\pagestyle{plain}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO,RE]{Contents}
\renewcommand{\contentsname}{Contents}\tableofcontents{}
\cleardoublepage}

(If a moderator sees this, this and my previous message can
be deleted.)


-- 
William Seager
University of Toronto Scarborough
www.utsc.utoronto.ca/~seager


Inhaltsverzeichnis-Problem

2012-03-04 Thread Klaus Birnstiel

Guten Tag,
liebe Lyx-Gemeinde,

ich bin ein ziemlicher Lyx-Anfänger (ich benutze Lyx 2.x auf Windows 7, 
64-bit) und versuche schon seit Tagen verzweifelt, eine 
Bibtex-Literaturdatenbank in mein Dokument einzubinden. Meine 
Literaturverwaltung (Citavi) exportiert eine für mich normal 
aussehende Bibtex-Datei, doch wenn ich diese über den entsprechenden 
Befehl in Lyx einbinde, erscheint zwar im Text ein entsprechendes Feld 
Bibtex-Literaturverzeichnis, dieses bleibt aber vollständig leer.


Ich habe sämtliche Software (auch MikTex) deinstalliert und 
neuinstalliert, doch es tut sich nichts. Fehlt vielleicht irgendwo ein 
entsprechendes Paket? -Ich bin für jeden Rat dankbar, denn das Problem 
ist relativ dringend...


Besten Dank und Grüsse

Klaus Birnstiel

--
Klaus Birnstiel M.A.
Universität Basel, Deutsches Seminar
Nadelberg 4, Engelhof
CH-4051 Basel
+41 61 267 34 36

privat Basel:
Klingental 1
CH-4058 Basel
+41 61 681 14 88

privat München:
Boschetsrieder Straße 55a
D-81379 München
+49 89 55 26 70 36
+49 170 29 26 22 7



Re: Name of table of contents in headers

2012-03-04 Thread Richard Heck

On 03/04/2012 12:01 PM, William Seager wrote:

Sorry to spam the group and reply to my own
message.

The solution is very simple:

{\pagestyle{plain}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO,RE]{Contents}
\renewcommand{\contentsname}{Contents}\tableofcontents{}
\cleardoublepage}

(If a moderator sees this, this and my previous message can
be deleted.)

There's no moderator, but someone else might actually find this useful.

Richard



Re: LyX 2.0.3 Released

2012-03-04 Thread Steve Litt
On Sun, 4 Mar 2012 05:19:34 -0500
Eric Weir eew...@bellsouth.net wrote:

 
 Grateful for all the work on improving LyX, not to speak of creating
 it in the first place and keeping it going over the years.

Ditto! Every book I sell that was written in the 21st Century I wrote
in LyX. My courseware Instructor Notes are written in LyX. LyX is
completely interwoven into my business.

SteveT


Re: Conversion to HTML(MS Word)

2012-03-04 Thread Liviu Andronic
On Fri, Mar 2, 2012 at 2:09 PM, Myriam Abramson mabram...@gmail.com wrote:
 I have Lyx 1.6.5 with Ubuntu Lucid Lynx. I use the conversion to

First I would suggest that you upgrade your version of LyX using this
PPA. [1] LyX 1.6.5 on Lucid is notoriously bad tempered.
[1] https://launchpad.net/~lyx-devel/+archive/release


 HTML(MS Word) to convert to HTML and import into Word. The
 conversion of the pictures is not very good for some reason. The
 pictures are all blurry. How can I get a better conversion?

Conversions from LyX to Word have been discussed on multiple occasions
on the list, including trouble concerning image resolution. Please
search the archives.

Regards
Liviu


Lyx formating

2012-03-04 Thread Indrek Tuula
Hi All,

I am new in Lyx. I spend some days to change look like of my project but i
have still some changes missing. Your help is valuable. Currently i am
using Lyx 2.0.3 under Win 7.

Details about document configuration are following:

% Preview source code

%% LyX 2.0.3 created this file. For more info, see http://www.lyx.org/.

%% Do not edit unless you really know what you are doing.

\documentclass[12pt,estonian]{extarticle}

\usepackage{fontspec}

\setmainfont[Ligatures=TeX]{Times New Roman}

\usepackage[a4paper]{geometry}

\geometry{verbose,tmargin=3cm,bmargin=2cm,lmargin=3cm,rmargin=1.5cm}

\setlength{\parindent}{0pt}

\usepackage{babel}

\usepackage{setspace}

\onehalfspacing

\usepackage[unicode=true,pdfusetitle,

bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,bookmarksopenlevel=3,

breaklinks=false,pdfborder={0 0 0},backref=false,colorlinks=false]

{hyperref}

\makeatletter

%% Textclass specific LaTeX commands.

\usepackage{enumitem} % customizable list environments

\newlength{\lyxlabelwidth} % auxiliary length

%% User specified LaTeX commands.

\usepackage{tocloft}

\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}

%\renewcommand{\cfttoctitlefont}{\hfill\Large\itshape}

\renewcommand\thesection{\arabic{section}.}

\renewcommand\thesubsection{\thesection\arabic{subsection}.}

\renewcommand\thesubsubsection{\thesubsection\arabic{subsubsection}.}

\usepackage[compact]{titlesec}

%\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}

\titlespacing*{\section}{0pt}{6cm}{30pt}

\titlespacing*{\subsection}{0pt}{30pt}{30pt}

\titlespacing*{\subsubsection}{0pt}{30pt}{30pt}

\makeatother


List of open issues what i have:


1. How to make TOC totally bold (including, subsections,  subsections  ,
dots and page numbers) e.g:

1.Section 1

1.1 Subsection ...2

1.1.1 Subsection 3


Re: Lyx formating

2012-03-04 Thread Indrek Tuula
Hi Again,

I just press Send button instead of Save Now. I updating my post.

List of open issues what i have:


1. How to make TOC totally bold (including, subsections,  subsections  ,
dots and page numbers) e.g:

*1.Section 1*

*1.1 Subsection ...2*

*1.1.1 Subsection 3*

*
*

2. How to define margin for page number from bottom (dimension from bottom
between paper size and page number). I have to define it as 1,5 cm


3. Vertical spacing of Section defined in preamble not working on some
reason. I is defined as 6cm but on the paper it is 3cm.


\usepackage[compact]{titlesec}

%\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}

\titlespacing*{\section}{0pt}{6cm}{30pt}

\titlespacing*{\subsection}{0pt}{30pt}{30pt}

\titlespacing*{\subsubsection}{0pt}{30pt}{30pt}

*
*


4. How to got aspell working under Windows 7.

Br,
Indrek

On 5 March 2012 00:28, Indrek Tuula indrek.tu...@gmail.com wrote:

 Hi All,

 I am new in Lyx. I spend some days to change look like of my project but i
 have still some changes missing. Your help is valuable. Currently i am
 using Lyx 2.0.3 under Win 7.

 Details about document configuration are following:

 % Preview source code

 %% LyX 2.0.3 created this file. For more info, see http://www.lyx.org/.

 %% Do not edit unless you really know what you are doing.

 \documentclass[12pt,estonian]{extarticle}

 \usepackage{fontspec}

 \setmainfont[Ligatures=TeX]{Times New Roman}

 \usepackage[a4paper]{geometry}

 \geometry{verbose,tmargin=3cm,bmargin=2cm,lmargin=3cm,rmargin=1.5cm}

 \setlength{\parindent}{0pt}

 \usepackage{babel}

 \usepackage{setspace}

 \onehalfspacing

 \usepackage[unicode=true,pdfusetitle,


 bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,bookmarksopenlevel=3,

 breaklinks=false,pdfborder={0 0 0},backref=false,colorlinks=false]

 {hyperref}

 \makeatletter

 %% Textclass specific LaTeX commands.

 \usepackage{enumitem} % customizable list environments

 \newlength{\lyxlabelwidth} % auxiliary length

 %% User specified LaTeX commands.

 \usepackage{tocloft}

 \renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}

 %\renewcommand{\cfttoctitlefont}{\hfill\Large\itshape}

 \renewcommand\thesection{\arabic{section}.}

 \renewcommand\thesubsection{\thesection\arabic{subsection}.}

 \renewcommand\thesubsubsection{\thesubsection\arabic{subsubsection}.}

 \usepackage[compact]{titlesec}

 %\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}

 \titlespacing*{\section}{0pt}{6cm}{30pt}

 \titlespacing*{\subsection}{0pt}{30pt}{30pt}

 \titlespacing*{\subsubsection}{0pt}{30pt}{30pt}

 \makeatother





bibliography problem

2012-03-04 Thread Klaus Birnstiel

Hi there,

please excuse my earlier post in German - now in English: I have a 
terrible problem with Lyx at the moment: I a m trying to integrate a 
BibTex file as bibliography; however, Lyx doesn't seem to start Bibtex 
properly: there is no error code, but also, nothing happens: no 
bibliography shows up (although the source file seems to be ok), only 
some empty box.


I am running Windows 7 on two different computers. It seems that Lyx is 
not compiling properly, and not communicating with the bibtex thing 
properly; however, running the file on a friend's Linux system does show 
the biography properly.


Is there any idea what I can do about this? -It is, I have to say, 
really urgent...


Any help much appreciated!

Klaus

--
Klaus Birnstiel M.A.
Universität Basel, Deutsches Seminar
Nadelberg 4, Engelhof
CH-4051 Basel
+41 61 267 34 36

privat Basel:
Klingental 1
CH-4058 Basel
+41 61 681 14 88

privat München:
Boschetsrieder Straße 55a
D-81379 München
+49 89 55 26 70 36
+49 170 29 26 22 7



Re: Sweave Snow Leopard and lyx 2.0

2012-03-04 Thread Yihui Xie
I think LyX 2.0.3 looks good now. The Sweave manual is accessible via
Help=Specific Manuals. The LyX wiki has been updated as well.

Regards,
Yihui
--
Yihui Xie xieyi...@gmail.com
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA



On Fri, Sep 2, 2011 at 5:48 PM, Graham Smith myotis...@gmail.com wrote:

 Yihui,


 You are absolutely right -- too many instructions around. I wished I
 could make a comprehensive documentation of Sweave in LyX, but did not
 manage to do it before LyX 2.0.1. Perhaps we can do it in 2.0.2...

 Yes, some up to date, and detailed instructions would be very useful.

 Graham


Re: Sweave Snow Leopard and lyx 2.0

2012-03-04 Thread Graham Smith
Yihui

On Monday, 5 March 2012, Yihui Xie x...@yihui.name wrote:
 I think LyX 2.0.3 looks good now. The Sweave manual is accessible via
 Help=Specific Manuals. The LyX wiki has been updated as well.

I have only briefly looked at this, but I also see that Kintr is now a
module.

Graham


Re: Inhaltsverzeichnis-Problem

2012-03-04 Thread Jürgen Spitzmüller
Klaus Birnstiel wrote:
 Guten Tag,
 liebe Lyx-Gemeinde,
 
 ich bin ein ziemlicher Lyx-Anfänger (ich benutze Lyx 2.x auf Windows 7,
 64-bit) und versuche schon seit Tagen verzweifelt, eine
 Bibtex-Literaturdatenbank in mein Dokument einzubinden. Meine
 Literaturverwaltung (Citavi) exportiert eine für mich normal
 aussehende Bibtex-Datei, doch wenn ich diese über den entsprechenden
 Befehl in Lyx einbinde, erscheint zwar im Text ein entsprechendes Feld
 Bibtex-Literaturverzeichnis, dieses bleibt aber vollständig leer.

Did you actually try to cite anything (Einfügen  Literaturverweis)? If so, 
look in Dokument  LaTeX-Protokoll for suspicious warnings (and post them 
here, if you can't make sense of it).

regards
Jürgen



Re: bibliography problem

2012-03-04 Thread Jürgen Spitzmüller
Klaus Birnstiel wrote:
 I am running Windows 7 on two different computers. It seems that Lyx is 
 not compiling properly, and not communicating with the bibtex thing 
 properly; however, running the file on a friend's Linux system does show 
 the biography properly.

Open View  Messages (Ansehen  Meldungen ansehen) and see if there are any 
reports about bibtex problems when compiling the file.

Jürgen


Re: Sweave Snow Leopard and lyx 2.0

2012-03-04 Thread Yihui Xie
That is right. It is one thing in LyX that I most wanted to do, and I
was quite happy that it was accepted. I no longer have to tell other
users to use dark voodoos.

Regards,
Yihui
--
Yihui Xie xieyi...@gmail.com
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA



On Mon, Mar 5, 2012 at 12:32 AM, Graham Smith myotis...@gmail.com wrote:
 Yihui

 On Monday, 5 March 2012, Yihui Xie x...@yihui.name wrote:
 I think LyX 2.0.3 looks good now. The Sweave manual is accessible via
 Help=Specific Manuals. The LyX wiki has been updated as well.

 I have only briefly looked at this, but I also see that Kintr is now a
 module.

 Graham


Re: Lyx formating

2012-03-04 Thread Stephan Witt
Am 04.03.2012 um 23:48 schrieb Indrek Tuula:

 Hi Again,
 
 4. How to got aspell working under Windows 7.

How did you install LyX on your system?
I don't know for sure if aspell support is available for LyX on Windows.
You can verify that in the preferences pane Language - spellchecking.
At least hunspell should be available and work out of the box.

Stephan


Re: LyX 2.0.3 Released

2012-03-04 Thread Eric Weir

Grateful for all the work on improving LyX, not to speak of creating it in the 
first place and keeping it going over the years.

That said, the "View other formats" button still greys out and becomes unusable 
after the first use. Was hoping that would be corrected in this update. Maybe 
next.

Eric Weir

On Mar 3, 2012, at 10:11 PM, Richard Heck wrote:

> 
> Public release of LyX version 2.0.3
> ===
> 
> We are pleased to announce the release of LyX 2.0.3. This is the third
> maintenance release in the 2.0.x series.
> 
> LyX 2.0.3 is the result of on-going efforts to make our stable version
> even more reliable and stable. We have fixed a number of bugs and made
> a number of improvements. These are detailed below. We encourage all
> LyX users to upgrade to this version.
> 
> LyX is a document processor that encourages an approach to writing based
> on the structure of your documents and not simply their appearance. It is
> released under a Free and Open Source Software license.
> 
> You can download LyX 2.0.3 from http://www.lyx.org/Download/.
> 
> If you think you found a bug in LyX 2.0.3, either e-mail the LyX
> developers' mailing list (lyx-devel  lists.lyx.org), or open a bug
> report at http://www.lyx.org/trac/wiki/BugTrackerHome.
> 
> If you have trouble using LyX or have a question, consult the
> documentation that comes with LyX and the LyX wiki, which lives at
> http://wiki.lyx.org/. If you can't find the answer there, e-mail the LyX
> users' list (lyx-users at lists.lyx.org).
> 
> We hope you enjoy using LyX 2.0.3.
> 
> The LyX team.
> http://www.lyx.org
> 
> 
> What's new in LyX 2.0.3
> ===
> 
> There have been several more updates to LyX's Sweave support. Work on this
> is expected to continue through the 2.0.x series.
> 
> LyX 2.0.3 still requires a python 2 interpreter, but steps have been taken
> to avoid problems on systems where python 3 is the default python interpreter.
> A python 2 interpreter is now automatically detected and used. Additionally,
> byte-compiled python files changed their installation target. Distribution
> maintainers are encouraged to verify their patch sets.
> 
> There have again been several updates to the tex2lyx conversion script. Not
> as many as with 2.0.2, but quite a few.
> 
> 
> What's new
> ==
> 
> ** Updates:
> ***
> 
> * DOCUMENT INPUT/OUTPUT
> 
> - Add support for `knitr', an alternative for Sweave on R >= 2.14.1
>  (bug 7887).
> 
> - Improved output of Comment notes for XHTML. These are now div's that are
>  hidden by the default CSS.
> 
> - New layout and template file for articles in the Journal of the Acoustical
>  Society of America (JASA).
> 
> - Speed up autosave a bit by not cloning child documents (bug 7923).
> 
> - Don't use the first python binary in the PATH environment variable if
>  this is not a version 2.x binary, but try to find a suitable one.
>  Note that this mechanism triggers only if the binary is invoked exactly
>  as "python -tt", which is the way it is done internally.
> 
> - Allow redirecting stderr in converters (other than stdout).
> 
> - Add LaTeX commands for unicode symbols U+200c, U+2011, U+2017, U+2027 and
>  U+202f to be used with non-unicode LaTeX backends (bug 7998).
> 
> 
> * TEX2LYX IMPROVEMENTS
> 
> - Support for included external files via the templates
>  - PDF pages
>  - Chess diagram
>  - Spreadsheet
> 
> - tabular* environments are imported
> 
> - Formal tables are now supported (bug 4553).
> 
> - Support for change tracking commands (bug 4213).
> 
> 
> * USER INTERFACE
> 
> - Added scalable LyX icon in svg format (bug 7919).
> 
> - Clarify what the user can do when hyperref is provided by the document
>  class (bug 6293).
> 
> - Slightly reduced space around inset buttons, to make it clearer when
>  there is a real space there (bug 7256).
> 
> - Let inset-toggle work for very large documents (bug 7945).
> 
> - Disable spell checker dialog for empty documents (bug 5585).
> 
> - Display some commands from mathtools.sty natively (bug 7949).
> 
> - Add the directory /usr/share/myspell as default location for dictionary
>  lookup of hunspell spell checker backend (a common location on linux).
>  Detect value change of preferences path to hunspell dictionaries
>  to avoid the need for a restart.  This is related to bug 7884.
> 
> - We now use the display string as a tooltip in the Outliner, if no
>  other tooltip is given.
> 
> - Show check mark on current math limit type in Edit>Math submenu.
> 
> 
> * DOCUMENTATION AND LOCALIZATION
> 
> - Customization manual updated to reflect the features of LyX 2.0.x.
> 
> - New Dutch user interface localization.
> 
> - Updated Czech, French, German, Indonesian, Interlingua, Italian,
>  Japanese, Nynorsk, Slovak, Spanish, Swedish and Ukrainian user
>  interface localizations.
> 
> - The Sweave manual was completely revised and is now also available in
>  the menu Help->Specific Manuals (bug 7891).
> 
> - 

Re: making a Box: using floatrow package in place of default float

2012-03-04 Thread Justin Wood
Justin Wood  gmail.com> writes:
> I'm still hoping to get floatrow integrated as a module though...
>
> To that end, do you know how the module parameter UsesFloatPkg = false
should
> behave?

Jürgen helped me figure out what I was doing wrong: needed to also specify
IsPredefined = true (I had false). I also finally realised I was making the
rookie mistake of trying to specify my preamble inside of the Float
definition itself.

I offer up my chimera for anyone who might be interested. It does work
quite well, BUT! be warned that as best I can tell this is effectively
overriding float with floatrow in all instances, so some behaviour is going
to be modified.

* It took me a while to find that I needed to specify the \floatsetup
command (in floatrow form) to get table float captions back on top where
they belong.
(I've gone with \floatsetup[table]{style=plain,capposition=TOP})

* Use of [H] for floats (place here definitely) appears to trigger a
package clash with float/floatrow because, at a guess, [H] expects float to
be loaded. There is discussion of [H] in the floatrow manual but it's a
little beyond me so I've ignored that for now.

Please be gentle... :)


boxedfloat-override.module
Description: Binary data


Name of table of contents in headers

2012-03-04 Thread William Seager
Sorry to spam the group and reply to my own
message.

The solution is very simple:

{\pagestyle{plain}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO,RE]{Contents}
\renewcommand{\contentsname}{Contents}\tableofcontents{}
\cleardoublepage}

(If a moderator sees this, this and my previous message can
be deleted.)


-- 
William Seager
University of Toronto Scarborough
www.utsc.utoronto.ca/~seager


Inhaltsverzeichnis-Problem

2012-03-04 Thread Klaus Birnstiel

Guten Tag,
liebe Lyx-Gemeinde,

ich bin ein ziemlicher Lyx-Anfänger (ich benutze Lyx 2.x auf Windows 7, 
64-bit) und versuche schon seit Tagen verzweifelt, eine 
Bibtex-Literaturdatenbank in mein Dokument einzubinden. Meine 
Literaturverwaltung (Citavi) exportiert eine für mich "normal" 
aussehende Bibtex-Datei, doch wenn ich diese über den entsprechenden 
Befehl in Lyx einbinde, erscheint zwar im Text ein entsprechendes Feld 
"Bibtex-Literaturverzeichnis", dieses bleibt aber vollständig leer.


Ich habe sämtliche Software (auch MikTex) deinstalliert und 
neuinstalliert, doch es tut sich nichts. Fehlt vielleicht irgendwo ein 
entsprechendes "Paket"? -Ich bin für jeden Rat dankbar, denn das Problem 
ist relativ dringend...


Besten Dank und Grüsse

Klaus Birnstiel

--
Klaus Birnstiel M.A.
Universität Basel, Deutsches Seminar
Nadelberg 4, Engelhof
CH-4051 Basel
+41 61 267 34 36

privat Basel:
Klingental 1
CH-4058 Basel
+41 61 681 14 88

privat München:
Boschetsrieder Straße 55a
D-81379 München
+49 89 55 26 70 36
+49 170 29 26 22 7



Re: Name of table of contents in headers

2012-03-04 Thread Richard Heck

On 03/04/2012 12:01 PM, William Seager wrote:

Sorry to spam the group and reply to my own
message.

The solution is very simple:

{\pagestyle{plain}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO,RE]{Contents}
\renewcommand{\contentsname}{Contents}\tableofcontents{}
\cleardoublepage}

(If a moderator sees this, this and my previous message can
be deleted.)

There's no moderator, but someone else might actually find this useful.

Richard



Re: LyX 2.0.3 Released

2012-03-04 Thread Steve Litt
On Sun, 4 Mar 2012 05:19:34 -0500
Eric Weir  wrote:

> 
> Grateful for all the work on improving LyX, not to speak of creating
> it in the first place and keeping it going over the years.

Ditto! Every book I sell that was written in the 21st Century I wrote
in LyX. My courseware Instructor Notes are written in LyX. LyX is
completely interwoven into my business.

SteveT


Re: Conversion to HTML(MS Word)

2012-03-04 Thread Liviu Andronic
On Fri, Mar 2, 2012 at 2:09 PM, Myriam Abramson  wrote:
> I have Lyx 1.6.5 with Ubuntu Lucid Lynx. I use the conversion to
>
First I would suggest that you upgrade your version of LyX using this
PPA. [1] LyX 1.6.5 on Lucid is notoriously bad tempered.
[1] https://launchpad.net/~lyx-devel/+archive/release


> HTML(MS Word) to convert to HTML and import into Word. The
> conversion of the pictures is not very good for some reason. The
> pictures are all blurry. How can I get a better conversion?
>
Conversions from LyX to Word have been discussed on multiple occasions
on the list, including trouble concerning image resolution. Please
search the archives.

Regards
Liviu


Lyx formating

2012-03-04 Thread Indrek Tuula
Hi All,

I am new in Lyx. I spend some days to change look like of my project but i
have still some changes missing. Your help is valuable. Currently i am
using Lyx 2.0.3 under Win 7.

Details about document configuration are following:

% Preview source code

%% LyX 2.0.3 created this file. For more info, see http://www.lyx.org/.

%% Do not edit unless you really know what you are doing.

\documentclass[12pt,estonian]{extarticle}

\usepackage{fontspec}

\setmainfont[Ligatures=TeX]{Times New Roman}

\usepackage[a4paper]{geometry}

\geometry{verbose,tmargin=3cm,bmargin=2cm,lmargin=3cm,rmargin=1.5cm}

\setlength{\parindent}{0pt}

\usepackage{babel}

\usepackage{setspace}

\onehalfspacing

\usepackage[unicode=true,pdfusetitle,

bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,bookmarksopenlevel=3,

breaklinks=false,pdfborder={0 0 0},backref=false,colorlinks=false]

{hyperref}

\makeatletter

%% Textclass specific LaTeX commands.

\usepackage{enumitem} % customizable list environments

\newlength{\lyxlabelwidth} % auxiliary length

%% User specified LaTeX commands.

\usepackage{tocloft}

\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}

%\renewcommand{\cfttoctitlefont}{\hfill\Large\itshape}

\renewcommand\thesection{\arabic{section}.}

\renewcommand\thesubsection{\thesection\arabic{subsection}.}

\renewcommand\thesubsubsection{\thesubsection\arabic{subsubsection}.}

\usepackage[compact]{titlesec}

%\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}

\titlespacing*{\section}{0pt}{6cm}{30pt}

\titlespacing*{\subsection}{0pt}{30pt}{30pt}

\titlespacing*{\subsubsection}{0pt}{30pt}{30pt}

\makeatother


List of open issues what i have:


1. How to make TOC totally bold (including, subsections,  subsections  ,
dots and page numbers) e.g:

1.Section 1

1.1 Subsection ...2

1.1.1 Subsection 3


Re: Lyx formating

2012-03-04 Thread Indrek Tuula
Hi Again,

I just press Send button instead of Save Now. I updating my post.

List of open issues what i have:


1. How to make TOC totally bold (including, subsections,  subsections  ,
dots and page numbers) e.g:

*1.Section 1*

*1.1 Subsection ...2*

*1.1.1 Subsection 3*

*
*

2. How to define margin for page number from bottom (dimension from bottom
between paper size and page number). I have to define it as 1,5 cm


3. Vertical spacing of Section defined in preamble not working on some
reason. I is defined as 6cm but on the paper it is 3cm.


\usepackage[compact]{titlesec}

%\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}

\titlespacing*{\section}{0pt}{6cm}{30pt}

\titlespacing*{\subsection}{0pt}{30pt}{30pt}

\titlespacing*{\subsubsection}{0pt}{30pt}{30pt}

*
*


4. How to got aspell working under Windows 7.

Br,
Indrek

On 5 March 2012 00:28, Indrek Tuula  wrote:

> Hi All,
>
> I am new in Lyx. I spend some days to change look like of my project but i
> have still some changes missing. Your help is valuable. Currently i am
> using Lyx 2.0.3 under Win 7.
>
> Details about document configuration are following:
>
> % Preview source code
>
> %% LyX 2.0.3 created this file. For more info, see http://www.lyx.org/.
>
> %% Do not edit unless you really know what you are doing.
>
> \documentclass[12pt,estonian]{extarticle}
>
> \usepackage{fontspec}
>
> \setmainfont[Ligatures=TeX]{Times New Roman}
>
> \usepackage[a4paper]{geometry}
>
> \geometry{verbose,tmargin=3cm,bmargin=2cm,lmargin=3cm,rmargin=1.5cm}
>
> \setlength{\parindent}{0pt}
>
> \usepackage{babel}
>
> \usepackage{setspace}
>
> \onehalfspacing
>
> \usepackage[unicode=true,pdfusetitle,
>
>
> bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,bookmarksopenlevel=3,
>
> breaklinks=false,pdfborder={0 0 0},backref=false,colorlinks=false]
>
> {hyperref}
>
> \makeatletter
>
> %% Textclass specific LaTeX commands.
>
> \usepackage{enumitem} % customizable list environments
>
> \newlength{\lyxlabelwidth} % auxiliary length
>
> %% User specified LaTeX commands.
>
> \usepackage{tocloft}
>
> \renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
>
> %\renewcommand{\cfttoctitlefont}{\hfill\Large\itshape}
>
> \renewcommand\thesection{\arabic{section}.}
>
> \renewcommand\thesubsection{\thesection\arabic{subsection}.}
>
> \renewcommand\thesubsubsection{\thesubsection\arabic{subsubsection}.}
>
> \usepackage[compact]{titlesec}
>
> %\titleformat{\section}{\normalfont\bfseries}{\thesection}{1em}{}
>
> \titlespacing*{\section}{0pt}{6cm}{30pt}
>
> \titlespacing*{\subsection}{0pt}{30pt}{30pt}
>
> \titlespacing*{\subsubsection}{0pt}{30pt}{30pt}
>
> \makeatother
>
>
>


bibliography problem

2012-03-04 Thread Klaus Birnstiel

Hi there,

please excuse my earlier post in German - now in English: I have a 
terrible problem with Lyx at the moment: I a m trying to integrate a 
BibTex file as bibliography; however, Lyx doesn't seem to start Bibtex 
properly: there is no error code, but also, nothing happens: no 
bibliography shows up (although the source file seems to be ok), only 
some empty box.


I am running Windows 7 on two different computers. It seems that Lyx is 
not compiling properly, and not communicating with the bibtex thing 
properly; however, running the file on a friend's Linux system does show 
the biography properly.


Is there any idea what I can do about this? -It is, I have to say, 
really urgent...


Any help much appreciated!

Klaus

--
Klaus Birnstiel M.A.
Universität Basel, Deutsches Seminar
Nadelberg 4, Engelhof
CH-4051 Basel
+41 61 267 34 36

privat Basel:
Klingental 1
CH-4058 Basel
+41 61 681 14 88

privat München:
Boschetsrieder Straße 55a
D-81379 München
+49 89 55 26 70 36
+49 170 29 26 22 7



Re: Sweave Snow Leopard and lyx 2.0

2012-03-04 Thread Yihui Xie
I think LyX 2.0.3 looks good now. The Sweave manual is accessible via
Help=>Specific Manuals. The LyX wiki has been updated as well.

Regards,
Yihui
--
Yihui Xie 
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA



On Fri, Sep 2, 2011 at 5:48 PM, Graham Smith  wrote:
>
> Yihui,
>
>
> You are absolutely right -- too many instructions around. I wished I
> could make a comprehensive documentation of Sweave in LyX, but did not
> manage to do it before LyX 2.0.1. Perhaps we can do it in 2.0.2...
>
> Yes, some up to date, and detailed instructions would be very useful.
>
> Graham


Re: Sweave Snow Leopard and lyx 2.0

2012-03-04 Thread Graham Smith
Yihui

On Monday, 5 March 2012, Yihui Xie  wrote:
> I think LyX 2.0.3 looks good now. The Sweave manual is accessible via
> Help=>Specific Manuals. The LyX wiki has been updated as well.

I have only briefly looked at this, but I also see that Kintr is now a
module.

Graham


Re: Inhaltsverzeichnis-Problem

2012-03-04 Thread Jürgen Spitzmüller
Klaus Birnstiel wrote:
> Guten Tag,
> liebe Lyx-Gemeinde,
> 
> ich bin ein ziemlicher Lyx-Anfänger (ich benutze Lyx 2.x auf Windows 7,
> 64-bit) und versuche schon seit Tagen verzweifelt, eine
> Bibtex-Literaturdatenbank in mein Dokument einzubinden. Meine
> Literaturverwaltung (Citavi) exportiert eine für mich "normal"
> aussehende Bibtex-Datei, doch wenn ich diese über den entsprechenden
> Befehl in Lyx einbinde, erscheint zwar im Text ein entsprechendes Feld
> "Bibtex-Literaturverzeichnis", dieses bleibt aber vollständig leer.

Did you actually try to "cite" anything (Einfügen > Literaturverweis)? If so, 
look in Dokument > LaTeX-Protokoll for suspicious warnings (and post them 
here, if you can't make sense of it).

regards
Jürgen



Re: bibliography problem

2012-03-04 Thread Jürgen Spitzmüller
Klaus Birnstiel wrote:
> I am running Windows 7 on two different computers. It seems that Lyx is 
> not compiling properly, and not communicating with the bibtex thing 
> properly; however, running the file on a friend's Linux system does show 
> the biography properly.

Open View > Messages (Ansehen > Meldungen ansehen) and see if there are any 
reports about bibtex problems when compiling the file.

Jürgen


Re: Sweave Snow Leopard and lyx 2.0

2012-03-04 Thread Yihui Xie
That is right. It is one thing in LyX that I most wanted to do, and I
was quite happy that it was accepted. I no longer have to tell other
users to use dark voodoos.

Regards,
Yihui
--
Yihui Xie 
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA



On Mon, Mar 5, 2012 at 12:32 AM, Graham Smith  wrote:
> Yihui
>
> On Monday, 5 March 2012, Yihui Xie  wrote:
>> I think LyX 2.0.3 looks good now. The Sweave manual is accessible via
>> Help=>Specific Manuals. The LyX wiki has been updated as well.
>
> I have only briefly looked at this, but I also see that Kintr is now a
> module.
>
> Graham


Re: Lyx formating

2012-03-04 Thread Stephan Witt
Am 04.03.2012 um 23:48 schrieb Indrek Tuula:

> Hi Again,
> 
> 4. How to got aspell working under Windows 7.

How did you install LyX on your system?
I don't know for sure if aspell support is available for LyX on Windows.
You can verify that in the preferences pane "Language" -> spellchecking.
At least hunspell should be available and work out of the box.

Stephan