improvement
This commit is contained in:
parent
736fc3f48b
commit
e42632c88b
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE ipe SYSTEM "ipe.dtd">
|
||||
<ipe version="70218" creator="Ipe 7.2.24">
|
||||
<info created="D:20090429144355" modified="D:20211029180018" title="AC wide presentation template" author="Martin Nöllenburg" numberpages="yes"/>
|
||||
<info created="D:20090429144355" modified="D:20211029180018" title="AC wide presentation template" author="Michael Krayer" numberpages="yes"/>
|
||||
<preamble>\usepackage[utf8]{inputenc}
|
||||
\usepackage{amsmath,amssymb}
|
||||
\newcommand{\hl}[1]{\textbf{\textcolor{kitred}{#1}}}
|
||||
\newcommand{\itemcolor}{ac-lightblue}
|
||||
\newcommand{\name}{My Name}
|
||||
\newcommand{\name}{Michael Krayer}
|
||||
\newcommand{\prestitle}{My cool title}
|
||||
</preamble>
|
||||
<ipestyle name="basic">
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
<tiling name="rising" angle="30" step="4" width="1"/>
|
||||
</ipestyle>
|
||||
<ipestyle name="Presentation">
|
||||
<layout paper="960 600" origin="20 20" frame="920 524" skip="16" crop="no"/>
|
||||
<layout paper="960 600" origin="20 20" frame="920 510" skip="16" crop="no"/>
|
||||
<pagenumberstyle pos="-12 -12" color="0" size="10" valign="baseline">
|
||||
\arabic{ipePage}/\arabic{ipePages}</pagenumberstyle>
|
||||
<titlestyle pos="0 545" size="large" color="white" valign="baseline"/>
|
||||
|
|
@ -296,9 +296,13 @@ h
|
|||
<page title="Slide Title" section="">
|
||||
<layer name="alpha"/>
|
||||
<view layers="alpha" active="alpha"/>
|
||||
<text layer="alpha" pin="h" pos="0 524" stroke="black" type="minipage" width="920" height="88.1916" depth="74.396" valign="top" style="itemize">\item edit title using ctrl-P
|
||||
<text layer="alpha" pin="h" pos="0 510" stroke="black" type="minipage" width="920" height="88.1916" depth="74.396" valign="top" style="itemize">\item edit title using ctrl-P
|
||||
\item add new textfield with F10
|
||||
\item change name and title for the footer in the document properties ctrl-shift-P
|
||||
\item use \textbackslash hl command to \hl{highlight}</text>
|
||||
\item use \textbackslash hl command to \hl{highlight}
|
||||
\item add a reference like this [1]
|
||||
</text>
|
||||
<text pos="0 0" stroke="ac-lightblue" type="label" width="920" valign="bottom" size="tiny">[1] Authors, ``This is the title.'', JOURNAL YEAR
|
||||
</text>
|
||||
</page>
|
||||
</ipe>
|
||||
</ipe>
|
||||
Loading…
Reference in New Issue