diff --git a/development/Win32/packaging/AltInstaller/Deleted.nsh b/development/Win32/packaging/AltInstaller/Deleted.nsh
index 9444845515..d159fddf68 100644
--- a/development/Win32/packaging/AltInstaller/Deleted.nsh
+++ b/development/Win32/packaging/AltInstaller/Deleted.nsh
@@ -1,7 +1,9 @@
Function DeleteFiles
- # list with deleted files for LyX 1.5.2
-
+ # list with deleted files for LyX 1.5.3
+Delete "$INSTDIR\Resources\examples\currency.lyx"
+ Delete "$INSTDIR\Resources\examples\de\TabellenBeispiel.lyx"
+ Delete "$INSTDIR\Resources\examples\de\Waehrungen.lyx"
FunctionEnd
diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh
index b486e411f3..022c116aa5 100644
--- a/development/Win32/packaging/AltInstaller/Updated.nsh
+++ b/development/Win32/packaging/AltInstaller/Updated.nsh
@@ -1,6 +1,6 @@
Function UpdateModifiedFiles
- # list with modified files for LyX 1.5.3svn
+ # list with modified files for LyX 1.5.3
SetOutPath "$INSTDIR\bin"
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
@@ -22,8 +22,6 @@ Function UpdateModifiedFiles
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
SetOutPath "$INSTDIR\Resources\doc\de\clipart"
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\clipart\ERT.png"
- SetOutPath "$INSTDIR\Resources\examples\de"
- File "${PRODUCT_SOURCEDIR}\Resources\examples\de\TabellenBeispiel.lyx"
SetOutPath "$INSTDIR\Resources\examples\es"
File "${PRODUCT_SOURCEDIR}\Resources\examples\es\ItemizeBullets.lyx"
SetOutPath "$INSTDIR\Resources\fonts"
diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py
index 207267629a..467e662b68 100644
--- a/development/scons/scons_manifest.py
+++ b/development/scons/scons_manifest.py
@@ -2475,7 +2475,6 @@ lib_examples_files = Split('''
biblioExample.bib
chess-article.lyx
chessgame.lyx
- currency.lyx
docbook_article.lyx
europeCV.lyx
example_lyxified.lyx
@@ -2517,8 +2516,6 @@ lib_examples_de_files = Split('''
ItemizeBullets.lyx
Lebenslauf.lyx
Minipage.lyx
- TabellenBeispiel.lyx
- Waehrungen.lyx
beispiel_gelyxt.lyx
beispiel_roh.lyx
mathed.lyx
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e71f905c52..78b82a1f3a 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -81,8 +81,6 @@ dist_deexamples_DATA = \
examples/de/ItemizeBullets.lyx \
examples/de/Lebenslauf.lyx \
examples/de/Minipage.lyx \
- examples/de/TabellenBeispiel.lyx \
- examples/de/Waehrungen.lyx \
examples/de/beispiel_gelyxt.lyx \
examples/de/beispiel_roh.lyx \
examples/de/Dezimal.lyx \
@@ -202,7 +200,6 @@ dist_examples_DATA = \
examples/biblioExample.bib \
examples/chess-article.lyx \
examples/chessgame.lyx \
- examples/currency.lyx \
examples/docbook_article.lyx \
examples/europeCV.lyx \
examples/example_lyxified.lyx \
diff --git a/lib/examples/currency.lyx b/lib/examples/currency.lyx
deleted file mode 100644
index 04e39e61ee..0000000000
--- a/lib/examples/currency.lyx
+++ /dev/null
@@ -1,391 +0,0 @@
-#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
-\lyxformat 276
-\begin_document
-\begin_header
-\textclass article
-\begin_preamble
-\usepackage[eurosym]{eurofont}
-\end_preamble
-\language english
-\inputencoding latin9
-\font_roman default
-\font_sans default
-\font_typewriter default
-\font_default_family default
-\font_sc false
-\font_osf false
-\font_sf_scale 100
-\font_tt_scale 100
-\graphics default
-\paperfontsize default
-\spacing single
-\papersize default
-\use_geometry false
-\use_amsmath 0
-\use_esint 0
-\cite_engine basic
-\use_bibtopic false
-\paperorientation portrait
-\secnumdepth 3
-\tocdepth 3
-\paragraph_separation indent
-\defskip medskip
-\quotes_language english
-\papercolumns 1
-\papersides 1
-\paperpagestyle default
-\tracking_changes false
-\output_changes false
-\end_header
-
-\begin_body
-
-\begin_layout Title
-
-Currency symbols and LyX
-\end_layout
-
-\begin_layout Author
-
-by Adrien Rebollo
-\end_layout
-
-\begin_layout Standard
-
-To obtain the main currency symbols with LaTeX, we need to use special packages.
- Here we give a brief description of how to display and print the euro,
- cent, yen and general currency symbols.
- The dollar and the pound need no special trick, so we won't speak about
- them.
-\end_layout
-
-\begin_layout Section
-
-The euro symbol
-\end_layout
-
-\begin_layout Standard
-
-To print the euro symbol, you need to get the eurofont package, available
- at
-\begin_inset LatexCommand url
-target "/macros/latex/contrib/supported/eurofont"
-\end_inset
-
- in the CTAN.
- You'll need therefore to add to the LaTeX preamble of your LyX document
- the command :
-\family default
-
-\family typewriter
-
-\backslash
-usepackage{eurofont}
-\family default
-.
- See the preamble of this document to figure out.
- Then you can always obtain the euro symbol in your printed document by
- typing
-\family default
-
-\family typewriter
-
-\backslash
-euro{}
-\family default
- in TeX mode, like this :
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-euro{}
-\end_layout
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Standard
-
-The shape of the symbol in the printed version tends to be better when you
- install the eurosym package too.
- It is available at
-\begin_inset LatexCommand url
-target "/fonts/eurosym"
-\end_inset
-
- in the CTAN.
- Then you declare eurofont with the
-\family default
-
-\family typewriter
-eurosym
-\family default
- option, like this :
-\family default
-
-\family typewriter
-
-\backslash
-usepackage[eurosym]{eurofont}
-\family default
-.
-\end_layout
-
-\begin_layout Standard
-
-As a next step, we'll configure LyX to display a WYSIWYM euro symbol.
- First you have to select latin9 screen fonts, as the euro is not in the
- common latin1 encoding.
- In the
-\family default
-
-\family sans
-Edit\SpecialChar \menuseparator
-Preferences
-\family default
- popup, enter
-\family default
-
-\family typewriter
-iso8859-15
-\begin_inset Foot
-status collapsed
-
-\begin_layout Standard
-
-latin9 is the common name for the
-\family default
-
-\family typewriter
-iso8859-15
-\family default
- encoding, and latin1 for
-\family default
-
-\family typewriter
-iso8859-1
-\family default
-.
-\end_layout
-
-\end_inset
-
-
-\family default
- in the
-\family default
-
-\family sans
-Screen\InsetSpace ~
-fonts\SpecialChar \menuseparator
-Encoding
-\family default
- field, and of course you'll have to choose fonts that are available on
- your system in this encoding.
-\end_layout
-
-\begin_layout Standard
-
-You should properly configure your X server if you want the euro symbol
- directly on your keyboard.
- You can also try the keymap files in LyX :
-\family default
-
-\family typewriter
-european.kmap
-\family default
- and
-\family default
-
-\family typewriter
-francais.kmap
-\family default
- should normally support the euro symbol at its usual place.
- Select your keymap in the
-\family default
-
-\family sans
-Language\SpecialChar \menuseparator
-Keymap
-\family default
- fields.
-\end_layout
-
-\begin_layout Standard
-
-The last step is to tell LyX that the encoding of your document is latin9.
- You do this in the
-\family default
-
-\family sans
-Format\SpecialChar \menuseparator
-Document
-\family default
- popup.
- It requires your LaTeX distribution to have the appropriate
-\family default
-
-\family typewriter
-latin9.def
-\family default
- file for the
-\family default
-
-\family typewriter
-inputenc
-\family default
- package.
- It is in the recent LaTeX distributions, and is available at
-\begin_inset LatexCommand url
-target "/macros/latex/unpacked"
-\end_inset
-
- in the CTAN.
-\end_layout
-
-\begin_layout Standard
-
-If you see an euro symbol here : €, and not some horrible glyph, that's
- OK.
- Now try to view the DVI file.
- If LaTeX doesn't complain and the printed version seems fine, you're done.
-\end_layout
-
-\begin_layout Section
-
-Other currency symbols
-\end_layout
-
-\begin_layout Standard
-
-All the symbols we present here are not available with LaTeX natively.
- But including the eurofont package gives access to all of them.
-\end_layout
-
-\begin_layout Description
-
-The\InsetSpace ~
-cent\InsetSpace ~
-symbol If your keyboard allows the direct display of the cent symbol
- ¢, great, if not you'll have to type
-\family default
-
-\family typewriter
-
-\backslash
-textcent{}
-\family default
- in TeX mode, like this :
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-textcent{}
-\end_layout
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Description
-
-The\InsetSpace ~
-yen\InsetSpace ~
-symbol Same story as above, typing
-\family default
-
-\family typewriter
-
-\backslash
-yen{}
-\family default
-, like this :
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-textyen{}
-\end_layout
-
-\end_inset
-
-, or directly ¥.
-\end_layout
-
-\begin_layout Description
-
-The\InsetSpace ~
-general\InsetSpace ~
-currency\InsetSpace ~
-symbol It is a horrible mix of cross and circle.
- You cannot obtain it on screen together with the euro symbol, because it
- is corresponding in latin1 to the euro in latin9.
- You have just to type
-\family default
-
-\family typewriter
-
-\backslash
-textcurrency{}
-\family default
- in TeX mode :
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-textcurrency{}
-\end_layout
-
-\end_inset
-
-.
- If your screen fonts are latin1, you'll see it here : €.
- If they are latin9, you'll have a euro symbol instead.
-\end_layout
-
-\begin_layout Description
-
-The\InsetSpace ~
-vertical\InsetSpace ~
-broken\InsetSpace ~
-bar Of course it is not a currency symbol, but it is one
- that you can't obtain with plain LaTeX, but provided when you include eurofont.
- You type
-\family default
-
-\family typewriter
-
-\backslash
-textbrokenbar{}
-\family default
- in TeX mode :
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-textbrokenbar{}
-\end_layout
-
-\end_inset
-
-.
- You'll have it on your keyboard if your X configuration is real good, and
- it will only display with latin1 screen fonts : Š .
- (With latin9 it is an s with a caron.)
-\end_layout
-
-\end_body
-\end_document
diff --git a/lib/examples/de/TabellenBeispiel.lyx b/lib/examples/de/TabellenBeispiel.lyx
deleted file mode 100644
index 3f30db6827..0000000000
--- a/lib/examples/de/TabellenBeispiel.lyx
+++ /dev/null
@@ -1,4228 +0,0 @@
-#LyX 1.5.2 created this file. For more info see http://www.lyx.org/
-\lyxformat 276
-\begin_document
-\begin_header
-\textclass article
-\begin_preamble
-\usepackage{multirow}
-\end_preamble
-\language ngerman
-\inputencoding auto
-\font_roman default
-\font_sans default
-\font_typewriter default
-\font_default_family default
-\font_sc false
-\font_osf false
-\font_sf_scale 100
-\font_tt_scale 100
-\graphics default
-\paperfontsize default
-\spacing single
-\papersize default
-\use_geometry false
-\use_amsmath 0
-\use_esint 0
-\cite_engine basic
-\use_bibtopic false
-\paperorientation portrait
-\secnumdepth 3
-\tocdepth 3
-\paragraph_separation skip
-\defskip medskip
-\quotes_language english
-\papercolumns 1
-\papersides 1
-\paperpagestyle default
-\tracking_changes false
-\output_changes false
-\author ""
-\author ""
-\end_header
-
-\begin_body
-
-\begin_layout Title
-Einige Beispiele für Tabellen in LyX
-\end_layout
-
-\begin_layout Author
-von Jürgen Vigna (jug@sad.it)
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace bigskip
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-Lange Tabelle --
-\series bold
-Wie man die speziellen Optionen der Langen Tabelle anwendet
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 0.3cm
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\align center
-\begin_inset Tabular
-
-
-
-
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Telefonliste (ignoriere die Namen)
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-NAME
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-TEL.
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Telefonliste
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-NAME
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-TEL.
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-wird fortgesetzt
-\series default
- \SpecialChar \ldots{}
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Kemenater
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Klaus
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Maccioni
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Piero
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Annovi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Silvia
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Bertoli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Stefano
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Bozzi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Walter
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Cachia
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Maria
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Cachia
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Maurizio
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Cinquemani
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Giusi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Colin
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Bernard
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Concli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Gianfranco
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Dal Bosco
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Carolina
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Dalpiaz
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Annamaria
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Feliciello
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Domenico
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Focarelli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Paola
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Galletti
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Oreste
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Gasparini
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Franca
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Rizzardi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Paola
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Lassini
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Giancarlo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Malfatti
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Luciano
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Malfatti
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Valeriano
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Meneguzzo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Roberto
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Mezzadra
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Roberto
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Pirpamer
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Erich
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Pochiesa
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Paolo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111, 222
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Radina
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Claudio
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Stuffer
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Oskar
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Tacchelli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Ugo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Tezzele
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Margit
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Unterkalmsteiner
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Frieda
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Vieider
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Hilde
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Vigna
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Jürgen
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Weber
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Maurizio
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Winkler
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Franz
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-111
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Annovi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Silvia
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Bertoli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Stefano
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Bozzi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Walter
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Cachia
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Maria
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Cachia
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Maurizio
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Cinquemani
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Giusi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Colin
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Bernard
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Concli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Gianfranco
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Dal Bosco
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Carolina
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Dalpiaz
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Annamaria
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Feliciello
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Domenico
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Focarelli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Paola
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Galletti
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Oreste
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Gasparini
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Franca
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Rizzardi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Paola
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Lassini
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Giancarlo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Malfatti
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Luciano
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Malfatti
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Valeriano
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Meneguzzo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Roberto
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Mezzadra
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Roberto
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Pirpamer
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Erich
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Pochiesa
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Paolo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555, 222
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Radina
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Claudio
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Stuffer
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Oskar
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Tacchelli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Ugo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Tezzele
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Margit
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Unterkalmsteiner
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Frieda
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Vieider
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Hilde
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Vigna
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Jürgen
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Weber
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Maurizio
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Winkler
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Franz
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-555
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Annovi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Silvia
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Bertoli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Stefano
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Bozzi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Walter
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Cachia
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Maria
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Cachia
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Maurizio
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Cinquemani
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Giusi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Colin
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Bernard
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Concli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Gianfranco
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Dal Bosco
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Carolina
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Dalpiaz
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Annamaria
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Feliciello
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Domenico
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Focarelli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Paola
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Galletti
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Oreste
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Gasparini
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Franca
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Rizzardi
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Paola
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Lassini
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Giancarlo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Malfatti
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Luciano
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Malfatti
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Valeriano
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Meneguzzo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Roberto
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Mezzadra
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Roberto
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Pirpamer
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Erich
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Pochiesa
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Paolo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999, 222
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Radina
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Claudio
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Stuffer
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Oskar
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Tacchelli
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Ugo
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\series bold
-Tezzele
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-Margit
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-999
-\end_layout
-
-\end_inset
- |
-
-
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 0.3cm
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-
-\newpage
-multirow -
-\series bold
-Vertikale Ausrichtung in Tabellen
-\end_layout
-
-\begin_layout Standard
-Das Paket
-\family sans
-multirow
-\family default
- (unbekannter Verfasser) automatisiert in Tabellen die Konstruktion von
- Zellen, die mehrere Zeilen überspannen mit dem
-\family typewriter
-
-\backslash
-multirow
-\family default
--Befehl.
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 0.3cm
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\align center
-\begin_inset Tabular
-
-
-
-
-
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-a
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-b
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-c
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-d
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-\begin_inset ERT
-status open
-
-\begin_layout Standard
-
-
-\backslash
-multirow{4}{14mm}{
-\end_layout
-
-\end_inset
-
-Text in Spalte 1
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-C2a
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-multirow{4}{14mm}{
-\end_layout
-
-\end_inset
-
-Text in Spalte 3
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-C4a
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-C2b
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-C4b
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-C2c
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-C4c
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-C2e
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-C4e
-\end_layout
-
-\end_inset
- |
-
-
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 0.3cm
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-
-\newpage
-
-\end_layout
-
-\begin_layout Standard
-Fußzeilen --
-\series bold
-Wie man Fußzeilen in Tabellen benutzt
-\end_layout
-
-\begin_layout Standard
-Es gibt mehrere Möglichkeiten, Fußzeilen in Tabellen zu erstellen.
- Ich werde die erklären, die in LyX ganz gut funktionieren (vielleicht sind
- es überhaupt die einzigen, die funktionieren :-).
-\end_layout
-
-\begin_layout Enumerate
-
-\emph on
-Minipage-Umgebungen benutzen
-\end_layout
-
-\begin_deeper
-\begin_layout Standard
-Beachten Sie, daß die Fußzeilen unmittelbar nach der Minipage erscheinen.
- Die Standardnumerierung benutzt Kleinbuchstaben.
-\end_layout
-
-\begin_layout Standard
-\noindent
-\align center
-\begin_inset Box Frameless
-position "t"
-hor_pos "c"
-has_inner_box 1
-inner_pos "c"
-use_parbox 0
-width "30col%"
-special "none"
-height "1in"
-height_special "totalheight"
-status open
-
-\begin_layout Standard
-\begin_inset VSpace 0.3cm
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\align center
-\begin_inset Tabular
-
-
-
-
-
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-a
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-b
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-c
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-d
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-b
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-1
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-footnote{
-\end_layout
-
-\end_inset
-
-Beispiel 1, Zelle (b,1)
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-2
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-3
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-c
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-4
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-5
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-6
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-d
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-7
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-8
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-9
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-footnote{
-\end_layout
-
-\end_inset
-
-Beispiel 1, Zelle (d,9)
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
- |
-
-
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 0.3cm
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_deeper
-\begin_layout Enumerate
-
-\family sans
-\emph on
-Lange Tabelle-Optionen benutzen
-\end_layout
-
-\begin_deeper
-\begin_layout Standard
-Klicken Sie im Menü
-\family sans
-Tabellen-Einstellungen
-\family default
- auf der Karteikarte
-\family sans
-Lange Tabelle
-\family default
- auf
-\family sans
-Lange Tabelle verwenden
-\family default
-, und die Fußzeilen erscheinen am Ende der Seite.
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 0.3cm
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\align center
-\begin_inset Tabular
-
-
-
-
-
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-a
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-b
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-c
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-d
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-b
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-1
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-footnote{
-\end_layout
-
-\end_inset
-
-Beispiel 2, Zelle (b,1)
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-2
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-3
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-c
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-4
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-5
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-6
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-d
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-7
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-8
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-9
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-
-\backslash
-footnote{
-\end_layout
-
-\end_inset
-
-Beispiel 2, Zelle (d,9)
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
- |
-
-
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 0.3cm
-\end_inset
-
-
-\end_layout
-
-\end_deeper
-\begin_layout Enumerate
-
-\emph on
-Die LaTeX-Befehle
-\emph default
-
-\family typewriter
-
-\backslash
-footnotemark
-\family default
-
-\emph on
-und
-\emph default
-
-\family typewriter
-
-\backslash
-footnotetext
-\family default
-
-\emph on
-benutzen
-\end_layout
-
-\begin_deeper
-\begin_layout Standard
-Dies ist am aufwendigsten, aber es funktioniert.
- Benutzen Sie diese Methode in Minipages, wenn die Fußzeilen am Ende der
- Seite erscheinen sollen.
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 0.3cm
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\align center
-\begin_inset Tabular
-
-
-
-
-
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-a
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-b
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-c
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-d
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-b
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-1
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-
-\backslash
-footnotemark
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-2
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-3
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-c
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-4
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-5
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-6
-\end_layout
-
-\end_inset
- |
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-d
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-7
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-8
-\end_layout
-
-\end_inset
- |
-
-\begin_inset Text
-
-\begin_layout Standard
-9
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-
-\backslash
-footnotemark
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
- |
-
-
-
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset VSpace 0.3cm
-\end_inset
-
-
-\end_layout
-
-\begin_layout Standard
-\begin_inset ERT
-status open
-
-\begin_layout Standard
-
-
-\backslash
-addtocounter{footnote}{-1}
-\backslash
-footnotetext{Beispiel 3, Zelle (b,1)}%
-\end_layout
-
-\begin_layout Standard
-
-
-\backslash
-addtocounter{footnote}{1}
-\backslash
-footnotetext{Beispiel 3, Zelle (d,9)}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_body
-\end_document
diff --git a/lib/examples/de/Waehrungen.lyx b/lib/examples/de/Waehrungen.lyx
deleted file mode 100644
index 15463eabcd..0000000000
--- a/lib/examples/de/Waehrungen.lyx
+++ /dev/null
@@ -1,681 +0,0 @@
-#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
-\lyxformat 276
-\begin_document
-\begin_header
-\textclass article
-\begin_preamble
-%\usepackage[eurosym]{eurofont}
-\usepackage[official]{eurosym}
-\end_preamble
-\language german
-\inputencoding latin9
-\font_roman default
-\font_sans default
-\font_typewriter default
-\font_default_family default
-\font_sc false
-\font_osf false
-\font_sf_scale 100
-\font_tt_scale 100
-\graphics default
-\paperfontsize default
-\spacing single
-\papersize default
-\use_geometry false
-\use_amsmath 0
-\use_esint 0
-\cite_engine basic
-\use_bibtopic false
-\paperorientation portrait
-\secnumdepth 3
-\tocdepth 3
-\paragraph_separation indent
-\defskip medskip
-\quotes_language german
-\papercolumns 1
-\papersides 1
-\paperpagestyle default
-\tracking_changes false
-\output_changes false
-\end_header
-
-\begin_body
-
-\begin_layout Title
-Währungszeichen und LyX
-\end_layout
-
-\begin_layout Author
-von Adrien Rebollo
-\newline
-und Hartmut Haase
-\end_layout
-
-\begin_layout Standard
-\noindent
-Um die wichtigsten Währungssymbole mit LaTeX darstellen zu können, brauchen
- wir einige Spezialpakete.
- Hier ist eine kurze Beschreibung, wie man Euro, Cent, Yen und allgemeine
- Währungszeichen anzeigt und druckt.
- Dollar und Pfund benötigen keine Sonderbehandlung.
-\end_layout
-
-\begin_layout Section
-Das Euro-Zeichen
-\end_layout
-
-\begin_layout Standard
-\noindent
-Um das Euro-Zeichen drucken zu können, benötigen sie das
-\family default
-
-\family typewriter
-eurofont
-\family default
--Paket, das Sie bei
-\begin_inset LatexCommand url
-target "/macros/latex/contrib/supported/eurofont"
-\end_inset
-
- in CTAN erhalten.
- Deshalb müssen Sie im LaTeX-Vorspann Ihres LyX-Dokuments (
-\family sans
-\bar under
-D
-\bar default
-okument\SpecialChar \menuseparator
-
-\bar under
-E
-\bar default
-instellungen\SpecialChar \ldots{}
-\SpecialChar \menuseparator
-LaT
-\begin_inset ERT
-status collapsed
-
-\begin_layout Standard
-
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-{}
-\end_layout
-
-\end_inset
-
-eX-Vorspann
-\family default
-) den Befehl:
-\family default
-\emph default
-\shape default
-\series default
-\bar default
-
-\emph off
-\shape up
-\series medium
-\bar no
-\family typewriter
-
-\backslash
-usepackage{eurofont}
-\family default
-.
- Anmerkung von
-\noun on
-Hartmut Haase
-\noun default
-: Weil das
-\family default
-\emph default
-\shape default
-\series default
-\bar default
-
-\emph off
-\shape up
-\series medium
-\bar no
-\family typewriter
-eurofont
-\family default
--Paket nicht Standard ist, empfiehlt sich stattdessen das
-\family default
-\emph default
-\shape default
-\series default
-\bar default
-
-\emph off
-\shape up
-\series medium
-\bar no
-\family typewriter
-eurosym
-\family default
--Paket.
- Der Befehl im LaTeX-Vorspann ist dann:
-\family default
-\emph default
-\shape default
-\series default
-\bar default
-
-\emph off
-\shape up
-\series medium
-\bar no
-\family typewriter
-
-\backslash
-usepackage[official]{eurosym}
-\family default
-.
- Im gedruckten Doument erhält man dann das Euro-Zeichen durch
-\family default
-\emph default
-\shape default
-\series default
-\bar default
-
-\emph off
-\shape up
-\series medium
-\bar no
-\family typewriter
-
-\backslash
-euro
-\family default
-\emph default
-\shape default
-\series default
-\bar default
-
-\emph off
-\shape up
-\series medium
-\bar no
-\family default
-als ERT:
-\begin_inset Tabular
-
-
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-euro
-\end_layout
-
-\end_inset
- |
-
-
-
-\end_inset
-
-
-\family default
-
-\family typewriter
-=
-\family default
-
-
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-euro
-\end_layout
-
-\end_inset
-
-, 50
-\begin_inset Tabular
-
-
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-euro
-\end_layout
-
-\end_inset
- |
-
-
-
-\end_inset
-
- = 50
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-euro
-\end_layout
-
-\end_inset
-
-,
-\begin_inset Tabular
-
-
-
-
-
-\begin_inset Text
-
-\begin_layout Standard
-
-\family typewriter
-
-\backslash
-euro
-\family roman
-\series medium
-\shape up
-\size normal
-\emph off
-\bar no
-\noun off
-\color none
-
-\backslash
-
-\end_layout
-
-\end_inset
- |
-
-
-
-\end_inset
-
- 60 =
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-euro
-\backslash
-
-\end_layout
-
-\end_inset
-
-60, usw.
- (
-\noun on
-HHa
-\noun default
-: im letzten Beispiel sind der zweite
-\family default
-
-\family typewriter
-
-\backslash
-
-\family default
-
-UND ein Leerzeichen im oder nach dem ERT nötig.)
-\end_layout
-
-\begin_layout Standard
-Mit dem
-\family default
-
-\family typewriter
-eurosym
-\family default
--Paket sieht das gedruckte Euro-Zeichen etwas besser aus.
- Man bekommt es bei
-\begin_inset LatexCommand url
-target "/fonts/eurosym"
-\end_inset
-
- in CTAN.
- Dann deklariert man
-\family default
-
-\family typewriter
-eurofont
-\family default
- mit der
-\family default
-
-\family typewriter
-eurosym
-\family default
--Option
-\family typewriter
-:
-\family default
-
-\family default
-
-\family typewriter
-
-\backslash
-usepackage[eurosym]{eurofont}
-\family default
-.
-\end_layout
-
-\begin_layout Standard
-Als nächstes können Sie auch noch LyX so konfigureieren, daß das Euro-Zeichen
- WYSIWYM angezeigt wird.
- Dafür müssen Sie einen latin9-Bildschirmfont auswählen, da der Euro nicht
- zur normalen latin1-Kodierung gehört.
- Das können Sie unter
-\family default
-
-\family sans
-???
-\family default
- machen.
- Und natürlich müssen Sie Fonts auswählen, die es auf Ihrem System für diese
- Kodierung gibt.
-
-\end_layout
-
-\begin_layout Standard
-You should properly configure your X server if you want the euro symbol
- directly on your keyboard.
- You can also try the keymap files in LyX :
-\family default
-
-\family typewriter
-european.kmap
-\family default
- and
-\family default
-
-\family typewriter
-francais.kmap
-\family default
- should normally support the euro symbol at its usual place.
- Select your keymap in the
-\family default
-
-\family sans
-Language\SpecialChar \menuseparator
-Keymap
-\family default
- fields.
-\end_layout
-
-\begin_layout Standard
-Als letztes müssen Sie unter
-\family default
-
-\family sans
-\bar under
-D
-\bar default
-okument\SpecialChar \menuseparator
-
-\bar under
-E
-\bar default
-instellungen\SpecialChar \ldots{}
-\SpecialChar \menuseparator
-Sprache\SpecialChar \menuseparator
-
-\bar under
-K
-\bar default
-odierung
-\family default
- die Kodiereung für Ihr Dokument auf latin9 einstellen.
-\end_layout
-
-\begin_layout Standard
-Wenn Sie hier jetzt das Euro-Zeichen sehen und nicht stattdessen einen Kreis
- mit vier Strichen wie in diesem Hinweis:
-\begin_inset Note Note
-status open
-
-\begin_layout Standard
-AltGr+Unschalt+ 4 = €
-\end_layout
-
-\end_inset
-
-, ist alles in Ordnung.
- Starten Sie jetzt die Druck-Vorschau.
- Wenn LaTeX keine Fehler meldet und die Vorschau gut aussieht, sind Sie
- fertig\SpecialChar \@.
-
-\end_layout
-
-\begin_layout Section
-Andere Währungszeichen
-\end_layout
-
-\begin_layout Standard
-\noindent
-Alle folgenden Zeichen sind kein LaTeX-Standard.
- Aber mit dem
-\family default
-
-\family typewriter
-eurofont
-\family default
--Paket können sie gedruckt werden.
-\end_layout
-
-\begin_layout Description
-Das\InsetSpace ~
-Cent-Zeichen Wenn Ihre Tastatur das Cent-Zeichen direkt darstellt
-\begin_inset Note Note
-status open
-
-\begin_layout Description
-AltGr+C = ¢
-\end_layout
-
-\end_inset
-
-, gut, sonst müssen Sie
-\family default
-
-\family typewriter
-
-\backslash
-textcent{}
-\family default
- als ERT eingeben:
-\begin_inset Note Note
-status open
-
-\begin_layout Description
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-textcent{}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Description
-Das\InsetSpace ~
-Yen-Zeichen Wie beim Cent: entweder
-\family default
-
-\family typewriter
-
-\backslash
-yen{}
-\family default
-:
-\begin_inset Note Note
-status open
-
-\begin_layout Description
-
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-textyen{}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-, oder direkt
-\begin_inset Note Note
-status open
-
-\begin_layout Standard
-AltGr+Unschalt+Z = ¥
-\end_layout
-
-\end_inset
-
-.
-\end_layout
-
-\begin_layout Description
-Das\InsetSpace ~
-allgemeine\InsetSpace ~
-Währungszeichen Es sieht wie ein Kreis mit vier Strichen aus.
- Auf dem Bildschirm kann man es nicht zusammen mit dem Euro-Zeichen darstellen,
- weil es in latin1 mit dem Euro-Zeichen in latin9 korrespondiert.
- Deshalbe müssen Sie
-\family default
-
-\family typewriter
-
-\backslash
-textcurrency{}
-\family default
- als ERT eingeben:
-\begin_inset Note Note
-status open
-
-\begin_layout Description
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-textcurrency{}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-.
- Wenn Ihr Bildschirmfont latin1 ist, sehen Sie hier
-\begin_inset Note Note
-status open
-
-\begin_layout Standard
-AltGr+Unschalt+ 4 = €
-\end_layout
-
-\end_inset
-
-, ist er latin9, sehen Sie stattdessen das Euro-Zeichen.
-\end_layout
-
-\begin_layout Description
-Der\InsetSpace ~
-senkrechte\InsetSpace ~
-unterbrochene\InsetSpace ~
-Strich Natürlich ist das kein Währungszeichen
- und man bekommt es nicht mit dem Standard-LaTeX, aber mit dem
-\family default
-
-\family typewriter
-eurofont
-\family default
--Paket.
- Sie schreiben
-\family default
-
-\family typewriter
-
-\backslash
-textbrokenbar{}
-\family default
- als ERT:
-\begin_inset Note Note
-status open
-
-\begin_layout Description
-\begin_inset ERT
-status inlined
-
-\begin_layout Standard
-
-\backslash
-textbrokenbar{}
-\end_layout
-
-\end_inset
-
-
-\end_layout
-
-\end_inset
-
-.
- Auf dem Bildschirm sieht es so aus: Š, und so wird es auch mit latin1 gedruckt.
- Mit latin9 wird es wie ein großes S mit einem v darüber gedruckt.
-\end_layout
-
-\end_body
-\end_document
diff --git a/status.15x b/status.15x
index d33573c5de..4c067e36a9 100644
--- a/status.15x
+++ b/status.15x
@@ -61,7 +61,7 @@ What's new
- Fix LaTeX output when using layouts like Definition but not using
also Theorem (bug 4282).
-- Fix support for the upper Sorbian language
+- Fix support for the upper Sorbian language.
* USER INTERFACE:
@@ -99,7 +99,13 @@ What's new
- Fix wrong character in the User's Guide (including the translations).
-- Fix broken German example file "TabellenBeispiel.lyx".
+- Remove the obsolete example file "currency.lyx" and its German translation
+ "Waehrungen.lyx" because one can since LyX 1.5.0 insert currency symbols
+ directly.
+
+- Remove the now obsolete German example file "TabellenBeispiel.lyx" because
+ its content is described in the EmbeddedObjects manual that is available
+ also in German since LyX 1.5.2
* BUILD/INSTALLATION: