XeTeXKOMA-Script and XeTeX: no footer after DINmtext

Information and discussion about XeTeX, an alternative for pdfTeX based on e-Tex
Post Reply
quidbit
Posts: 1
Joined: Fri Feb 17, 2012 1:35 am

KOMA-Script and XeTeX: no footer after DINmtext

Post by quidbit »

Hi,

since I have used \documentclass[DINmtext]{scrlttr2} with XeLaTeX the footer is gone, which has always been there, even after I took away the option DINmtext. Slightly changed (no \usepackage{xltxtra}, different font commands) the footer still shows up with PDFLaTeX. I am using the current standard installation of texlive / texlive-xetex under Ubuntu 11.10.

Any help? Here is my snippet:

Code: Select all

% !TEX TS-program 
% !TEX encoding = UTF-8
\documentclass{scrlttr2}
\usepackage{xltxtra} % Extra customizations for XeLaTeX;
\usepackage[ngerman]{babel}
\usepackage{graphicx}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
% to support TeX conventions like ‘‘---
\setmainfont{Linux Libertine O}
\setsansfont{GFS Artemisia}
\setmonofont{DejaVu Sans Mono}
 
\setkomavar{frombank}{Kontonummer 234 $\cdot$ BLZ 123 $\cdot$ ABC AG (IBAN: ASDFAS $\cdot$ BIC: ASDFSA1)}
\newkomavar[USt-IdNr.]{stnr}
\setkomavar{stnr}{jklöj}
 
\firstfoot{%
\centering\usekomafont{backaddress}\scriptsize%
\usekomavar*{frombank}: \usekomavar{frombank}\\
\rule[1mm]{\textwidth}{0.4pt}\\
\usekomavar*{stnr}: \usekomavar{stnr}
}
 
% ----------------------------------------------------------------------------------------------------------------
 
\setkomavar{yourref}{bla/blo}
\setkomavar{yourmail}{08.12.2011}
\setkomavar{myref}{foo/bar}
\setkomavar{date}{\today}
 
\setkomavar{subject}{Betreff: }
 
% ----------------------------------------------------------------------------------------------------------------
 
\begin{document}
 \begin{letter}{
An\\
...\\
...\\[1ex]
PLZ ...
}
 
\opening{Sehr geehrte Damen und Herren,}
....
 
\closing{Mit freundlichen Grüßen}
 
% Anlagen
%\encl{}
 
\end{letter}
\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

KOMA-Script and XeTeX: no footer after DINmtext

Post by localghost »

Just for information to other users to be aware of possibly already existing solutions. The question has also been posted to the KOMA Script Documentation Project.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Post Reply