all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
To: Ruijie Yu <ruijie@netyu.xyz>
Cc: emacs-orgmode@gnu.org
Subject: Re: [Q] How to italicize without introducing a space?
Date: Wed, 29 Mar 2023 08:06:39 +0200	[thread overview]
Message-ID: <874jq4nl0e.fsf@web.de> (raw)
In-Reply-To: <sdvr0t8fdy2.fsf@fw.net.yu>

[-- Attachment #1: Type: text/plain, Size: 1093 bytes --]

Hello,

Ruijie Yu via "General discussions about Org-mode." <emacs-orgmode@gnu.org> writes:

> Hello,
>
> I am working on a piece of CJK text, which requires italicization.
>
> 任何一个章节可以通过增加例如 =TODO= 或者 =HOLD= 等关键词来被设置成 /待办/ 。
>
>
> Note the spaces before and after the pair of `?/'.
> Are there any other solutions than what I have currently?

You could try using a ZERO WIDTH SPACE around the expression, like this:

任何一个章节可以通过增加例如 =TODO= 或者 =HOLD= 等关键词来被设置成​/待办/​

You can insert it with M-x insert-char RET ZERO WIDTH SPACE

I’m not sure how well it works with the different export backends,
though. For LaTeX you may need to define the right way to export it with

#+latex_header: \DeclareUnicodeCharacter{200B}{\allowbreak }

(if you want to allow linebreaks here, otherwise a better fitting LaTeX
command that does not look like a space)

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

  reply	other threads:[~2023-03-29  6:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-29  3:12 [Q] How to italicize without introducing a space? Ruijie Yu via General discussions about Org-mode.
2023-03-29  6:06 ` Dr. Arne Babenhauserheide [this message]
2023-03-29  6:18   ` Ruijie Yu via General discussions about Org-mode.
2023-03-29  7:05     ` Dr. Arne Babenhauserheide
2023-03-29  8:15 ` Marcin Borkowski

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

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

  git send-email \
    --in-reply-to=874jq4nl0e.fsf@web.de \
    --to=arne_bab@web.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=ruijie@netyu.xyz \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.