From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: small caps Date: Thu, 29 Oct 2015 18:46:02 +0100 Message-ID: <87pozxva91.fsf@nicolasgoaziou.fr> References: <87si4toc4g.fsf@nicolasgoaziou.fr> <87a8r1y4bm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrrFK-0006Lp-KC for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 13:44:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrrFJ-0003Wj-Q3 for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 13:44:18 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:59623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrrFJ-0003Wb-JL for emacs-orgmode@gnu.org; Thu, 29 Oct 2015 13:44:17 -0400 In-Reply-To: (Thomas S. Dye's message of "Thu, 29 Oct 2015 07:39:11 -1000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: Aaron Ecay , Org Mode Hello, Thomas S. Dye writes: > I use them in almost all my archaeology writing where it is conventional > to make AD, BC, and BP small caps. I assume you are using PDF output. You can modify `org-latex-text-markup-alist' or use #+MACRO: ad \textsc{ad} and so on. Regards, -- Nicolas Goaziou