mailing-list for TeXmacs Users

Text archives Help


bug with small caps translated in LaTeX


Chronological Thread 
  • From: Daniel Duparc <address@hidden>
  • To: Liste TeXmacs (users) <address@hidden>
  • Subject: bug with small caps translated in LaTeX
  • Date: Sun, 24 Feb 2002 09:00:14 +0100

A small bug with small caps translated in LaTeX:
in the following tm file, the name "Duparc" in small caps
is badly translated in LaTeX (it disappears since it
is translated to \name{Duparc}!)

----beginning of TeXmacs file
=============================
<TeXmacs|0.3.5.12>

<style|letter>

<\body>
<with|font size|1.19|>Daniel <name|Duparc.>\
</body>

<\initial>
<\collection>
<associate|paragraph width|150mm>
<associate|odd page margin|30mm>
<associate|page right margin|30mm>
<associate|page top margin|30mm>
<associate|reduction page right margin|25mm>
<associate|page type|a4>
<associate|reduction page bottom margin|15mm>
<associate|even page margin|30mm>
<associate|reduction page left margin|25mm>
<associate|page bottom margin|30mm>
<associate|reduction page top margin|15mm>
<associate|language|french>
</collection>
</initial>
----end of TeXmacs file
=======================

----beginning of LaTeX file
============================
\documentclass{letter}
\usepackage[french]{babel}
\IfFileExists{TeXmacs.sty}
{\usepackage{TeXmacs}}
{\usepackage{/usr/local/share/TeXmacs-0.3.5.12/misc/latex/TeXmacs}}
\newcommand{\chapter}[1]{\tmsection{\begin{center}\huge #1\end{center}}}
\newcommand{\section}[1]{\tmsection{\LARGE #1}}
\newcommand{\subsection}[1]{\tmsection{\Large #1}}
\newcommand{\subsubsection}[1]{\tmsection{\large #1}}
\newcommand{\paragraph}[1]{\tmparagraph{#1}}
\newcommand{\subparagraph}[1]{\tmparagraph{#1}}

\begin{document}
\SelectFrench

{\large }Daniel \name{Duparc.}

\end{document}

----end of LaTeX file
=====================

Best regards.
--
Daniel Duparc <address@hidden>
29 av. de la Commune de Paris
94400 Vitry sur Seine (France)



Archive powered by MHonArc 2.6.19.

Top of page