mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Fix a typo.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3503 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
6512272c2e
commit
68d7c54231
4
gen.py
4
gen.py
@ -167,8 +167,8 @@ def main(argv):
|
||||
|
||||
commands.getstatusoutput("rm /tmp/xepbuilder")
|
||||
commands.getstatusoutput("mkdir /tmp/xepbuilder")
|
||||
commands.getstatusoutput("cp ../images/logo.pdf /tmp/xepbuilder/logo.pdf")
|
||||
commands.getstatusoutput("cp ../images/logo-text.pdf /tmp/xepbuilder/logo-text.pdf")
|
||||
commands.getstatusoutput("cp ../images/xmpp.pdf /tmp/xepbuilder/xmpp.pdf")
|
||||
commands.getstatusoutput("cp ../images/xmpp-text.pdf /tmp/xepbuilder/xmpp-text.pdf")
|
||||
|
||||
buildXEP( xep )
|
||||
|
||||
|
@ -103,13 +103,13 @@
|
||||
\newcommand{\XEPVersion}[0]{<xsl:value-of select="$maxXEPVersion"/>}
|
||||
|
||||
\fancyhead[LE,RO]{\slshape \rightmark}
|
||||
\fancyhead[LO,RE]{\includegraphics[totalheight=10pt]{logo.pdf} \slshape \leftmark}
|
||||
\fancyhead[LO,RE]{\includegraphics[totalheight=10pt]{xmpp.pdf} \slshape \leftmark}
|
||||
\fancyfoot[CO,CE]{\thepage}
|
||||
|
||||
\pretitle{
|
||||
\begin{figure*}[h]
|
||||
\begin{center}
|
||||
\includegraphics[totalheight=7.5cm]{logo-text.pdf}
|
||||
\includegraphics[totalheight=7.5cm]{xmpp-text.pdf}
|
||||
\end{center}
|
||||
\end{figure*}
|
||||
\begin{center}\LARGE
|
||||
|
Loading…
Reference in New Issue
Block a user