mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
Adding another logo. Fix some bugs in our xep2xetex.xsl.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3501 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
d4f9ec1330
commit
4c75b053c1
@ -60,19 +60,21 @@
|
|||||||
<TeXML escape="0">
|
<TeXML escape="0">
|
||||||
%!TEX TS-program = xelatex
|
%!TEX TS-program = xelatex
|
||||||
%!TEX encoding = UTF-8 Unicode
|
%!TEX encoding = UTF-8 Unicode
|
||||||
\documentclass[a4paper]{scrartcl}
|
\documentclass[]{scrartcl}
|
||||||
|
\KOMAoptions{paper=a4}
|
||||||
|
|
||||||
\usepackage[
|
\usepackage[
|
||||||
pdftitle={XEP-<xsl:value-of select="/xep/header/number"/>: <xsl:value-of select="/xep/header/title"/>},
|
pdftitle={XEP-<xsl:value-of select="/xep/header/number"/>: <xsl:value-of select="/xep/header/title"/>},
|
||||||
pdfauthor={XMPP Standards Foundation}]{hyperref}
|
pdfauthor={XMPP Standards Foundation},
|
||||||
|
breaklinks = true,
|
||||||
|
unicode,
|
||||||
|
pagebackref,
|
||||||
|
xetex]{hyperref}
|
||||||
\usepackage{color}
|
\usepackage{color}
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{tabularx}
|
\usepackage{tabularx}
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
|
|
||||||
\usepackage[breaklinks = true, unicode, pagebackref, xetex]{hyperref}
|
|
||||||
|
|
||||||
\usepackage{varwidth}
|
\usepackage{varwidth}
|
||||||
\usepackage{titling}
|
\usepackage{titling}
|
||||||
\usepackage{titletoc}
|
\usepackage{titletoc}
|
||||||
@ -107,7 +109,7 @@ pdfauthor={XMPP Standards Foundation}]{hyperref}
|
|||||||
\pretitle{
|
\pretitle{
|
||||||
\begin{figure*}[h]
|
\begin{figure*}[h]
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\includegraphics[totalheight=7.5cm]{XMPP_Logo.pdf}
|
\includegraphics[totalheight=7.5cm]{logo-text.pdf}
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{figure*}
|
\end{figure*}
|
||||||
\begin{center}\LARGE
|
\begin{center}\LARGE
|
||||||
|
Loading…
Reference in New Issue
Block a user