From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9036 invoked by alias); 10 Aug 2011 13:42:42 -0000 Received: (qmail 9028 invoked by uid 22791); 10 Aug 2011 13:42:41 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 10 Aug 2011 13:42:16 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7ADgGqk002969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 10 Aug 2011 09:42:16 -0400 Received: from fche.csb (vpn-9-80.rdu.redhat.com [10.11.9.80]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p7ADgFlh013057; Wed, 10 Aug 2011 09:42:16 -0400 Received: by fche.csb (Postfix, from userid 2569) id 4E7FB5812D; Wed, 10 Aug 2011 09:42:15 -0400 (EDT) To: pmuldoon@redhat.com Cc: gdb@sourceware.org Subject: Re: gdb.texinfo - Tex/Latex quote literal { and } References: From: fche@redhat.com (Frank Ch. Eigler) Date: Wed, 10 Aug 2011 13:42:00 -0000 In-Reply-To: (Phil Muldoon's message of "Wed, 10 Aug 2011 14:07:05 +0100") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-08/txt/msg00029.txt.bz2 Phil Muldoon writes: > I need to quote {} as literal characters. One way: \verb+{+ \verb+}+ - FChE