Skip to content
Snippets Groups Projects
Commit 5ca386a3 authored by Jari-Matti Mäkelä's avatar Jari-Matti Mäkelä
Browse files

New LyX layout properties for document parameters.

parent 96c1abb2
No related branches found
No related tags found
1 merge request!1New document class, biblatex and lyx support
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -87,50 +87,12 @@
\begin_body
\begin_layout Standard
\begin_inset ERT
status open
\begin_layout Plain Layout
% main language keywords
\end_layout
\begin_layout Plain Layout
\backslash
keywords{tähän, lista, avainsanoista}
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
% Second set of keywords (english)
\end_layout
\begin_layout Plain Layout
% (in case the document is written in non-english)
\end_layout
\begin_layout Plain Layout
\backslash
keywordstwo{here, a, list, of, keywords}
\end_layout
\begin_layout Plain Layout
\begin_layout Keywords
tähän, lista, avainsanoista
\end_layout
\end_inset
\begin_layout KeywordsEnglish
here, a, list, of, keywords
\end_layout
\begin_layout Abstract
......@@ -159,55 +121,25 @@ ulokset tulosten perusteella tehdyt päätelmät ja toimenpidesuositukset asiasa
\end_layout
\begin_layout Standard
\begin_inset ERT
\begin_inset Note Note
status open
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
% Second abstract in english
\end_layout
\begin_layout Plain Layout
% (in case the document is written in non-english)
Second abstract in english(in case the document is written in non-english)
\end_layout
\begin_layout Plain Layout
% comment if not needed
comment if not needed
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
\end_inset
\backslash
begin{abstracten}
\end_layout
\begin_layout Plain Layout
\begin_layout AbstractEnglish
If your thesis is in english this might also be required???
\end_layout
\begin_layout Plain Layout
\backslash
end{abstracten}
\end_layout
\end_inset
\end_layout
\end_body
\end_document
......@@ -89,73 +89,31 @@
\begin_body
\begin_layout Standard
\begin_inset ERT
status open
\begin_layout Plain Layout
% publication year
\begin_layout PubYear
2018
\end_layout
\begin_layout Plain Layout
\backslash
pubyear{2018}
\begin_layout PubMonth
6
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
% publication month 1-12
\end_layout
\begin_layout Plain Layout
\backslash
pubmonth{6}
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout Plain Layout
% laboratory name
\end_layout
\begin_layout Plain Layout
\backslash
publab{Labran Nimi}{Laboratory Name}
\end_layout
\begin_layout Plain Layout
\end_layout
\begin_layout PubLab
Labran nimi
\begin_inset ERT
status open
\begin_layout Plain Layout
% supports magic values: tkk, luk, gradu & di
}{Laboratory Name
\end_layout
\begin_layout Plain Layout
\end_inset
\backslash
pubtype{tkk}
\end_layout
\end_inset
\begin_layout PubType
tkk
\end_layout
\begin_layout Title
......
......@@ -23,6 +23,85 @@ Style Appendix
LabelString "Appendix" # For the menu?
End
Style PubYear
Margin Dynamic
LatexType Command
LatexName pubyear
LabelType Static
LabelString "Publication year:"
Align Center
Font
Size Large
EndFont
End
Style PubMonth
Margin Dynamic
LatexType Command
LatexName pubmonth
LabelType Static
LabelString "Publication month: "
Align Center
Font
Size Large
EndFont
End
Style PubLab
Margin Dynamic
LatexType Command
LatexName publab
LabelType Static
LabelString "Laboratory name: "
Align Center
Font
Size Large
EndFont
End
Style PubType
Margin Dynamic
LatexType Command
LatexName pubtype
LabelType Static
LabelString "Publication type (tkk/luk/gradu/di): "
Align Center
Font
Size Large
EndFont
End
Style Keywords
Margin Dynamic
LatexType Command
LatexName keywords
LabelType Static
LabelString "Keywords: "
Align Center
Font
Size Large
EndFont
End
Style KeywordsEnglish
Margin Dynamic
LatexType Command
LatexName keywordstwo
LabelType Static
LabelString "Keywords (english): "
Align Center
Font
Size Large
EndFont
End
Style AbstractEnglish
CopyStyle Abstract
LatexName abstracten
LabelString "Abstract (english)" # For the menu?
End
Style Part
Align Left
AlignPossible Left
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment