From owner-freebsd-doc@FreeBSD.ORG Wed Mar 2 22:27:27 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0ECC16A4E1; Wed, 2 Mar 2005 22:27:26 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C5D643D55; Wed, 2 Mar 2005 22:27:25 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) j22MRNLk002636; Wed, 2 Mar 2005 23:27:23 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id j22MRNnR002635; Wed, 2 Mar 2005 23:27:23 +0100 (CET) (envelope-from marc) Date: Wed, 2 Mar 2005 23:27:23 +0100 From: Marc Fonvieille To: Tom Rhodes , freebsd-doc@FreeBSD.org Message-ID: <20050302222722.GA99638@abigail.blackend.org> Mail-Followup-To: Tom Rhodes , freebsd-doc@FreeBSD.org References: <200503011340.j21DeKHe048812@freefall.freebsd.org> <20050301182651.2b8ce710@mobile.pittgoth.com> <20050301234702.GC50779@abigail.blackend.org> <20050301185553.36c14c16@mobile.pittgoth.com> <20050302002124.GD50779@abigail.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20050302002124.GD50779@abigail.blackend.org> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE Subject: Re: docs/78240: Replace with around a # X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 22:27:27 -0000 On Wed, Mar 02, 2005 at 01:21:24AM +0100, Marc Fonvieille wrote: > > > Yep. I mean, we use literal everywhere else. There shouldn't > > really be a reason to quote the specific character. > > > > In all honesty, I guess it depends on how you look at it. > > > > In fact I was wondering about a typographic rule, I was wondering if > people used to put quotes cause they could not "emphasize" the character > via any rendering. > I just looked at a (french) typographic book, it seems (nothing is > stated) they use quotes for a single character, on another typographic > book no quotes... I will reread them on tomorrow morning. > Ok, here's the usage I found in the French "Imprimerie Nationale" rules ("Lexique des règles typographiques" ISBN 2-7433-0482-0): - most of time use of italic for a character - sometimes use of quotes (in fact for more than 1 character) I looked for American typography usage but on Internet it's not easy to find reliable information. If someone owns the book "The Elements of Typographic Style" by Robert Bringhurst (ISBN: 0881791326)... In fact it's often obvious that on a printed version using a specific rendering (italic, tt, etc.) is better for the reader, on an online version this may be different. I wanted to see what do O'Reilly, so I looked at at "DNS and BIND" (4th Ed.) expecting to find an answer, but I was disappointed they were not really consistent. Most of time they use italic (for a word or a term it's always italic). For a single character they use both italic and quotes, in fact it seems they use quotes when the italic version of the character does not exist or is "ugly"? For example they used ``@'' and & (but also *). Well to sum up, I did not find a good answer. Marc