From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: small caps Date: Fri, 30 Oct 2015 14:10:46 +0100 Message-ID: References: <87si4toc4g.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs9Qi-0003Zv-NC for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 09:09:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zs9Qd-0003DM-L3 for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 09:09:16 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:48884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs9Qd-0003D8-FP for emacs-orgmode@gnu.org; Fri, 30 Oct 2015 09:09:11 -0400 In-reply-to: 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: Org Mode Thomas S. Dye writes: > Sorry, I forgot to give an example. I use it like this [[sc:ad][AD]]. > > The advantage of a link over a macro is that the link should export > correctly to both LaTeX and HTML. > > If you intend to export to a single backend, then Nicolas' suggestion to > use a macro is simpler. Though you could support multiple backends with a macro, too, you just need to use lots of @'s. E.g.: #+MACRO: sc @@latex:\textsc{$1}@@@@html:$1@@ Already in 400 {{{sc(bc)}}}, the Greeks... That's for a quick example; better to use or something and put the CSS in a separate stylesheet, of course. Yours, Christian