[ LUGOS ] LaTeX in \newcommand + slovenski znaki

Roman Maurer roman.maurer na hermes.si
Čet Maj 11 08:18:24 CEST 2000


Darko Koruga wrote:
> 
> imam eno vprasanje za LaTeX in \newcommand. In sicer naredim
> nekaj takega:
> \newcommand{\mytext}{Tole je testno sporo"cilo}
> \framebox{\parbox[c][11.6cm][t]{13.6cm}
> {
>   \mytext
> }}
> Pa se tisti "c res pokaze kot "c. V cem je problem ?

Morda nisi vklopil \usepackage[slovene]{babel}.  Tule se pokaže
kot ,č`:

\documentclass[slovene]{article}
\usepackage{babel}
\begin{document}
\newcommand{\mytext}{Tole je testno sporo"cilo}
\framebox{\parbox[c][11.6cm][t]{13.6cm}
{
  \mytext
}}
\end{document}

-- 
	Pozdrav,
	  Roman




Dodatne informacije o seznamu Starilist