From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id qEzoDikmBmQwIwAASxT56A (envelope-from ) for ; Mon, 06 Mar 2023 18:43:05 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id kAPgDikmBmToWAEA9RJhRA (envelope-from ) for ; Mon, 06 Mar 2023 18:43:05 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0C6D332902 for ; Mon, 6 Mar 2023 18:43:05 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZErC-0007mw-6d; Mon, 06 Mar 2023 12:42:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZEr4-0007mM-08 for emacs-orgmode@gnu.org; Mon, 06 Mar 2023 12:42:36 -0500 Received: from out01.mta.xmission.com ([166.70.13.231]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZEr2-0006Xf-3h for emacs-orgmode@gnu.org; Mon, 06 Mar 2023 12:42:33 -0500 Received: from in01.mta.xmission.com ([166.70.13.51]:56132) by out01.mta.xmission.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1pZEqx-00GUF6-S6; Mon, 06 Mar 2023 10:42:27 -0700 Received: from [155.98.131.3] (port=43710 helo=[10.128.57.19]) by in01.mta.xmission.com with esmtpa (Exim 4.93) (envelope-from ) id 1pZEqw-004D6h-Up; Mon, 06 Mar 2023 10:42:27 -0700 Message-ID: Date: Mon, 6 Mar 2023 10:42:24 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Content-Language: en-CA To: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org References: <87cz5l93ta.fsf@tsdye.online> From: Rob Sargent In-Reply-To: <87cz5l93ta.fsf@tsdye.online> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-XM-SPF: eid=1pZEqw-004D6h-Up; ; ; mid=; ; ; hst=in01.mta.xmission.com; ; ; ip=155.98.131.3; ; ; frm=rsargent@xmission.com; ; ; spf=pass X-XM-AID: U2FsdGVkX19bvg+xFVKoliU/YlDK4qWKOXahXzEaFQw= X-SA-Exim-Connect-IP: 155.98.131.3 X-SA-Exim-Mail-From: rsargent@xmission.com Subject: Re: how to add special glyphs X-SA-Exim-Version: 4.2.1 (built Sat, 08 Feb 2020 21:53:50 +0000) X-SA-Exim-Scanned: Yes (on in01.mta.xmission.com) Received-SPF: pass client-ip=166.70.13.231; envelope-from=rsargent@xmission.com; helo=out01.mta.xmission.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: emacs-orgmode-bounces+larch=yhetil.org@gnu.org X-TUID: XsS2N4QDZqn7 On 3/6/23 10:37, Thomas S. Dye wrote: > > Rob Sargent writes: > >> I have added a "boxed x" and "CHECK MARK" to my document, but they do >> not get exported to pdf output. They are in the .tex file, and do go >> through to the HTML.  So far I'm using these >> packages >> >>  #+LaTeX_HEADER: \usepackage[T1]{fontenc} >>  #+LaTeX_HEADER: \usepackage{libertine} >>  #+LaTeX_HEADER: \usepackage[margin=0.80in]{geometry} >>  #+LaTeX_HEADER: \usepackage{setspace} >>  #+LaTeX_HEADER: \usepackage{enumitem} >>  #+LaTeX_HEADER: \usepackage{endnotes} >> >> (Bonus points for UTF8 code for the opposite of "CHECK MARK"?) > > You need a package like wasysym that defines these symbols.  Check the > web for David Carlisle, Scott Pakin, and Alexander Holt's "The Great, > Big List of LaTeX Symbols" for more information. > > All the best, > Tom > Thank you, rjs PS  I think the list got your answer twice?