* lib/layouts/extarticle.layout:

* lib/layouts/extbook.layout:
* lib/layouts/extletter.layout:
* lib/layouts/exrteport.layout:
	- add missing font sizes (10,11,12)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18345 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-05-15 15:03:05 +00:00
parent 7ea0cd1dd9
commit 20fd0f9cf3
4 changed files with 4 additions and 4 deletions

View File

@ -7,5 +7,5 @@ Input article.layout
# change available fontsizes
ClassOptions
FontSize 8|9|14|17|20
FontSize 8|9|10|11|12|14|17|20
end

View File

@ -8,5 +8,5 @@ Input book.layout
# change available fontsizes
ClassOptions
FontSize 8|9|14|17|20
FontSize 8|9|10|11|12|14|17|20
end

View File

@ -8,5 +8,5 @@ Input letter.layout
# change available fontsizes
ClassOptions
FontSize 8|9|14|17|20
FontSize 8|9|10|11|12|14|17|20
end

View File

@ -8,5 +8,5 @@ Input report.layout
# change available fontsizes
ClassOptions
FontSize 8|9|14|17|20
FontSize 8|9|10|11|12|14|17|20
End