From a317b06a74810abc0cd4422e5e7d04068a34a8a9 Mon Sep 17 00:00:00 2001 From: Sean Farley Date: Sat, 7 May 2022 13:56:31 -0500 Subject: [PATCH 1/2] ligatures: add bibliography icon Taken from font awesome, it's an open book outline (meaning not colorized). --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index d2b1846..c67b2fc 100644 --- a/config.org +++ b/config.org @@ -7016,6 +7016,7 @@ It's also nice to make use of the Unicode characters for check boxes, and other :latex_header "🅻" :beamer_header "🅑" :latex "🅛" + :bibliography "" :attr_latex "🄛" :attr_html "🄗" :attr_org "⒪" @@ -7057,6 +7058,7 @@ It's also nice to make use of the Unicode characters for check boxes, and other :latex_header "#+latex_header:" :beamer_header "#+beamer_header:" :latex "#+latex:" + :bibliography "#+bibliography:" :attr_latex "#+attr_latex:" :attr_html "#+attr_html:" :attr_org "#+attr_org:" -- 2.44.0 From 6fe1747b63666aaf25a9f2df937e05260386fa96 Mon Sep 17 00:00:00 2001 From: Sean Farley Date: Sat, 7 May 2022 14:09:09 -0500 Subject: [PATCH 2/2] ligatures: add print_bibliography icon Emoji symbol of a printer. --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index c67b2fc..af35758 100644 --- a/config.org +++ b/config.org @@ -7017,6 +7017,7 @@ It's also nice to make use of the Unicode characters for check boxes, and other :beamer_header "🅑" :latex "🅛" :bibliography "" + :print_bib "🖨" :attr_latex "🄛" :attr_html "🄗" :attr_org "⒪" @@ -7059,6 +7060,7 @@ It's also nice to make use of the Unicode characters for check boxes, and other :beamer_header "#+beamer_header:" :latex "#+latex:" :bibliography "#+bibliography:" + :print_bib "#+print_bibliography:" :attr_latex "#+attr_latex:" :attr_html "#+attr_html:" :attr_org "#+attr_org:" -- 2.44.0