unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Angelo Graziosi <angelo.g0@libero.it>
Cc: emacs-devel@gnu.org
Subject: Re: Different rendering in latex doc between Windows, macOS and GNU/Linux
Date: Sat, 26 Nov 2022 18:45:44 +0200	[thread overview]
Message-ID: <83bkotslzb.fsf@gnu.org> (raw)
In-Reply-To: <1962215699.329541.1669478921414@mail1.libero.it> (message from Angelo Graziosi on Sat, 26 Nov 2022 17:08:41 +0100 (CET))

> Date: Sat, 26 Nov 2022 17:08:41 +0100 (CET)
> From: Angelo Graziosi <angelo.g0@libero.it>
> Cc: emacs-devel@gnu.org
> 
> > I suspect on GNU/Linux, Emacs is configured to load some optional package.
> > The -q option doesn't disable site-init files.
> 
> Sorry, but I do not understand this. How can I disable that?

By using "emacs -Q" (capital Q).  But it is not important in this case, see
below.

> The result of the above command is the same, both on Windows and GNU/Linux but on GNU/Linux 'foo' is rendered in underline bold while on Windows it is in italic. I create a foo.tex file with '\emph{foo}' on the first line and with the cursor on 'f' of 'foo'. See the attachments..

The images show that the font you use on GNU/Linux doesn't have the italics
variant, so Emacs uses underline instead, per the defface:

  (defface italic
    '((((supports :slant italic))
       :slant italic)
      (((supports :underline t))
       :underline t)



  reply	other threads:[~2022-11-26 16:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-26 12:48 Different rendering in latex doc between Windows, macOS and GNU/Linux Angelo Graziosi
2022-11-26 14:14 ` Eli Zaretskii
2022-11-26 16:08   ` Angelo Graziosi
2022-11-26 16:45     ` Eli Zaretskii [this message]
2022-11-26 19:03       ` Angelo Graziosi
2022-11-26 19:16         ` Eli Zaretskii
2022-11-26 20:21           ` Stefan Monnier
2022-11-26 20:33             ` Gregory Heytings
2022-11-26 19:20 ` Jim Porter
2022-11-26 20:16   ` Angelo Graziosi
2022-11-26 20:26     ` Jim Porter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83bkotslzb.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=angelo.g0@libero.it \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).