[LyX master] A font a day keeps the doctor away: Support for the Biolinum LaTeX font

2012-09-25 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit 1d84423e76c68a626fbb9acbeed245f1859d40f3
Author: Juergen Spitzmueller sp...@lyx.org
Date:   Tue Sep 25 11:07:33 2012 +0200

A font a day keeps the doctor away: Support for the Biolinum LaTeX font

diff --git a/development/FORMAT b/development/FORMAT
index 80d6ab3..7fa84f9 100644
--- a/development/FORMAT
+++ b/development/FORMAT
@@ -12,6 +12,16 @@ adjustments are made to tex2lyx and bugs are fixed in 
lyx2lyx.
 ---
 
 
+2012-09-25 Jürgen Spitzmüller sp...@lyx.org
+   * Format incremented to 444: Support for the Biolinum LaTeX font.
+ - \usepackage{biolinum-type1}  \font_sans biolinum
+- [lf], [lining]  \font_osf false
+- [osf], [oldstyle], no option  \font_osf true
+ - \usepackage{libertine-legacy} or
+   \usepackage{libertine}  \font_sans biolinum
+- [nf], no option  \font_osf false
+- [osf]  \font_osf true
+
 2012-09-24 Jürgen Spitzmüller sp...@lyx.org
* Format incremented to 443: basic support for unicode-math:
  Empty file format change (in case it turns out we need to
@@ -26,8 +36,13 @@ adjustments are made to tex2lyx and bugs are fixed in 
lyx2lyx.
 2012-09-23 Jürgen Spitzmüller sp...@lyx.org
* Format incremented to 441:
  - rename fonts: mdbch  md-charter, mdput  md-utopia, mdugm  
md-garamond
- - add support for the mathdesign fonts without loading mathfonts
-   (via \renewcommand{\rmfamily}{mdbch|mdput|mdugm}
+ - add support for the mathdesign fonts without loading mathfonts:
+   \renewcommand{\rmfamily}{mdbch}   \font_roman md-charter
+  \font_math default
+   \renewcommand{mdput}  \font_roman md-utopia
+  \font_math default
+   \renewcommand{mdugm}  \font_roman md-garamond
+  \font_math default
 
 2012-09-22 Jürgen Spitzmüller sp...@lyx.org
* Format incremented to 440:
@@ -36,12 +51,34 @@ adjustments are made to tex2lyx and bugs are fixed in 
lyx2lyx.
  supported values are:
  * auto: automatically adapt math font (the status quo ante).
  * default: use class default, i.e. prevent TeX font packages
-   from changing the math font, if possible.
- * eulervm: use the eulervm package.
+   from changing the math font, if possible:
+   \renewcommand{\rmdefault}{lmr}   \font_roman lmodern
+ \font_math default
+\usepackage[onlytext,lf]{MinionPro}  \font_roman minionpro
+  \font_math default
+\usepackage[onlytext]{MinionPro} \font_roman minionpro
+  \font_osf true
+  \font_math default
+\renewcommand{\rmdefault}{ppl}   \font_roman palatino
+  \font_math default
+\renewcommand{\rmdefault}{pplj}  \font_roman palatino
+  \font_osf true
+  \font_math default
+\renewcommand{\rmdefault}{ptm}   \font_roman times
+  \font_math default
+\renewcommand{\rmdefault}{futs}  \font_roman utopia
+  \font_math default
+\renewcommand{\rmdefault}{futj}  \font_roman utopia
+  \font_osf true
+  \font_math default
+ * eulervm: use the eulervm package (\usepackage{eulervm}.
 
 2012-09-19 Jürgen Spitzmüller sp...@lyx.org
* Format incremented to 439 
  Support for the MinionPro LaTeX font.
+ - \usepackage{MinionPro}  \font_roman minionpro
+ - [osf], [oldstyle], no option  \font_osf true
+ - [lf], [lining]  \font_osf false
 
 2012-08-23 Jürgen Spitzmüller sp...@lyx.org
* Format incremented to 438 
@@ -75,18 +112,37 @@ adjustments are made to tex2lyx and bugs are fixed in 
lyx2lyx.
 2012-08-19 Jürgen Spitzmüller sp...@lyx.org
* Format incremented to 437 
  Support for the TeX Gyre LaTeX fonts.
+ - \usepackage{tgadventor}  \font_sans tgadventor
+ - \usepackage{tgbonum}  \font_roman tgbonum
+ - \usepackage{tgchorus}  \font_roman tgchorus
+ - \usepackage{tgcursor}  \font_typewriter tgcursor
+ - \usepackage{tgheros}  \font_sans tgheros
+ - \usepackage{tgpagella}  \font_roman tgpagella
+ - \usepackage{tgschola}  \font_roman tgschola
+ - 

[LyX master] doc glitch

2012-09-25 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit 57ea6ddbe333de6082706681f81dd1acc5b45e99
Author: Juergen Spitzmueller sp...@lyx.org
Date:   Tue Sep 25 11:18:23 2012 +0200

doc glitch

diff --git a/development/FORMAT b/development/FORMAT
index 7fa84f9..33f9ce4 100644
--- a/development/FORMAT
+++ b/development/FORMAT
@@ -39,9 +39,9 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
  - add support for the mathdesign fonts without loading mathfonts:
\renewcommand{\rmfamily}{mdbch}   \font_roman md-charter
   \font_math default
-   \renewcommand{mdput}  \font_roman md-utopia
+   \renewcommand{\rmfamily}{mdput}   \font_roman md-utopia
   \font_math default
-   \renewcommand{mdugm}  \font_roman md-garamond
+   \renewcommand{\rmfamily}{mdugm}   \font_roman md-garamond
   \font_math default
 
 2012-09-22 Jürgen Spitzmüller sp...@lyx.org

---

Summary of changes:
 development/FORMAT |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Merge branch 'master' of git.lyx.org:lyx

2012-09-25 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit 061924e2758fc43aed4b94ee2027026997343a51
Merge: 04618bc 7c82605
Author: Juergen Spitzmueller sp...@lyx.org
Date:   Tue Sep 25 15:56:36 2012 +0200

Merge branch 'master' of git.lyx.org:lyx


commit 04618bc07049b723654a08c0cec990028180c67f
Author: Juergen Spitzmueller sp...@lyx.org
Date:   Tue Sep 25 15:56:18 2012 +0200

Fix LyXBlogger entry

diff --git a/lib/configure.py b/lib/configure.py
index 168b379..5956771 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -714,7 +714,7 @@ def checkConverterEntries():
 # Check if LyXBlogger is installed
 lyxblogger_found = checkModule('lyxblogger')
 if lyxblogger_found:
-  addToRC(r'\Formatblog   blog   LyXBlogger 
  document')
+  addToRC(r'\Formatblog   blog   LyXBlogger 
  document  ')
   addToRC(r'\converter xhtml  blog   python -m lyxblogger $$i
   ')
 
 #

---

Summary of changes:
 lib/configure.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] C++ style to avoid compiler warning for non-NLS implementation of Messages::available

2012-09-25 Thread Stephan Witt
The branch, master, has been updated.

- Log -

commit e0787e839ff94788c8e34275440285f513e4eafe
Author: Stephan Witt sw...@lyx.org
Date:   Tue Sep 25 16:19:51 2012 +0200

C++ style to avoid compiler warning for non-NLS implementation of 
Messages::available

diff --git a/src/support/Messages.cpp b/src/support/Messages.cpp
index 5eee6b7..ca5c110 100644
--- a/src/support/Messages.cpp
+++ b/src/support/Messages.cpp
@@ -239,9 +239,8 @@ std::string Messages::language() const
 return string();
 }
 
-bool Messages::available(string const  c)
+bool Messages::available(string const  /* c */)
 {
-   (void)c;
return false;
 }
 

---

Summary of changes:
 src/support/Messages.cpp |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Merge branch 'master' of git.lyx.org:lyx

2012-09-25 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit f3ff5e083a6e89861db5fce9eea4532504f8341d
Merge: 4df9eb3 e0787e8
Author: Juergen Spitzmueller sp...@lyx.org
Date:   Tue Sep 25 17:01:39 2012 +0200

Merge branch 'master' of git.lyx.org:lyx


commit 4df9eb36a05c037bb4b191677de3a348d45456a4
Author: Juergen Spitzmueller sp...@lyx.org
Date:   Tue Sep 25 17:01:23 2012 +0200

Remove annoying warning

diff --git a/lib/scripts/lyxpreview2bitmap.py b/lib/scripts/lyxpreview2bitmap.py
index 09ac3a9..71849ce 100755
--- a/lib/scripts/lyxpreview2bitmap.py
+++ b/lib/scripts/lyxpreview2bitmap.py
@@ -367,8 +367,7 @@ def main(argv):
 progress(Altering the latex file for font size and colors)
 
 # Omit font size specification in latex file.
-if not fix_latex_file(latex_file):
-warning(Unable to remove font size from the latex file)
+fix_latex_file(latex_file)
 
 if lilypond:
 progress(Preprocess the latex file through %s % lilypond_book)

---

Summary of changes:
 lib/scripts/lyxpreview2bitmap.py |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] A font a day keeps the doctor away: Support for the Biolinum LaTeX font

2012-09-25 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit 1d84423e76c68a626fbb9acbeed245f1859d40f3
Author: Juergen Spitzmueller 
Date:   Tue Sep 25 11:07:33 2012 +0200

A font a day keeps the doctor away: Support for the Biolinum LaTeX font

diff --git a/development/FORMAT b/development/FORMAT
index 80d6ab3..7fa84f9 100644
--- a/development/FORMAT
+++ b/development/FORMAT
@@ -12,6 +12,16 @@ adjustments are made to tex2lyx and bugs are fixed in 
lyx2lyx.
 ---
 
 
+2012-09-25 Jürgen Spitzmüller 
+   * Format incremented to 444: Support for the Biolinum LaTeX font.
+ - \usepackage{biolinum-type1} > \font_sans biolinum
+- [lf], [lining] > \font_osf false
+- [osf], [oldstyle], no option > \font_osf true
+ - \usepackage{libertine-legacy} or
+   \usepackage{libertine} > \font_sans biolinum
+- [nf], no option > \font_osf false
+- [osf] > \font_osf true
+
 2012-09-24 Jürgen Spitzmüller 
* Format incremented to 443: basic support for unicode-math:
  Empty file format change (in case it turns out we need to
@@ -26,8 +36,13 @@ adjustments are made to tex2lyx and bugs are fixed in 
lyx2lyx.
 2012-09-23 Jürgen Spitzmüller 
* Format incremented to 441:
  - rename fonts: mdbch > md-charter, mdput > md-utopia, mdugm > 
md-garamond
- - add support for the mathdesign fonts without loading mathfonts
-   (via \renewcommand{\rmfamily}{mdbch|mdput|mdugm}
+ - add support for the mathdesign fonts without loading mathfonts:
+   \renewcommand{\rmfamily}{mdbch} >  \font_roman md-charter
+  \font_math default
+   \renewcommand{mdput} > \font_roman md-utopia
+  \font_math default
+   \renewcommand{mdugm} > \font_roman md-garamond
+  \font_math default
 
 2012-09-22 Jürgen Spitzmüller 
* Format incremented to 440:
@@ -36,12 +51,34 @@ adjustments are made to tex2lyx and bugs are fixed in 
lyx2lyx.
  supported values are:
  * "auto": automatically adapt math font (the status quo ante).
  * "default": use class default, i.e. prevent TeX font packages
-   from changing the math font, if possible.
- * "eulervm": use the eulervm package.
+   from changing the math font, if possible:
+   \renewcommand{\rmdefault}{lmr} >  \font_roman lmodern
+ \font_math default
+\usepackage[onlytext,lf]{MinionPro} > \font_roman minionpro
+  \font_math default
+\usepackage[onlytext]{MinionPro} >\font_roman minionpro
+  \font_osf true
+  \font_math default
+\renewcommand{\rmdefault}{ppl} >  \font_roman palatino
+  \font_math default
+\renewcommand{\rmdefault}{pplj} > \font_roman palatino
+  \font_osf true
+  \font_math default
+\renewcommand{\rmdefault}{ptm} >  \font_roman times
+  \font_math default
+\renewcommand{\rmdefault}{futs} > \font_roman utopia
+  \font_math default
+\renewcommand{\rmdefault}{futj} > \font_roman utopia
+  \font_osf true
+  \font_math default
+ * "eulervm": use the eulervm package (\usepackage{eulervm}.
 
 2012-09-19 Jürgen Spitzmüller 
* Format incremented to 439 
  Support for the MinionPro LaTeX font.
+ - \usepackage{MinionPro} > \font_roman minionpro
+ - [osf], [oldstyle], no option > \font_osf true
+ - [lf], [lining] > \font_osf false
 
 2012-08-23 Jürgen Spitzmüller 
* Format incremented to 438 
@@ -75,18 +112,37 @@ adjustments are made to tex2lyx and bugs are fixed in 
lyx2lyx.
 2012-08-19 Jürgen Spitzmüller 
* Format incremented to 437 
  Support for the TeX Gyre LaTeX fonts.
+ - \usepackage{tgadventor} > \font_sans tgadventor
+ - \usepackage{tgbonum} > \font_roman tgbonum
+ - \usepackage{tgchorus} > \font_roman tgchorus
+ - \usepackage{tgcursor} > \font_typewriter tgcursor
+ - \usepackage{tgheros} > \font_sans tgheros
+ - \usepackage{tgpagella} > \font_roman tgpagella
+ - 

[LyX master] doc glitch

2012-09-25 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit 57ea6ddbe333de6082706681f81dd1acc5b45e99
Author: Juergen Spitzmueller 
Date:   Tue Sep 25 11:18:23 2012 +0200

doc glitch

diff --git a/development/FORMAT b/development/FORMAT
index 7fa84f9..33f9ce4 100644
--- a/development/FORMAT
+++ b/development/FORMAT
@@ -39,9 +39,9 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
  - add support for the mathdesign fonts without loading mathfonts:
\renewcommand{\rmfamily}{mdbch} >  \font_roman md-charter
   \font_math default
-   \renewcommand{mdput} > \font_roman md-utopia
+   \renewcommand{\rmfamily}{mdput} >  \font_roman md-utopia
   \font_math default
-   \renewcommand{mdugm} > \font_roman md-garamond
+   \renewcommand{\rmfamily}{mdugm} >  \font_roman md-garamond
   \font_math default
 
 2012-09-22 Jürgen Spitzmüller 

---

Summary of changes:
 development/FORMAT |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Merge branch 'master' of git.lyx.org:lyx

2012-09-25 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit 061924e2758fc43aed4b94ee2027026997343a51
Merge: 04618bc 7c82605
Author: Juergen Spitzmueller 
Date:   Tue Sep 25 15:56:36 2012 +0200

Merge branch 'master' of git.lyx.org:lyx


commit 04618bc07049b723654a08c0cec990028180c67f
Author: Juergen Spitzmueller 
Date:   Tue Sep 25 15:56:18 2012 +0200

Fix LyXBlogger entry

diff --git a/lib/configure.py b/lib/configure.py
index 168b379..5956771 100644
--- a/lib/configure.py
+++ b/lib/configure.py
@@ -714,7 +714,7 @@ def checkConverterEntries():
 # Check if LyXBlogger is installed
 lyxblogger_found = checkModule('lyxblogger')
 if lyxblogger_found:
-  addToRC(r'\Formatblog   blog   "LyXBlogger"   "" "" 
""  "document"')
+  addToRC(r'\Formatblog   blog   "LyXBlogger"   "" "" 
""  "document"  ""')
   addToRC(r'\converter xhtml  blog   "python -m lyxblogger $$i"
   ""')
 
 #

---

Summary of changes:
 lib/configure.py |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] C++ style to avoid compiler warning for non-NLS implementation of Messages::available

2012-09-25 Thread Stephan Witt
The branch, master, has been updated.

- Log -

commit e0787e839ff94788c8e34275440285f513e4eafe
Author: Stephan Witt 
Date:   Tue Sep 25 16:19:51 2012 +0200

C++ style to avoid compiler warning for non-NLS implementation of 
Messages::available

diff --git a/src/support/Messages.cpp b/src/support/Messages.cpp
index 5eee6b7..ca5c110 100644
--- a/src/support/Messages.cpp
+++ b/src/support/Messages.cpp
@@ -239,9 +239,8 @@ std::string Messages::language() const
 return string();
 }
 
-bool Messages::available(string const & c)
+bool Messages::available(string const & /* c */)
 {
-   (void)c;
return false;
 }
 

---

Summary of changes:
 src/support/Messages.cpp |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Merge branch 'master' of git.lyx.org:lyx

2012-09-25 Thread Juergen Spitzmueller
The branch, master, has been updated.

- Log -

commit f3ff5e083a6e89861db5fce9eea4532504f8341d
Merge: 4df9eb3 e0787e8
Author: Juergen Spitzmueller 
Date:   Tue Sep 25 17:01:39 2012 +0200

Merge branch 'master' of git.lyx.org:lyx


commit 4df9eb36a05c037bb4b191677de3a348d45456a4
Author: Juergen Spitzmueller 
Date:   Tue Sep 25 17:01:23 2012 +0200

Remove annoying warning

diff --git a/lib/scripts/lyxpreview2bitmap.py b/lib/scripts/lyxpreview2bitmap.py
index 09ac3a9..71849ce 100755
--- a/lib/scripts/lyxpreview2bitmap.py
+++ b/lib/scripts/lyxpreview2bitmap.py
@@ -367,8 +367,7 @@ def main(argv):
 progress("Altering the latex file for font size and colors")
 
 # Omit font size specification in latex file.
-if not fix_latex_file(latex_file):
-warning("Unable to remove font size from the latex file")
+fix_latex_file(latex_file)
 
 if lilypond:
 progress("Preprocess the latex file through %s" % lilypond_book)

---

Summary of changes:
 lib/scripts/lyxpreview2bitmap.py |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository