Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Merge branch 'staging' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
gadmm committed Feb 11, 2018
2 parents 2dc0be9 + 979ca30 commit c7e6fc4
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 0 deletions.
34 changes: 34 additions & 0 deletions lib/layouts/article-beamer-flex.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[article,beamerarticle.sty,keyval.sty,pgf.sty]{Beamer-flex Article (Standard Class)}
# \DeclareCategory{Articles}
# Author: Jürgen Spitzmüller <[email protected]>
# Adapted to beamer-flex by [email protected]

Format 66

# Includes
Input article.layout
Input beamer-flex.layout

# override settings inherited from beamer.layout (Paul Rubin <[email protected]>)
Provides geometry 0
Provides hyperref 0

DefaultFont
Family Roman
Series Medium
Shape Up
Size Normal
Color None
EndFont

Preamble
\usepackage{beamerarticle,pgf}
% this default might be overridden by plain title style
\newcommand\makebeamertitle{\frame{\maketitle}}%
\AtBeginDocument{
\let\origtableofcontents=\tableofcontents
\def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
\def\gobbletableofcontents#1{\origtableofcontents}
}
EndPreamble
107 changes: 107 additions & 0 deletions lib/layouts/beamerposter-flex.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[beamer,beamerposter.sty]{Beamerposter (flex insets)}
# \DeclareCategory{Posters}
# Wrapper layout for the beamer class with beamerposter style
#
# Authors: Jürgen Spitzmüller ([email protected])
# Adapted to beamer-flex by [email protected]
#
# Input general definitions

Format 66

Input beamer-flex.layout

Preamble
\usepackage{etoolbox}
\AtEndPreamble{%
\usepackage{beamerposter}
}
EndPreamble

Style Title
InPreamble 1
InTitle 0
End

Style Subtitle
InPreamble 1
InTitle 0
End

Style Author
InPreamble 1
InTitle 0
End

Style Institute
InPreamble 1
InTitle 0
End

Style Date
InPreamble 1
InTitle 0
End

Style TitleGraphic
InPreamble 1
InTitle 0
End

NoStyle Title_(Plain_Frame)

InsetLayout "Flex:Giant"
LyXType custom
Decoration classic
LabelString Giant
LatexType None
LeftDelim {\veryHuge{}
RightDelim \par}
Font
Size giant
EndFont
LabelFont
Size normal
EndFont
ResetsFont true
End

InsetLayout "Flex:More_Giant"
CopyStyle Flex:Giant
LeftDelim {\VeryHuge{}
LabelString "More Giant"
End

InsetLayout "Flex:Most_Giant"
CopyStyle Flex:Giant
LeftDelim {\VERYHuge{}
LabelString "Most Giant"
End

InsetLayout Flex:Giant_Snippet
LyXType charstyle
LabelString Giant
LatexType None
LeftDelim {\veryHuge{}
RightDelim }
Font
Size giant
EndFont
LabelFont
Size normal
EndFont
ResetsFont true
End

InsetLayout Flex:More_Giant_Snippet
CopyStyle Flex:Giant_Snippet
LabelString "More Giant"
LeftDelim {\VeryHuge{}
End

InsetLayout Flex:Most_Giant_Snippet
CopyStyle Flex:Giant_Snippet
LabelString "Most Giant"
LeftDelim {\VERYHuge{}
End
34 changes: 34 additions & 0 deletions lib/layouts/scrarticle-beamer-flex.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[scrartcl,beamerarticle.sty,keyval.sty,pgf.sty]{Beamer-flex Article (KOMA-Script)}
# \DeclareCategory{Articles}
# Author: Jürgen Spitzmüller <[email protected]>
# Adapted to beamer-flex by [email protected]

Format 66

# Includes
Input scrartcl.layout
Input beamer-flex.layout

# override settings inherited from beamer.layout
Provides geometry 0
Provides hyperref 0

DefaultFont
Family Roman
Series Medium
Shape Up
Size Normal
Color None
EndFont

Preamble
\usepackage{beamerarticle,pgf}
% this default might be overridden by plain title style
\newcommand\makebeamertitle{\frame{\maketitle}}%
\AtBeginDocument{
\let\origtableofcontents=\tableofcontents
\def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
\def\gobbletableofcontents#1{\origtableofcontents}
}
EndPreamble

0 comments on commit c7e6fc4

Please sign in to comment.