mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
add ext* textclasses ; fix menu bindings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2152 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cdc02d297e
commit
d3f456cf28
@ -1,3 +1,18 @@
|
|||||||
|
2001-06-28 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* layouts/extletter.layout:
|
||||||
|
* layouts/extreport.layout:
|
||||||
|
* layouts/extbook.layout:
|
||||||
|
* layouts/extarticle.layout: new files from Herbert Voss.
|
||||||
|
|
||||||
|
* bind/hu_menus.bind: removed.
|
||||||
|
|
||||||
|
* bind/pt_menus.bind:
|
||||||
|
* bind/fi_menus.bind:
|
||||||
|
* bind/de_menus.bind:
|
||||||
|
* bind/menus.bind: fix M-s bindings to use LyX names for fonts and
|
||||||
|
not GUI names.
|
||||||
|
|
||||||
2001-06-27 John Levon <moz@compsoc.man.ac.uk>
|
2001-06-27 John Levon <moz@compsoc.man.ac.uk>
|
||||||
|
|
||||||
* CREDITS: add Michael Schmitt
|
* CREDITS: add Michael Schmitt
|
||||||
|
@ -28,199 +28,29 @@
|
|||||||
# \bind "M-S-D" "word-delete-forward", wodurch die Funktion "Löschen
|
# \bind "M-S-D" "word-delete-forward", wodurch die Funktion "Löschen
|
||||||
# eines Wortes" auf die Tastenkombination ALT-SHIFT-D gelegt wird
|
# eines Wortes" auf die Tastenkombination ALT-SHIFT-D gelegt wird
|
||||||
|
|
||||||
#
|
|
||||||
# Zugriff auf die sichtbaren Menues
|
|
||||||
#
|
|
||||||
#\bind "F10 d" "menu-open Datei"
|
|
||||||
#\bind "F10 b" "menu-open Bearbeiten"
|
|
||||||
#\bind "F10 i" "menu-open Inhalt"
|
|
||||||
#\bind "F10 r" "menu-open Referenzen"
|
|
||||||
#\bind "F10 l" "menu-open Layout"
|
|
||||||
#\bind "F10 e" "menu-open Einfügen"
|
|
||||||
#\bind "F10 m" "menu-open Mathematik"
|
|
||||||
#\bind "F10 o" "menu-open Optionen"
|
|
||||||
#\bind "F10 k" "menu-open Dokumente"
|
|
||||||
#\bind "F10 h" "menu-open Hilfe"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Menue Datei
|
|
||||||
#
|
|
||||||
#\bind "M-d n" "buffer-new"
|
|
||||||
#\bind "M-d v" "buffer-new-template"
|
|
||||||
#\bind "M-d o" "file-open"
|
|
||||||
#\bind "M-d c" "buffer-close"
|
|
||||||
#\bind "M-d s" "buffer-write"
|
|
||||||
#\bind "M-d u" "buffer-write-as"
|
|
||||||
#\bind "M-d w" "buffer-reload"
|
|
||||||
#\bind "M-d a" "buffer-view dvi"
|
|
||||||
#\bind "M-d p" "buffer-view ps"
|
|
||||||
#\bind "M-d i" "buffer-update dvi"
|
|
||||||
#\bind "M-d k" "buffer-update ps"
|
|
||||||
#\bind "M-d r" "build-program"
|
|
||||||
#\bind "M-d d" "buffer-print"
|
|
||||||
#\bind "M-d f" "buffer-fax"
|
|
||||||
#\bind "M-d m l" "buffer-import latex"
|
|
||||||
#\bind "M-d m a" "buffer-import ascii"
|
|
||||||
#\bind "M-d m t" "buffer-import asciiparagraph"
|
|
||||||
#\bind "M-d m n" "buffer-import noweb"
|
|
||||||
#\bind "M-d m d" "buffer-import linuxdoc"
|
|
||||||
#\bind "M-d e l" "buffer-export latex"
|
|
||||||
#\bind "M-d e d" "buffer-export dvi"
|
|
||||||
#\bind "M-d e p" "buffer-export postscript"
|
|
||||||
#\bind "M-d e l" "buffer-export linuxdoc"
|
|
||||||
#\bind "M-d e t" "buffer-export ascii"
|
|
||||||
#\bind "M-d e h" "buffer-export html"
|
|
||||||
#\bind "M-d e b" "buffer-export custom"
|
|
||||||
#\bind "M-d b" "lyx-quit"
|
|
||||||
#\bind "M-d space" "menu-open Datei"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Menue Bearbeiten
|
|
||||||
#
|
|
||||||
#\bind "M-b r" "undo"
|
|
||||||
#\bind "M-b w" "redo"
|
|
||||||
#\bind "M-b a" "cut"
|
|
||||||
#\bind "M-b k" "copy"
|
|
||||||
#\bind "M-b e" "paste"
|
|
||||||
#\bind "M-b s" "find-replace"
|
|
||||||
#\bind "M-b g" "error-next"
|
|
||||||
#\bind "M-b n" "note-next"
|
|
||||||
#\bind "M-b p" "spellchecker"
|
|
||||||
#\bind "M-b x" "buffer-chktex"
|
|
||||||
#\bind "M-b i" "toc-view"
|
|
||||||
#\bind "M-b l" "latex-view-log"
|
|
||||||
#
|
|
||||||
#\bind "M-b m" "mark-on"
|
|
||||||
#\bind "M-b S-M" "mark-off"
|
|
||||||
#\bind "M-b space" "menu-open Bearbeiten"
|
|
||||||
#\bind "M-b z" "line-delete-forward"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Menue Inhalt
|
|
||||||
#
|
|
||||||
#\bind "M-i" "menu-open Inhalt"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Menue Referenzen
|
|
||||||
#
|
|
||||||
#\bind "M-r" "menu-open Referenzen"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Menue Layout
|
|
||||||
#
|
|
||||||
#\bind "M-l z" "layout-character"
|
|
||||||
#\bind "M-l a" "layout-paragraph"
|
|
||||||
#\bind "M-l d" "layout-document"
|
|
||||||
#\bind "M-l s" "layout-paper"
|
|
||||||
#\bind "M-l t" "layout-table"
|
|
||||||
#\bind "M-l r" "layout-quotes"
|
|
||||||
#\bind "M-l h" "font-emph"
|
|
||||||
#\bind "M-l k" "font-noun"
|
|
||||||
#\bind "M-l f" "font-bold"
|
|
||||||
#\bind "M-l x" "tex-mode"
|
|
||||||
#\bind "M-l u" "depth-next"
|
|
||||||
#\bind "M-l v" "layout-preamble"
|
|
||||||
#\bind "M-l l" "layout-save-default"
|
|
||||||
#\bind "M-l space" "menu-open Layout"
|
|
||||||
#\bind "M-l i" "buffer-itemize-bullets-select"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Menue Einfügen
|
|
||||||
#
|
|
||||||
#\bind "M-e a" "figure-insert"
|
|
||||||
#\bind "M-e t" "table-insert"
|
|
||||||
#\bind "M-e d" "buffer-child-insert"
|
|
||||||
#\bind "M-e c z" "file-insert-ascii"
|
|
||||||
#\bind "M-e c a" "file-insert-ascii-para"
|
|
||||||
#\bind "M-e l" "file-insert"
|
|
||||||
#\bind "M-e f" "footnote-insert"
|
|
||||||
#\bind "M-e r" "marginpar-insert"
|
|
||||||
|
|
||||||
|
|
||||||
#\bind "M-e o a" "buffer-float-insert figure"
|
|
||||||
#\bind "M-e o t" "buffer-float-insert table"
|
|
||||||
#\bind "M-e o b" "buffer-float-insert wide-fig"
|
|
||||||
#\bind "M-e o e" "buffer-float-insert wide-tab"
|
|
||||||
#\bind "M-e o g" "buffer-float-insert algorithm"
|
|
||||||
|
|
||||||
#\bind "M-e i i" "toc-insert"
|
|
||||||
#\bind "M-e i a" "lof-insert"
|
|
||||||
#\bind "M-e i t" "lot-insert"
|
|
||||||
#\bind "M-e i l" "index-print"
|
|
||||||
#\bind "M-e i b" "bibtex-insert"
|
|
||||||
#\bind "M-e i g" "loa-insert"
|
|
||||||
|
|
||||||
#\bind "M-e minus" "hyphenation-point-insert"
|
|
||||||
#\bind "M-e p" "dots-insert"
|
|
||||||
#\bind "M-e e" "end-of-sentence-period-insert"
|
|
||||||
#\bind "M-e q" "quote-insert"
|
|
||||||
#\bind "M-e apostrophe" "quote-insert"
|
|
||||||
#\bind "M-e S-quotedbl" "quote-insert"
|
|
||||||
#\bind "M-e S-greater" "menu-separator-insert"
|
|
||||||
|
|
||||||
#\bind "M-e s h" "hfill-insert"
|
|
||||||
#\bind "M-e s minus" "hyphenation-point-insert"
|
|
||||||
#\bind "M-e s t" "hyphenation-point-insert"
|
|
||||||
#\bind "M-e s l" "protected-space-insert"
|
|
||||||
#\bind "M-e s z" "break-line"
|
|
||||||
#\bind "M-e s f" "dots-insert"
|
|
||||||
#\bind "M-e s p" "end-of-sentence-period-insert"
|
|
||||||
#\bind "M-e s a" "quote-insert"
|
|
||||||
#\bind "M-e s m" "menu-separator-insert"
|
|
||||||
|
|
||||||
#\bind "M-e n" "note-insert"
|
|
||||||
#\bind "M-e m" "label-insert"
|
|
||||||
#\bind "M-e q" "reference-insert"
|
|
||||||
#\bind "M-e z" "citation-insert"
|
|
||||||
#\bind "M-e x" "index-insert"
|
|
||||||
#\bind "M-e w" "index-insert-last"
|
|
||||||
#\bind "M-e u" "url-insert"
|
|
||||||
#\bind "M-e space" "menu-open Einfügen"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Menue Mathematik
|
|
||||||
#
|
|
||||||
#\bind "M-m space" "menu-open Mathematik"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Menue Options
|
|
||||||
#
|
|
||||||
#\bind "M-o space" "menu-open Optionen"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Menue Dokumente
|
|
||||||
#
|
|
||||||
#\bind "M-k space" "menu-open Dokumente"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Menue Hilfe
|
|
||||||
#
|
|
||||||
#\bind "M-h space" "menu-open Hilfe"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Menue Schrifgröße
|
# Menue Schrifgröße
|
||||||
#
|
#
|
||||||
\bind "M-s t" "font-size tiny"
|
\bind "M-s t" "font-size tiny"
|
||||||
\bind "M-s S-S" "font-size smaller"
|
\bind "M-s S-S" "font-size footnotesize"
|
||||||
\bind "M-s s" "font-size small"
|
\bind "M-s s" "font-size small"
|
||||||
\bind "M-s n" "font-size normal"
|
\bind "M-s n" "font-size normal"
|
||||||
\bind "M-s l" "font-size large"
|
\bind "M-s l" "font-size large"
|
||||||
\bind "M-s S-L" "font-size larger"
|
\bind "M-s S-L" "font-size larger"
|
||||||
\bind "M-s h" "font-size huge"
|
\bind "M-s h" "font-size huge"
|
||||||
\bind "M-s S-H" "font-size huger"
|
\bind "M-s S-H" "font-size giant"
|
||||||
|
|
||||||
\bind "M-s 1" "font-size tiny"
|
\bind "M-s 1" "font-size tiny"
|
||||||
\bind "M-s 2" "font-size smallest"
|
\bind "M-s 2" "font-size scriptsize"
|
||||||
\bind "M-s 3" "font-size smaller"
|
\bind "M-s 3" "font-size footnotesize"
|
||||||
\bind "M-s 4" "font-size small"
|
\bind "M-s 4" "font-size small"
|
||||||
\bind "M-s 5" "font-size normal"
|
\bind "M-s 5" "font-size normal"
|
||||||
\bind "M-s 6" "font-size large"
|
\bind "M-s 6" "font-size large"
|
||||||
\bind "M-s 7" "font-size larger"
|
\bind "M-s 7" "font-size larger"
|
||||||
\bind "M-s 8" "font-size largest"
|
\bind "M-s 8" "font-size largest"
|
||||||
\bind "M-s 9" "font-size huge"
|
\bind "M-s 9" "font-size huge"
|
||||||
\bind "M-s 0" "font-size huger"
|
\bind "M-s 0" "font-size giant"
|
||||||
|
|
||||||
\bind "M-s plus" "font-size increase"
|
\bind "M-s plus" "font-size increase"
|
||||||
\bind "M-s minus" "font-size decrease"
|
\bind "M-s minus" "font-size decrease"
|
||||||
|
@ -27,26 +27,27 @@
|
|||||||
# Font size menu
|
# Font size menu
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
\bind "M-k k" "font-size tiny"
|
\bind "M-k k" "font-size tiny"
|
||||||
\bind "M-k S-P" "font-size smaller"
|
\bind "M-k S-P" "font-size footnotesize"
|
||||||
\bind "M-k p" "font-size small"
|
\bind "M-k p" "font-size small"
|
||||||
\bind "M-k o" "font-size normal"
|
\bind "M-k o" "font-size normal"
|
||||||
\bind "M-k t" "font-size normal"
|
\bind "M-k t" "font-size normal"
|
||||||
\bind "M-k s" "font-size large"
|
\bind "M-k s" "font-size large"
|
||||||
\bind "M-k S-S" "font-size larger"
|
\bind "M-k S-S" "font-size larger"
|
||||||
\bind "M-k v" "font-size huge"
|
\bind "M-k v" "font-size huge"
|
||||||
\bind "M-k S-V" "font-size huger"
|
\bind "M-k S-V" "font-size giant"
|
||||||
|
|
||||||
\bind "M-k 1" "font-size tiny"
|
\bind "M-k 1" "font-size tiny"
|
||||||
\bind "M-k 2" "font-size smallest"
|
\bind "M-k 2" "font-size scriptsize"
|
||||||
\bind "M-k 3" "font-size smaller"
|
\bind "M-k 3" "font-size footnotesize"
|
||||||
\bind "M-k 4" "font-size small"
|
\bind "M-k 4" "font-size small"
|
||||||
\bind "M-k 5" "font-size normal"
|
\bind "M-k 5" "font-size normal"
|
||||||
\bind "M-k 6" "font-size large"
|
\bind "M-k 6" "font-size large"
|
||||||
\bind "M-k 7" "font-size larger"
|
\bind "M-k 7" "font-size larger"
|
||||||
\bind "M-k 8" "font-size largest"
|
\bind "M-k 8" "font-size largest"
|
||||||
\bind "M-k 9" "font-size huge"
|
\bind "M-k 9" "font-size huge"
|
||||||
\bind "M-k 0" "font-size huger"
|
\bind "M-k 0" "font-size giant"
|
||||||
|
|
||||||
\bind "M-k plus" "font-size increase"
|
\bind "M-k plus" "font-size increase"
|
||||||
\bind "M-k minus" "font-size decrease"
|
\bind "M-k minus" "font-size decrease"
|
||||||
|
@ -1,295 +0,0 @@
|
|||||||
# This file is part of
|
|
||||||
# ==================================================================
|
|
||||||
#
|
|
||||||
# LyX, the High Level Word Processor
|
|
||||||
#
|
|
||||||
# Copyright (C) 1995-1997 The LyX Team
|
|
||||||
#
|
|
||||||
# ==================================================================
|
|
||||||
|
|
||||||
# Key bindings for menus, both invisible and visible.
|
|
||||||
|
|
||||||
#
|
|
||||||
# Visible Menu access menu
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "F10 f" "menu-open Fájl"
|
|
||||||
#\bind "F10 z" "menu-open Szerkesztés"
|
|
||||||
#\bind "F10 n" "menu-open Nézet"
|
|
||||||
#\bind "F10 b" "menu-open Beszúrás"
|
|
||||||
#\bind "F10 k" "menu-open Képlet"
|
|
||||||
#\bind "F10 e" "menu-open Beállítások"
|
|
||||||
#\bind "F10 d" "menu-open Dokumentumok"
|
|
||||||
#\bind "F10 s" "menu-open Súgó"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# File menu
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "M-f space" "menu-open Fájl"
|
|
||||||
#\bind "M-f j" "buffer-new"
|
|
||||||
#\bind "M-f a" "buffer-new-template"
|
|
||||||
#\bind "M-f n" "file-open"
|
|
||||||
#\bind "M-f z" "buffer-close"
|
|
||||||
#\bind "M-f m" "buffer-write"
|
|
||||||
#\bind "M-f t" "buffer-write-as"
|
|
||||||
#\bind "M-f i" "buffer-reload"
|
|
||||||
#\bind "M-f d" "buffer-view dvi"
|
|
||||||
#\bind "M-f p" "buffer-view ps"
|
|
||||||
#\bind "M-f v" "buffer-update dvi"
|
|
||||||
#\bind "M-f o" "buffer-update ps"
|
|
||||||
#\bind "M-f y" "buffer-print"
|
|
||||||
#\bind "M-f f" "buffer-fax"
|
|
||||||
#\bind "M-f l" "buffer-export latex"
|
|
||||||
#\bind "M-f u" "buffer-export linuxdoc"
|
|
||||||
#\bind "M-f c" "buffer-export ascii"
|
|
||||||
#\bind "M-f h" "buffer-export html"
|
|
||||||
#\bind "M-f s" "buffer-export custom"
|
|
||||||
#\bind "M-f k" "lyx-quit"
|
|
||||||
#\bind "M-f x" "lyx-quit"
|
|
||||||
#bind "M-f l" "file-last" # Not yet implemented.
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Edit menu
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "M-z space" "menu-open Szerkesztés"
|
|
||||||
#\bind "M-z v" "undo"
|
|
||||||
#\bind "M-z i" "redo"
|
|
||||||
#\bind "M-z k" "cut"
|
|
||||||
#\bind "M-z m" "copy"
|
|
||||||
#\bind "M-z b" "paste"
|
|
||||||
#\bind "M-z e" "find-replace"
|
|
||||||
#\bind "M-z h" "error-next"
|
|
||||||
#\bind "M-z g" "note-next"
|
|
||||||
#bind "M-z b" "table" # Not yet implemented!
|
|
||||||
#\bind "M-z n" "spellchecker"
|
|
||||||
#\bind "M-z t" "buffer-chktex"
|
|
||||||
#\bind "M-z a" "toc-view"
|
|
||||||
#\bind "M-z l" "latex-view-log"
|
|
||||||
#\bind "M-z s" "line-delete-forward"
|
|
||||||
#\bind "M-z m" "mark-on"
|
|
||||||
#\bind "M-z S-M" "mark-off"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Layout menu
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "M-o space" "menu-open Formátum"
|
|
||||||
#\bind "M-o b" "layout-character"
|
|
||||||
#\bind "M-o e" "layout-paragraph"
|
|
||||||
#\bind "M-o d" "layout-document"
|
|
||||||
#\bind "M-o o" "layout-paper"
|
|
||||||
#\bind "M-o q" "layout-quotes"
|
|
||||||
#\bind "M-o l" "font-emph"
|
|
||||||
#\bind "M-o k" "font-noun"
|
|
||||||
#\bind "M-o f" "font-bold"
|
|
||||||
#\bind "M-o x" "tex-mode"
|
|
||||||
#\bind "M-o v" "depth-next"
|
|
||||||
#\bind "M-o a" "layout-preamble"
|
|
||||||
#\bind "M-o s" "buffer-itemize-bullets-select"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Insert menu
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "M-b space" "menu-open Beszúrás"
|
|
||||||
#\bind "M-b b" "figure-insert"
|
|
||||||
#\bind "M-b t" "table-insert"
|
|
||||||
#\bind "M-b f" "buffer-child-insert"
|
|
||||||
#\bind "M-b l" "footnote-insert"
|
|
||||||
#\bind "M-b s" "marginpar-insert"
|
|
||||||
|
|
||||||
#\bind "M-b j a" "toc-insert"
|
|
||||||
#\bind "M-b j b" "lof-insert"
|
|
||||||
#\bind "M-b j t" "lot-insert"
|
|
||||||
#\bind "M-b a" "loa-insert"
|
|
||||||
#\bind "M-b j l" "loa-insert"
|
|
||||||
#\bind "M-b j r" "index-print"
|
|
||||||
#\bind "M-b j i" "bibtex-insert"
|
|
||||||
|
|
||||||
#\bind "M-b p h" "hfill-insert"
|
|
||||||
#\bind "M-b minus" "hyphenation-point-insert"
|
|
||||||
#\bind "M-b p minus" "hyphenation-point-insert"
|
|
||||||
#\bind "M-b p e" "hyphenation-point-insert"
|
|
||||||
#\bind "M-b p v" "protected-space-insert"
|
|
||||||
#\bind "M-b p space" "protected-space-insert"
|
|
||||||
#\bind "M-b p s" "break-line"
|
|
||||||
#\bind "M-b p z" "dots-insert"
|
|
||||||
#\bind "M-b p e" "end-of-sentence-period-insert"
|
|
||||||
#\bind "M-b q" "quote-insert"
|
|
||||||
#\bind "M-b apostrophe" "quote-insert"
|
|
||||||
#\bind "M-b S-quotedbl" "quote-insert"
|
|
||||||
#\bind "M-b p q" "quote-insert"
|
|
||||||
#
|
|
||||||
#\bind "M-b m" "note-insert"
|
|
||||||
#\bind "M-b c" "label-insert"
|
|
||||||
#\bind "M-b k" "reference-insert"
|
|
||||||
#\bind "M-b i" "citation-insert"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Math menu
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "M-k space" "menu-open Képlet"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Options menu
|
|
||||||
#
|
|
||||||
|
|
||||||
#bind "M-e f" "screen-font-options" # Not yet implemented!
|
|
||||||
#bind "M-e s" "spellcheck-options" # Not yet implemented!
|
|
||||||
#bind "M-e k" "keyboard-options" # Not yet implemented!
|
|
||||||
#bind "M-e l" "latex-options" # Not yet implemented!
|
|
||||||
#\bind "M-e space" "menu-open Egyebek"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Documents menu
|
|
||||||
#
|
|
||||||
# These are now defined in cua or emacs bind files so their "standard"
|
|
||||||
# bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
|
|
||||||
#\bind "M-d p" "buffer-previous"
|
|
||||||
#\bind "M-d space" "menu-open Dokumentumok"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Help menu
|
|
||||||
#
|
|
||||||
|
|
||||||
#bind "M-h i" "help-introduction" # Not yet implemented!
|
|
||||||
#bind "M-h t" "help-tutorial" # Not yet implemented!
|
|
||||||
#bind "M-h u" "help-user-guide" # Not yet implemented!
|
|
||||||
#bind "M-h r" "help-reference-guide" # Not yet implemented!
|
|
||||||
#bind "M-h h" "help-how-do-i-" # Not yet implemented!
|
|
||||||
#bind "M-h c" "help-customization" # Not yet implemented!
|
|
||||||
#bind "M-h s" "help-special-tools" # Not yet implemented!
|
|
||||||
#bind "M-h k" "help-known-bugs" # Not yet implemented!
|
|
||||||
#bind "M-h a" "help-latex-config" # Not yet implemented!
|
|
||||||
#bind "M-h o" "help-copyright" # Not yet implemented!
|
|
||||||
#bind "M-h e" "help-credits" # Not yet implemented!
|
|
||||||
#bind "M-h v" "help-version" # Not yet implemented!
|
|
||||||
#\bind "M-s space" "menu-open Súgó"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Font size menu
|
|
||||||
#
|
|
||||||
|
|
||||||
\bind "M-s t" "font-size tiny"
|
|
||||||
\bind "M-s S-S" "font-size smaller"
|
|
||||||
\bind "M-s s" "font-size small"
|
|
||||||
\bind "M-s n" "font-size normal"
|
|
||||||
\bind "M-s l" "font-size large"
|
|
||||||
\bind "M-s S-L" "font-size larger"
|
|
||||||
\bind "M-s h" "font-size huge"
|
|
||||||
\bind "M-s S-H" "font-size huger"
|
|
||||||
|
|
||||||
\bind "M-s 1" "font-size tiny"
|
|
||||||
\bind "M-s 2" "font-size smallest"
|
|
||||||
\bind "M-s 3" "font-size smaller"
|
|
||||||
\bind "M-s 4" "font-size small"
|
|
||||||
\bind "M-s 5" "font-size normal"
|
|
||||||
\bind "M-s 6" "font-size large"
|
|
||||||
\bind "M-s 7" "font-size larger"
|
|
||||||
\bind "M-s 8" "font-size largest"
|
|
||||||
\bind "M-s 9" "font-size huge"
|
|
||||||
\bind "M-s 0" "font-size huger"
|
|
||||||
|
|
||||||
\bind "M-s plus" "font-size increase"
|
|
||||||
\bind "M-s minus" "font-size decrease"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Alignment menu
|
|
||||||
#
|
|
||||||
|
|
||||||
#bind "M-a l" "para-align left" # Not yet implemented!
|
|
||||||
#bind "M-a r" "para-align right" # Not yet implemented!
|
|
||||||
#bind "M-a c" "para-align center" # Not yet implemented!
|
|
||||||
#bind "M-a b" "para-align block" # Not yet implemented!
|
|
||||||
#bind "M-a f" "para-align block" # Not yet implemented!
|
|
||||||
#bind "M-a d" "para-align default" # Not yet implemented!
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Paragraph style menu
|
|
||||||
#
|
|
||||||
|
|
||||||
\bind "M-p 1" "layout Chapter"
|
|
||||||
\bind "M-p 2" "layout Section"
|
|
||||||
\bind "M-p 3" "layout Subsection"
|
|
||||||
\bind "M-p 4" "layout Subsubsection"
|
|
||||||
\bind "M-p 5" "layout Paragraph"
|
|
||||||
\bind "M-p 6" "layout Subparagraph"
|
|
||||||
\bind "M-p a" "layout Abstract"
|
|
||||||
\bind "M-p S-A" "layout Author"
|
|
||||||
\bind "M-p M-a" "layout Address"
|
|
||||||
\bind "M-p C-a" "layout RightAddress"
|
|
||||||
\bind "M-p b" "layout Itemize" # bulleted list
|
|
||||||
\bind "M-p S-B" "layout Bibliography"
|
|
||||||
\bind "M-p c" "layout LyX-Code"
|
|
||||||
\bind "M-p S-C" "layout Comment"
|
|
||||||
\bind "M-p M-c" "layout Caption"
|
|
||||||
\bind "M-p d" "layout Description"
|
|
||||||
\bind "M-p S-D" "layout Date"
|
|
||||||
\bind "M-p e" "layout Enumerate" # numbered list
|
|
||||||
\bind "M-p f" "layout ShortFoilhead" # Foils!!
|
|
||||||
\bind "M-p S-F" "layout Foilhead" # Foils!!
|
|
||||||
\bind "M-p i" "layout Itemize" # bulleted list
|
|
||||||
\bind "M-p l" "layout List"
|
|
||||||
\bind "M-p S-L" "layout LaTeX"
|
|
||||||
\bind "M-p n" "layout Enumerate" # numbered list
|
|
||||||
\bind "M-p q" "layout Quote"
|
|
||||||
\bind "M-p S-Q" "layout Quotation"
|
|
||||||
\bind "M-p r" "layout ShortRotatefoilhead" # Foils!!
|
|
||||||
\bind "M-p S-R" "layout Rotatefoilhead" # Foils!!
|
|
||||||
\bind "M-p s" "layout Standard"
|
|
||||||
\bind "M-p t" "layout Title"
|
|
||||||
\bind "M-p x" "layout LaTeX"
|
|
||||||
\bind "M-p space" "drop-layouts-choice"
|
|
||||||
\bind "M-p S-at" "layout Section*" # M-p S-2
|
|
||||||
\bind "M-p S-dollar" "layout Subsubsection*" # M-p S-4
|
|
||||||
\bind "M-p S-numbersign" "layout Subsection*" # M-p S-3
|
|
||||||
\bind "M-p v" "layout Verse"
|
|
||||||
|
|
||||||
\bind "M-p Left" "depth-decrement"
|
|
||||||
\bind "M-p Right" "depth-increment"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Character style menu
|
|
||||||
#
|
|
||||||
|
|
||||||
\bind "M-c b" "font-bold"
|
|
||||||
\bind "M-c c" "font-noun"
|
|
||||||
\bind "M-c e" "font-emph"
|
|
||||||
\bind "M-c m" "math-mode"
|
|
||||||
\bind "M-c p" "font-code"
|
|
||||||
\bind "M-c r" "font-roman"
|
|
||||||
\bind "M-c s" "font-sans"
|
|
||||||
\bind "M-c t" "tex-mode"
|
|
||||||
\bind "M-c u" "font-underline"
|
|
||||||
|
|
||||||
\bind "M-c Down" "word-lowcase"
|
|
||||||
\bind "M-c Up" "word-upcase"
|
|
||||||
\bind "M-c Right" "word-capitalize"
|
|
||||||
|
|
||||||
\bind "M-c space" "font-default"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Keyboard menu
|
|
||||||
#
|
|
||||||
|
|
||||||
\bind "M-k 1" "keymap-primary"
|
|
||||||
\bind "M-k 2" "keymap-secondary"
|
|
||||||
\bind "M-k o" "keymap-off"
|
|
||||||
\bind "M-k t" "keymap-toggle"
|
|
||||||
\bind "M-k x" "keymap-off"
|
|
@ -28,24 +28,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
\bind "M-s t" "font-size tiny"
|
\bind "M-s t" "font-size tiny"
|
||||||
\bind "M-s S-S" "font-size smaller"
|
\bind "M-s S-S" "font-size footnotesize"
|
||||||
\bind "M-s s" "font-size small"
|
\bind "M-s s" "font-size small"
|
||||||
\bind "M-s n" "font-size normal"
|
\bind "M-s n" "font-size normal"
|
||||||
\bind "M-s l" "font-size large"
|
\bind "M-s l" "font-size large"
|
||||||
\bind "M-s S-L" "font-size larger"
|
\bind "M-s S-L" "font-size larger"
|
||||||
\bind "M-s h" "font-size huge"
|
\bind "M-s h" "font-size huge"
|
||||||
\bind "M-s S-H" "font-size huger"
|
\bind "M-s S-H" "font-size giant"
|
||||||
|
|
||||||
\bind "M-s 1" "font-size tiny"
|
\bind "M-s 1" "font-size tiny"
|
||||||
\bind "M-s 2" "font-size smallest"
|
\bind "M-s 2" "font-size scriptsize"
|
||||||
\bind "M-s 3" "font-size smaller"
|
\bind "M-s 3" "font-size footnotesize"
|
||||||
\bind "M-s 4" "font-size small"
|
\bind "M-s 4" "font-size small"
|
||||||
\bind "M-s 5" "font-size normal"
|
\bind "M-s 5" "font-size normal"
|
||||||
\bind "M-s 6" "font-size large"
|
\bind "M-s 6" "font-size large"
|
||||||
\bind "M-s 7" "font-size larger"
|
\bind "M-s 7" "font-size larger"
|
||||||
\bind "M-s 8" "font-size largest"
|
\bind "M-s 8" "font-size largest"
|
||||||
\bind "M-s 9" "font-size huge"
|
\bind "M-s 9" "font-size huge"
|
||||||
\bind "M-s 0" "font-size huger"
|
\bind "M-s 0" "font-size giant"
|
||||||
|
|
||||||
\bind "M-s plus" "font-size increase"
|
\bind "M-s plus" "font-size increase"
|
||||||
\bind "M-s minus" "font-size decrease"
|
\bind "M-s minus" "font-size decrease"
|
||||||
|
@ -14,209 +14,30 @@
|
|||||||
# 03/22/1999
|
# 03/22/1999
|
||||||
# 0.3 version [não-revisada]
|
# 0.3 version [não-revisada]
|
||||||
|
|
||||||
# Abre os menus
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "C-a" "menu-open Arquivo"
|
|
||||||
#\bind "C-e" "menu-open Editar"
|
|
||||||
#\bind "C-f" "menu-open Formatação"
|
|
||||||
#\bind "C-i" "menu-open Inserir"
|
|
||||||
#\bind "C-m" "menu-open Matemático"
|
|
||||||
#\bind "C-o" "menu-open Opções"
|
|
||||||
#\bind "C-d" "menu-open Documentos"
|
|
||||||
#\bind "C-u" "menu-open Ajuda"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Arquivo
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "M-a n" "buffer-new"
|
|
||||||
#\bind "M-a m" "buffer-new-template"
|
|
||||||
#\bind "M-a a" "file-open"
|
|
||||||
#\bind "M-a f" "buffer-close"
|
|
||||||
#\bind "M-a l" "buffer-write"
|
|
||||||
#\bind "M-a c" "buffer-write-as"
|
|
||||||
#\bind "M-a r" "buffer-reload"
|
|
||||||
#\bind "M-a d" "buffer-view dvi"
|
|
||||||
#\bind "M-a o" "buffer-view ps"
|
|
||||||
#\bind "M-a v" "buffer-update dvi"
|
|
||||||
#\bind "M-a z" "buffer-update ps"
|
|
||||||
#\bind "M-a p" "buffer-print"
|
|
||||||
#\bind "M-a x" "buffer-fax"
|
|
||||||
#\bind "M-a i l" "buffer-import latex"
|
|
||||||
#\bind "M-a i a" "buffer-import ascii"
|
|
||||||
#\bind "M-a i p" "buffer-import asciiparagraph"
|
|
||||||
#\bind "M-a e l" "buffer-export latex"
|
|
||||||
#\bind "M-a e p" "buffer-export postscript"
|
|
||||||
#\bind "M-a e d" "buffer-export linuxdoc"
|
|
||||||
#\bind "M-a e t" "buffer-export ascii"
|
|
||||||
#\bind "M-a e h" "buffer-export html"
|
|
||||||
#\bind "M-a e m" "buffer-export custom"
|
|
||||||
#\bind "M-a s" "lyx-quit"
|
|
||||||
#\bind "M-a space" "menu-open Arquivo"
|
|
||||||
#bind "M-a l" "file-last" # Not yet implemented.
|
|
||||||
|
|
||||||
#
|
|
||||||
# Editar
|
|
||||||
#
|
|
||||||
|
|
||||||
#bind "M-e t" "table" # Not yet implemented!
|
|
||||||
#\bind "M-e c" "cut"
|
|
||||||
#\bind "M-e e" "error-next"
|
|
||||||
#\bind "M-e s" "find-replace"
|
|
||||||
#\bind "M-e k" "line-delete-forward"
|
|
||||||
#\bind "M-e m" "mark-on"
|
|
||||||
#\bind "M-e S-M" "mark-off"
|
|
||||||
#\bind "M-e n" "note-next"
|
|
||||||
#\bind "M-e o" "copy"
|
|
||||||
#\bind "M-e p" "paste"
|
|
||||||
#\bind "M-e r" "redo"
|
|
||||||
#\bind "M-e g" "spellchecker"
|
|
||||||
#\bind "M-e t" "buffer-chktex"
|
|
||||||
#\bind "M-e i" "toc-view"
|
|
||||||
#\bind "M-e u" "undo"
|
|
||||||
#\bind "M-e x" "latex-view-log"
|
|
||||||
#\bind "M-e space" "menu-open Edit"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Formatação
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "M-f c" "layout-character"
|
|
||||||
#\bind "M-f r" "layout-paragraph"
|
|
||||||
#\bind "M-f d" "layout-document"
|
|
||||||
#\bind "M-f p" "layout-paper"
|
|
||||||
#\bind "M-f t" "layout-table"
|
|
||||||
#\bind "M-f i" "layout-quotes"
|
|
||||||
#\bind "M-f e" "font-emph"
|
|
||||||
#\bind "M-f s" "font-noun"
|
|
||||||
#\bind "M-f n" "font-bold"
|
|
||||||
#\bind "M-f t" "tex-mode"
|
|
||||||
#\bind "M-f v" "depth-next"
|
|
||||||
#\bind "M-f l" "layout-preamble"
|
|
||||||
#\bind "M-f a" "layout-save-default"
|
|
||||||
#\bind "M-f space" "menu-open Layout"
|
|
||||||
#\bind "M-f i" "buffer-itemize-bullets-select"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Inserir
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "M-i g" "figure-insert"
|
|
||||||
#\bind "M-i b" "table-insert"
|
|
||||||
#\bind "M-i a" "buffer-child-insert"
|
|
||||||
#\bind "M-i i l" "file-insert-ascii"
|
|
||||||
#\bind "M-i i p" "file-insert-ascii-para"
|
|
||||||
#\bind "M-i x" "file-insert"
|
|
||||||
#\bind "M-i r" "footnote-insert"
|
|
||||||
#\bind "M-i m" "marginpar-insert"
|
|
||||||
|
|
||||||
# PREVIOUS PATCH
|
|
||||||
#\bind "M-i f f" "buffer-float-insert figure"
|
|
||||||
#\bind "M-i f t" "buffer-float-insert table"
|
|
||||||
#\bind "M-i f l" "buffer-float-insert wide-fig"
|
|
||||||
#\bind "M-i f b" "buffer-float-insert wide-tab"
|
|
||||||
#\bind "M-i f a" "buffer-float-insert algorithm"
|
|
||||||
#
|
|
||||||
#\bind "M-i t d" "toc-insert"
|
|
||||||
#\bind "M-i t f" "lof-insert"
|
|
||||||
#\bind "M-i t t" "lot-insert"
|
|
||||||
#\bind "M-i t i" "index-print"
|
|
||||||
#\bind "M-i t b" "bibtex-insert"
|
|
||||||
#\bind "M-i t a" "loa-insert"
|
|
||||||
#
|
|
||||||
#\bind "M-i minus" "hyphenation-point-insert"
|
|
||||||
#\bind "M-i p" "dots-insert"
|
|
||||||
#\bind "M-i e" "end-of-sentence-period-insert"
|
|
||||||
#\bind "M-i q" "quote-insert"
|
|
||||||
#\bind "M-i apostrophe" "quote-insert"
|
|
||||||
#\bind "M-i S-quotedbl" "quote-insert"
|
|
||||||
#\bind "M-i s h" "hfill-insert"
|
|
||||||
# NOT IN MENU. (HIDDEN TO LEARNER)
|
|
||||||
#\bind "M-i s minus" "hyphenation-point-insert"
|
|
||||||
#\bind "M-i s e" "protected-space-insert"
|
|
||||||
#\bind "M-i s l" "break-line"
|
|
||||||
#\bind "M-i s r" "dots-insert"
|
|
||||||
#\bind "M-i s f" "end-of-sentence-period-insert"
|
|
||||||
#\bind "M-i s a" "quote-insert"
|
|
||||||
#\bind "M-i n" "note-insert"
|
|
||||||
#\bind "M-i e" "label-insert"
|
|
||||||
#\bind "M-i c" "reference-insert"
|
|
||||||
#\bind "M-i t" "citation-insert"
|
|
||||||
#\bind "M-i d" "index-insert"
|
|
||||||
#\bind "M-i p" "index-insert-last"
|
|
||||||
#\bind "M-i space" "menu-open Inserir"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Metemático
|
|
||||||
#
|
|
||||||
|
|
||||||
#\bind "M-m space" "menu-open Matemático"
|
|
||||||
|
|
||||||
#
|
|
||||||
# Opções
|
|
||||||
#
|
|
||||||
|
|
||||||
#bind "M-o f" "screen-font-options" # Not yet implemented!
|
|
||||||
#bind "M-o o" "spellcheck-options" # Not yet implemented!
|
|
||||||
#bind "M-o t" "keyboard-options" # Not yet implemented!
|
|
||||||
#bind "M-o l" "latex-options" # Not yet implemented!
|
|
||||||
#\bind "M-o space" "menu-open Opções"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Documentos
|
|
||||||
#
|
|
||||||
# These are now defined in cua or emacs bind files so their "standard"
|
|
||||||
# bindings are available. (eg M-d "word-delete-forward" in emacs) ARRae
|
|
||||||
#\bind "M-d a" "buffer-previous"
|
|
||||||
#\bind "M-d space" "menu-open Documentos"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# Ajuda
|
|
||||||
#
|
|
||||||
|
|
||||||
#bind "M-h i" "help-introduction" # Not yet implemented!
|
|
||||||
#bind "M-h t" "help-tutorial" # Not yet implemented!
|
|
||||||
#bind "M-h u" "help-user-guide" # Not yet implemented!
|
|
||||||
#bind "M-h r" "help-reference-guide" # Not yet implemented!
|
|
||||||
#bind "M-h h" "help-how-do-i-" # Not yet implemented!
|
|
||||||
#bind "M-h c" "help-customization" # Not yet implemented!
|
|
||||||
#bind "M-h s" "help-special-tools" # Not yet implemented!
|
|
||||||
#bind "M-h k" "help-known-bugs" # Not yet implemented!
|
|
||||||
#bind "M-h a" "help-latex-config" # Not yet implemented!
|
|
||||||
#bind "M-h o" "help-copyright" # Not yet implemented!
|
|
||||||
#bind "M-h e" "help-credits" # Not yet implemented!
|
|
||||||
#bind "M-h v" "help-version" # Not yet implemented!
|
|
||||||
#\bind "M-u space" "menu-open Ajuda"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Tamanho de Fonte
|
# Tamanho de Fonte
|
||||||
#
|
#
|
||||||
|
|
||||||
\bind "M-s t" "font-size tiny"
|
\bind "M-s t" "font-size tiny"
|
||||||
\bind "M-s S-S" "font-size smaller"
|
\bind "M-s S-S" "font-size footnotesize"
|
||||||
\bind "M-s s" "font-size small"
|
\bind "M-s s" "font-size small"
|
||||||
\bind "M-s n" "font-size normal"
|
\bind "M-s n" "font-size normal"
|
||||||
\bind "M-s l" "font-size large"
|
\bind "M-s l" "font-size large"
|
||||||
\bind "M-s S-L" "font-size larger"
|
\bind "M-s S-L" "font-size larger"
|
||||||
\bind "M-s h" "font-size huge"
|
\bind "M-s h" "font-size huge"
|
||||||
\bind "M-s S-H" "font-size huger"
|
\bind "M-s S-H" "font-size giant"
|
||||||
|
|
||||||
\bind "M-s 1" "font-size tiny"
|
\bind "M-s 1" "font-size tiny"
|
||||||
\bind "M-s 2" "font-size smallest"
|
\bind "M-s 2" "font-size scriptsize"
|
||||||
\bind "M-s 3" "font-size smaller"
|
\bind "M-s 3" "font-size footnotesize"
|
||||||
\bind "M-s 4" "font-size small"
|
\bind "M-s 4" "font-size small"
|
||||||
\bind "M-s 5" "font-size normal"
|
\bind "M-s 5" "font-size normal"
|
||||||
\bind "M-s 6" "font-size large"
|
\bind "M-s 6" "font-size large"
|
||||||
\bind "M-s 7" "font-size larger"
|
\bind "M-s 7" "font-size larger"
|
||||||
\bind "M-s 8" "font-size largest"
|
\bind "M-s 8" "font-size largest"
|
||||||
\bind "M-s 9" "font-size huge"
|
\bind "M-s 9" "font-size huge"
|
||||||
\bind "M-s 0" "font-size huger"
|
\bind "M-s 0" "font-size giant"
|
||||||
|
|
||||||
\bind "M-s plus" "font-size increase"
|
\bind "M-s plus" "font-size increase"
|
||||||
\bind "M-s minus" "font-size decrease"
|
\bind "M-s minus" "font-size decrease"
|
||||||
|
@ -378,9 +378,8 @@ Notes: The document class
|
|||||||
\family sans
|
\family sans
|
||||||
aa
|
aa
|
||||||
\family default
|
\family default
|
||||||
(Version 5.01) can be used to write articles for submission to the
|
(Version 5.01) can be used to write articles for submission to the scientific
|
||||||
scientific journal
|
journal
|
||||||
|
|
||||||
\emph on
|
\emph on
|
||||||
Astronomy and Astrophysics
|
Astronomy and Astrophysics
|
||||||
\emph default
|
\emph default
|
||||||
@ -542,6 +541,94 @@ entcs
|
|||||||
|
|
||||||
\layout Subsection
|
\layout Subsection
|
||||||
|
|
||||||
|
extarticle
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
Found: @chk_extarticle@
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
CTAN:
|
||||||
|
\family typewriter
|
||||||
|
tex-archive/macros/latex/contrib/other/extsizes/
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
\family sans
|
||||||
|
extarticle
|
||||||
|
\family default
|
||||||
|
is equivalent to standard
|
||||||
|
\family sans
|
||||||
|
article
|
||||||
|
\family default
|
||||||
|
class with additional document-wide font sizes.
|
||||||
|
\layout Subsection
|
||||||
|
|
||||||
|
extbook
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
Found: @chk_extbook@
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
CTAN:
|
||||||
|
\family typewriter
|
||||||
|
tex-archive/macros/latex/contrib/other/extsizes/
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
\family sans
|
||||||
|
extbook
|
||||||
|
\family default
|
||||||
|
is equivalent to standard
|
||||||
|
\family sans
|
||||||
|
book
|
||||||
|
\family default
|
||||||
|
class with additional document-wide font sizes.
|
||||||
|
\layout Subsection
|
||||||
|
|
||||||
|
extreport
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
Found: @chk_extreport@
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
CTAN:
|
||||||
|
\family typewriter
|
||||||
|
tex-archive/macros/latex/contrib/other/extsizes/
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
\family sans
|
||||||
|
extreport
|
||||||
|
\family default
|
||||||
|
is equivalent to standard
|
||||||
|
\family sans
|
||||||
|
report
|
||||||
|
\family default
|
||||||
|
class with additional document-wide font sizes.
|
||||||
|
\layout Subsection
|
||||||
|
|
||||||
|
extletter
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
Found: @chk_extletter@
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
CTAN:
|
||||||
|
\family typewriter
|
||||||
|
tex-archive/macros/latex/contrib/other/extsizes/
|
||||||
|
\layout Description
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
\family sans
|
||||||
|
extletter
|
||||||
|
\family default
|
||||||
|
is equivalent to standard
|
||||||
|
\family sans
|
||||||
|
letter
|
||||||
|
\family default
|
||||||
|
class with additional document-wide font sizes.
|
||||||
|
\layout Subsection
|
||||||
|
|
||||||
g-brief-en
|
g-brief-en
|
||||||
\layout Description
|
\layout Description
|
||||||
|
|
||||||
|
13
lib/layouts/extarticle.layout
Normal file
13
lib/layouts/extarticle.layout
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#% Do not delete the line below; configure depends on this
|
||||||
|
# \DeclareLaTeXClass{extarticle}
|
||||||
|
# Article textclass definition file. Taken from initial LyX source code
|
||||||
|
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
|
||||||
|
# this file: Herbert Voss <voss@lyx.org>
|
||||||
|
#
|
||||||
|
Input article.layout
|
||||||
|
#
|
||||||
|
# change available fontsizes
|
||||||
|
#
|
||||||
|
ClassOptions
|
||||||
|
FontSize 8|9|14|17|20
|
||||||
|
end
|
13
lib/layouts/extbook.layout
Normal file
13
lib/layouts/extbook.layout
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#% Do not delete the line below; configure depends on this
|
||||||
|
# \DeclareLaTeXClass{extbook}
|
||||||
|
# Book textclass definition file. Taken from initial LyX source code
|
||||||
|
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
|
||||||
|
# this file: Herbert Voss <voss@lyx.org>
|
||||||
|
#
|
||||||
|
Input book.layout
|
||||||
|
#
|
||||||
|
# change available fontsizes
|
||||||
|
#
|
||||||
|
ClassOptions
|
||||||
|
FontSize 8|9|14|17|20
|
||||||
|
end
|
13
lib/layouts/extletter.layout
Normal file
13
lib/layouts/extletter.layout
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#% Do not delete the line below; configure depends on this
|
||||||
|
# \DeclareLaTeXClass{extletter}
|
||||||
|
# Article textclass definition file. Taken from initial LyX source code
|
||||||
|
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
|
||||||
|
# this file: Herbert Voss <voss@lyx.org>
|
||||||
|
#
|
||||||
|
Input letter.layout
|
||||||
|
#
|
||||||
|
# change available fontsizes
|
||||||
|
#
|
||||||
|
ClassOptions
|
||||||
|
FontSize 8|9|14|17|20
|
||||||
|
end
|
13
lib/layouts/extreport.layout
Normal file
13
lib/layouts/extreport.layout
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#% Do not delete the line below; configure depends on this
|
||||||
|
# \DeclareLaTeXClass{extreport}
|
||||||
|
# Article textclass definition file. Taken from initial LyX source code
|
||||||
|
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
|
||||||
|
# this file: Herbert Voss <voss@lyx.org>
|
||||||
|
#
|
||||||
|
Input report.layout
|
||||||
|
#
|
||||||
|
# change available fontsizes
|
||||||
|
#
|
||||||
|
ClassOptions
|
||||||
|
FontSize 8|9|14|17|20
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user