[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to add special glyphs
From: |
Pedro Andres Aranda Gutierrez |
Subject: |
Re: how to add special glyphs |
Date: |
Wed, 8 Mar 2023 17:53:44 +0100 |
BTW,
for listings, this seems to help with the backslashes
\usepackage{upquote}
\newcommand{\BSL}{\char`\\}
Best, /PA
On Wed, 8 Mar 2023 at 16:14, Rob Sargent <rsargent@xmission.com> wrote:
>
>
>
> > On Mar 8, 2023, at 3:09 AM, Pedro Andres Aranda Gutierrez
> > <paaguti@gmail.com> wrote:
> >
> > On 3/6/23 Rob Sargent <rsargent@xmission.com> wrote:
> >
> >> I think I have to decide on one format and stick with it. I get bitten
> >> by ODT/DOC transformations, not sure I like the default look of
> >> LaTeX/pdf, HTML is pretty reliable but not best for handing out. Maybe
> >> I'll go back to "text" and call it good.
> >
> > If my .2 cents can help:
> >
> > At the end, I bargained with myself and settled for PDF/LaTeX. I'm using
> >
> > #+LATEX_HEADER: \usepackage{helvet}
> > #+LATEX_HEADER: \renewcommand\familydefault{\sfdefault}
> >
> > for SansSerif fonts after some reading about adapted documents. They
> > seem to work well with most LaTeX classes as well as Beamer
> > presentations and handouts.
> >
> > I'm spending time with listing exports because I'm not against some
> > code samples being available for *reliable* copy and paste and the
> > current exporters in LaTeX don't completely please me (but that's the
> > real danger with LaTeX, noone but me to blame for it ;-) )
> >
> > Best, /PA
> > --
> > Fragen sind nicht da um beantwortet zu werden,
> > Fragen sind da um gestellt zu werden
> > Georg Kreisler
> >
> > Headaches with a Juju log:
> > unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should
> > run a leader-deposed hook here, but we can't yet
> >
>
> It very much helps. Thank you
>
> rjs
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should
run a leader-deposed hook here, but we can't yet
Re: how to add special glyphs, Max Nikulin, 2023/03/07
Re: Re: how to add special glyphs, Pedro Andres Aranda Gutierrez, 2023/03/08