Skip to Content.
Sympa Menu

texmacs-users - [TeXmacs] Fusion of environments

Subject: mailing-list for TeXmacs Users

List archive

[TeXmacs] Fusion of environments


Chronological Thread 
  • From: Alvaro Tejero Cantero <address@hidden>
  • To: TeXmacs users <address@hidden>
  • Subject: [TeXmacs] Fusion of environments
  • Date: Mon, 8 Nov 2010 10:58:18 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=T/bob4ZXu3QNoi0MXxujAafcCUPEXlTlBJmcDHXAObOas2EUkiJMAtGYxJixlRhImy CGzqpsgbnsRpfaBRcriZvPXZQh/za/nVlR0hIrIEc7DBLXpxoWEciKte2KjFQHgXE2fi yyFvlzwk7r5MLpq2M5fDRUxgdvbSlw1QE3MJs=

Hi,

It could be that this behavior is new, in any case I noticed it just now.

Let's assume you want to type two words, each enclosed by a \verbatim
environment and separated by a comma (not in verbatim).

You start by writing at the beginning of the line

word1 (in verbatim)

then move to the beginning of the line, and again open a verbatim
environment (A-v) and type

word2word1

The problem is that a verbatim environment is /not/ created for word2,
but the cursor just enters the existing verbatim environment of word1.
If you want both words to be in separate environments, you have to
first type a space

word1

and then

word2 word1

will be in separate environments, and you can insert your non-verbatim comma.

Bug? feature?

-á.

PS. I thought more about Enter and S-Enter to exit environments; it'd
be really cool that they can also exit one-line environments such as
verbatim, emphasize, strong, etc..



Archive powered by MHonArc 2.6.19.

Top of Page