mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
6b49b6b129
This makes the defaults of Inset::inheritFont() and Inset::resetFontEdit() compatible. There is no user visible change except for the Chunk inset which does not produce invalid LaTeX after editing operations anymore. This is the safe version for 2.1.0, for later there are still open questions: - All insets with ResetsFont true should be audited: Is this really needed, or do they show similar editing problems as the Chunk inset? - Does inheritFont() need to be customizable in the layout file as well? - Is resetFontEdit() != !inheritFont() needed at all? I did not use change tracking for the docs, since I updated all existing translations.
87 lines
1.8 KiB
Plaintext
87 lines
1.8 KiB
Plaintext
#% Do not delete the line below; configure depends on this
|
|
# \DeclareLaTeXClass[report,RJournal.sty,booktabs.sty,natbib.sty]{R Journal}
|
|
# \DeclareCategory{Reports}
|
|
# Author: Yihui Xie
|
|
# Modified by: Scott Kostyshak
|
|
|
|
Format 49
|
|
|
|
Input stdclass.inc
|
|
|
|
Provides natbib-internal 1
|
|
Provides url 1
|
|
|
|
ClassOptions
|
|
Other a4paper
|
|
End
|
|
|
|
DefaultModule knitr
|
|
|
|
AddToPreamble
|
|
\usepackage{RJournal}
|
|
\usepackage{booktabs}
|
|
|
|
\fancyhf{}
|
|
\fancyhead[LO,RE]{\textsc{Contributed Article}}
|
|
\fancyhead[RO,LE]{\thepage}
|
|
\fancyfoot[L]{The R Journal Vol. X/Y, Month, Year}
|
|
\fancyfoot[R]{ISSN 2073-4859}
|
|
|
|
\AtBeginDocument{%
|
|
\begin{article}
|
|
}
|
|
|
|
\AtEndDocument{%
|
|
\end{article}
|
|
}
|
|
EndPreamble
|
|
|
|
Style Abstract
|
|
Margin First_Dynamic
|
|
LatexType Command
|
|
InTitle 0
|
|
LatexName abstract
|
|
LeftMargin MMM
|
|
LabelIndent MMM
|
|
RightMargin MMM
|
|
ParIndent MM
|
|
TopSep 0.7
|
|
BottomSep 0.7
|
|
Align Block
|
|
LabelType Static
|
|
LabelString "Abstract."
|
|
LabelSep M
|
|
Font
|
|
Size Small
|
|
EndFont
|
|
LabelFont
|
|
Shape Smallcaps
|
|
Color latex
|
|
EndFont
|
|
End
|
|
|
|
Style Address
|
|
Category FrontMatter
|
|
Margin Static
|
|
LatexType Command
|
|
LatexName address
|
|
ParSkip 0.4
|
|
BottomSep 1.5
|
|
ParSep 1.5
|
|
Align Left
|
|
AlignPossible Block, Left, Right, Center
|
|
LabelType No_Label
|
|
End
|
|
|
|
InsetLayout "Flex:Email"
|
|
LabelString "Email"
|
|
LatexType Command
|
|
Decoration Classic
|
|
LaTexName email
|
|
LyXType Custom
|
|
ForcePlain 1
|
|
LabelFont
|
|
Color latex
|
|
EndFont
|
|
End
|