emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode 47f43f7: Regenerate latexsubs. (#167)


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 47f43f7: Regenerate latexsubs. (#167)
Date: Sat, 23 Oct 2021 10:57:55 -0400 (EDT)

branch: elpa/julia-mode
commit 47f43f7d839019cac3ba6559d93b29487ca118cb
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: GitHub <noreply@github.com>

    Regenerate latexsubs. (#167)
    
    Closes #165.
---
 julia-mode-latexsubs.el | 419 +++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 395 insertions(+), 24 deletions(-)

diff --git a/julia-mode-latexsubs.el b/julia-mode-latexsubs.el
index 38eb8e0..a85aae0 100644
--- a/julia-mode-latexsubs.el
+++ b/julia-mode-latexsubs.el
@@ -259,7 +259,7 @@
     (puthash "\\^c" "ᶜ" table)
     (puthash "\\^f" "ᶠ" table)
     (puthash "\\^iota" "ᶥ" table)
-    (puthash "\\^Phi" "ᶲ" table)
+    (puthash "\\^ltphi" "ᶲ" table)
     (puthash "\\^z" "ᶻ" table)
     (puthash "\\^theta" "ᶿ" table)
     (puthash "\\enspace" " " table)
@@ -273,8 +273,8 @@
     (puthash "\\lq" "‘" table)
     (puthash "\\rq" "’" table)
     (puthash "\\reapos" "‛" table)
-    (puthash "\\quotedblleft" "“" table)
-    (puthash "\\quotedblright" "”" table)
+    (puthash "\\ldq" "“" table)
+    (puthash "\\rdq" "”" table)
     (puthash "\\dagger" "†" table)
     (puthash "\\ddagger" "‡" table)
     (puthash "\\bullet" "•" table)
@@ -367,8 +367,10 @@
     (puthash "\\frakH" "ℌ" table)
     (puthash "\\bbH" "ℍ" table)
     (puthash "\\planck" "ℎ" table)
+    (puthash "\\ith" "ℎ" table)
     (puthash "\\hslash" "ℏ" table)
     (puthash "\\scrI" "ℐ" table)
+    (puthash "\\frakI" "ℑ" table)
     (puthash "\\Im" "ℑ" table)
     (puthash "\\scrL" "ℒ" table)
     (puthash "\\ell" "ℓ" table)
@@ -379,6 +381,7 @@
     (puthash "\\bbQ" "ℚ" table)
     (puthash "\\scrR" "ℛ" table)
     (puthash "\\Re" "ℜ" table)
+    (puthash "\\frakR" "ℜ" table)
     (puthash "\\bbR" "ℝ" table)
     (puthash "\\xrat" "℞" table)
     (puthash "\\trademark" "™" table)
@@ -652,7 +655,9 @@
     (puthash "\\nequiv" "≢" table)
     (puthash "\\Equiv" "≣" table)
     (puthash "\\le" "≤" table)
+    (puthash "\\leq" "≤" table)
     (puthash "\\ge" "≥" table)
+    (puthash "\\geq" "≥" table)
     (puthash "\\leqq" "≦" table)
     (puthash "\\geqq" "≧" table)
     (puthash "\\lneqq" "≨" table)
@@ -749,6 +754,8 @@
     (puthash "\\veebar" "⊻" table)
     (puthash "\\xor" "⊻" table)
     (puthash "\\barwedge" "⊼" table)
+    (puthash "\\nand" "⊼" table)
+    (puthash "\\nor" "⊽" table)
     (puthash "\\barvee" "⊽" table)
     (puthash "\\rightanglearc" "⊾" table)
     (puthash "\\varlrtriangle" "⊿" table)
@@ -999,6 +1006,7 @@
     (puthash "\\astrosun" "☉" table)
     (puthash "\\:phone:" "☎" table)
     (puthash "\\:ballot_box_with_check:" "☑" table)
+    (puthash "\\:umbrella_with_rain_drops:" "☔" table)
     (puthash "\\:umbrella:" "☔" table)
     (puthash "\\:coffee:" "☕" table)
     (puthash "\\:point_up:" "☝" table)
@@ -1087,6 +1095,7 @@
     (puthash "\\:soccer:" "⚽" table)
     (puthash "\\:baseball:" "⚾" table)
     (puthash "\\:snowman:" "⛄" table)
+    (puthash "\\:snowman_without_snow:" "⛄" table)
     (puthash "\\:partly_sunny:" "⛅" table)
     (puthash "\\:ophiuchus:" "⛎" table)
     (puthash "\\:no_entry:" "⛔" table)
@@ -1343,7 +1352,7 @@
     (puthash "\\upint" "⨛" table)
     (puthash "\\lowint" "⨜" table)
     (puthash "\\join" "⨝" table)
-    (puthash "\\Join" "⨝" table)
+    (puthash "\\bbsemi" "⨟" table)
     (puthash "\\ringplus" "⨢" table)
     (puthash "\\plushat" "⨣" table)
     (puthash "\\simplus" "⨤" table)
@@ -1531,6 +1540,11 @@
     (puthash "\\forksnot" "⫝" table)
     (puthash "\\dashV" "⫣" table)
     (puthash "\\Dashv" "⫤" table)
+    (puthash "\\downvDash" "⫪" table)
+    (puthash "\\Top" "⫪" table)
+    (puthash "\\upvDash" "⫫" table)
+    (puthash "\\Bot" "⫫" table)
+    (puthash "\\indep" "⫫" table)
     (puthash "\\interleave" "⫴" table)
     (puthash "\\tdcol" "⫶" table)
     (puthash "\\lllnest" "⫷" table)
@@ -1615,6 +1629,9 @@
     (puthash "\\:part_alternation_mark:" "〽" table)
     (puthash "\\:congratulations:" "㊗" table)
     (puthash "\\:secret:" "㊙" table)
+    (puthash "\\^uparrow" "ꜛ" table)
+    (puthash "\\^downarrow" "ꜜ" table)
+    (puthash "\\^!" "ꜝ" table)
     (puthash "\\bfA" "𝐀" table)
     (puthash "\\bfB" "𝐁" table)
     (puthash "\\bfC" "𝐂" table)
@@ -2299,7 +2316,7 @@
     (puthash "\\bfbeta" "𝛃" table)
     (puthash "\\bfgamma" "𝛄" table)
     (puthash "\\bfdelta" "𝛅" table)
-    (puthash "\\bfepsilon" "𝛆" table)
+    (puthash "\\bfvarepsilon" "𝛆" table)
     (puthash "\\bfzeta" "𝛇" table)
     (puthash "\\bfeta" "𝛈" table)
     (puthash "\\bftheta" "𝛉" table)
@@ -2321,7 +2338,7 @@
     (puthash "\\bfpsi" "𝛙" table)
     (puthash "\\bfomega" "𝛚" table)
     (puthash "\\bfpartial" "𝛛" table)
-    (puthash "\\bfvarepsilon" "𝛜" table)
+    (puthash "\\bfepsilon" "𝛜" table)
     (puthash "\\bfvartheta" "𝛝" table)
     (puthash "\\bfvarkappa" "𝛞" table)
     (puthash "\\bfphi" "𝛟" table)
@@ -2357,7 +2374,7 @@
     (puthash "\\itbeta" "𝛽" table)
     (puthash "\\itgamma" "𝛾" table)
     (puthash "\\itdelta" "𝛿" table)
-    (puthash "\\itepsilon" "𝜀" table)
+    (puthash "\\itvarepsilon" "𝜀" table)
     (puthash "\\itzeta" "𝜁" table)
     (puthash "\\iteta" "𝜂" table)
     (puthash "\\ittheta" "𝜃" table)
@@ -2374,15 +2391,15 @@
     (puthash "\\itsigma" "𝜎" table)
     (puthash "\\ittau" "𝜏" table)
     (puthash "\\itupsilon" "𝜐" table)
-    (puthash "\\itphi" "𝜑" table)
+    (puthash "\\itvarphi" "𝜑" table)
     (puthash "\\itchi" "𝜒" table)
     (puthash "\\itpsi" "𝜓" table)
     (puthash "\\itomega" "𝜔" table)
     (puthash "\\itpartial" "𝜕" table)
-    (puthash "\\itvarepsilon" "𝜖" table)
+    (puthash "\\itepsilon" "𝜖" table)
     (puthash "\\itvartheta" "𝜗" table)
     (puthash "\\itvarkappa" "𝜘" table)
-    (puthash "\\itvarphi" "𝜙" table)
+    (puthash "\\itphi" "𝜙" table)
     (puthash "\\itvarrho" "𝜚" table)
     (puthash "\\itvarpi" "𝜛" table)
     (puthash "\\biAlpha" "𝜜" table)
@@ -2415,7 +2432,7 @@
     (puthash "\\bibeta" "𝜷" table)
     (puthash "\\bigamma" "𝜸" table)
     (puthash "\\bidelta" "𝜹" table)
-    (puthash "\\biepsilon" "𝜺" table)
+    (puthash "\\bivarepsilon" "𝜺" table)
     (puthash "\\bizeta" "𝜻" table)
     (puthash "\\bieta" "𝜼" table)
     (puthash "\\bitheta" "𝜽" table)
@@ -2432,15 +2449,15 @@
     (puthash "\\bisigma" "𝝈" table)
     (puthash "\\bitau" "𝝉" table)
     (puthash "\\biupsilon" "𝝊" table)
-    (puthash "\\biphi" "𝝋" table)
+    (puthash "\\bivarphi" "𝝋" table)
     (puthash "\\bichi" "𝝌" table)
     (puthash "\\bipsi" "𝝍" table)
     (puthash "\\biomega" "𝝎" table)
     (puthash "\\bipartial" "𝝏" table)
-    (puthash "\\bivarepsilon" "𝝐" table)
+    (puthash "\\biepsilon" "𝝐" table)
     (puthash "\\bivartheta" "𝝑" table)
     (puthash "\\bivarkappa" "𝝒" table)
-    (puthash "\\bivarphi" "𝝓" table)
+    (puthash "\\biphi" "𝝓" table)
     (puthash "\\bivarrho" "𝝔" table)
     (puthash "\\bivarpi" "𝝕" table)
     (puthash "\\bsansAlpha" "𝝖" table)
@@ -2473,7 +2490,7 @@
     (puthash "\\bsansbeta" "𝝱" table)
     (puthash "\\bsansgamma" "𝝲" table)
     (puthash "\\bsansdelta" "𝝳" table)
-    (puthash "\\bsansepsilon" "𝝴" table)
+    (puthash "\\bsansvarepsilon" "𝝴" table)
     (puthash "\\bsanszeta" "𝝵" table)
     (puthash "\\bsanseta" "𝝶" table)
     (puthash "\\bsanstheta" "𝝷" table)
@@ -2490,15 +2507,15 @@
     (puthash "\\bsanssigma" "𝞂" table)
     (puthash "\\bsanstau" "𝞃" table)
     (puthash "\\bsansupsilon" "𝞄" table)
-    (puthash "\\bsansphi" "𝞅" table)
+    (puthash "\\bsansvarphi" "𝞅" table)
     (puthash "\\bsanschi" "𝞆" table)
     (puthash "\\bsanspsi" "𝞇" table)
     (puthash "\\bsansomega" "𝞈" table)
     (puthash "\\bsanspartial" "𝞉" table)
-    (puthash "\\bsansvarepsilon" "𝞊" table)
+    (puthash "\\bsansepsilon" "𝞊" table)
     (puthash "\\bsansvartheta" "𝞋" table)
     (puthash "\\bsansvarkappa" "𝞌" table)
-    (puthash "\\bsansvarphi" "𝞍" table)
+    (puthash "\\bsansphi" "𝞍" table)
     (puthash "\\bsansvarrho" "𝞎" table)
     (puthash "\\bsansvarpi" "𝞏" table)
     (puthash "\\bisansAlpha" "𝞐" table)
@@ -2531,7 +2548,7 @@
     (puthash "\\bisansbeta" "𝞫" table)
     (puthash "\\bisansgamma" "𝞬" table)
     (puthash "\\bisansdelta" "𝞭" table)
-    (puthash "\\bisansepsilon" "𝞮" table)
+    (puthash "\\bisansvarepsilon" "𝞮" table)
     (puthash "\\bisanszeta" "𝞯" table)
     (puthash "\\bisanseta" "𝞰" table)
     (puthash "\\bisanstheta" "𝞱" table)
@@ -2548,15 +2565,15 @@
     (puthash "\\bisanssigma" "𝞼" table)
     (puthash "\\bisanstau" "𝞽" table)
     (puthash "\\bisansupsilon" "𝞾" table)
-    (puthash "\\bisansphi" "𝞿" table)
+    (puthash "\\bisansvarphi" "𝞿" table)
     (puthash "\\bisanschi" "𝟀" table)
     (puthash "\\bisanspsi" "𝟁" table)
     (puthash "\\bisansomega" "𝟂" table)
     (puthash "\\bisanspartial" "𝟃" table)
-    (puthash "\\bisansvarepsilon" "𝟄" table)
+    (puthash "\\bisansepsilon" "𝟄" table)
     (puthash "\\bisansvartheta" "𝟅" table)
     (puthash "\\bisansvarkappa" "𝟆" table)
-    (puthash "\\bisansvarphi" "𝟇" table)
+    (puthash "\\bisansphi" "𝟇" table)
     (puthash "\\bisansvarrho" "𝟈" table)
     (puthash "\\bisansvarpi" "𝟉" table)
     (puthash "\\bfDigamma" "𝟊" table)
@@ -2676,6 +2693,9 @@
     (puthash "\\:sun_with_face:" "🌞" table)
     (puthash "\\:star2:" "🌟" table)
     (puthash "\\:stars:" "🌠" table)
+    (puthash "\\:hotdog:" "🌭" table)
+    (puthash "\\:taco:" "🌮" table)
+    (puthash "\\:burrito:" "🌯" table)
     (puthash "\\:chestnut:" "🌰" table)
     (puthash "\\:seedling:" "🌱" table)
     (puthash "\\:evergreen_tree:" "🌲" table)
@@ -2742,7 +2762,7 @@
     (puthash "\\:cake:" "🍰" table)
     (puthash "\\:bento:" "🍱" table)
     (puthash "\\:stew:" "🍲" table)
-    (puthash "\\:egg:" "🍳" table)
+    (puthash "\\:fried_egg:" "🍳" table)
     (puthash "\\:fork_and_knife:" "🍴" table)
     (puthash "\\:tea:" "🍵" table)
     (puthash "\\:sake:" "🍶" table)
@@ -2752,6 +2772,8 @@
     (puthash "\\:beer:" "🍺" table)
     (puthash "\\:beers:" "🍻" table)
     (puthash "\\:baby_bottle:" "🍼" table)
+    (puthash "\\:champagne:" "🍾" table)
+    (puthash "\\:popcorn:" "🍿" table)
     (puthash "\\:ribbon:" "🎀" table)
     (puthash "\\:gift:" "🎁" table)
     (puthash "\\:birthday:" "🎂" table)
@@ -2809,11 +2831,17 @@
     (puthash "\\:snowboarder:" "🏂" table)
     (puthash "\\:runner:" "🏃" table)
     (puthash "\\:surfer:" "🏄" table)
+    (puthash "\\:sports_medal:" "🏅" table)
     (puthash "\\:trophy:" "🏆" table)
     (puthash "\\:horse_racing:" "🏇" table)
     (puthash "\\:football:" "🏈" table)
     (puthash "\\:rugby_football:" "🏉" table)
     (puthash "\\:swimmer:" "🏊" table)
+    (puthash "\\:cricket_bat_and_ball:" "🏏" table)
+    (puthash "\\:volleyball:" "🏐" table)
+    (puthash "\\:field_hockey_stick_and_ball:" "🏑" table)
+    (puthash "\\:ice_hockey_stick_and_puck:" "🏒" table)
+    (puthash "\\:table_tennis_paddle_and_ball:" "🏓" table)
     (puthash "\\:house:" "🏠" table)
     (puthash "\\:house_with_garden:" "🏡" table)
     (puthash "\\:office:" "🏢" table)
@@ -2831,6 +2859,10 @@
     (puthash "\\:izakaya_lantern:" "🏮" table)
     (puthash "\\:japanese_castle:" "🏯" table)
     (puthash "\\:european_castle:" "🏰" table)
+    (puthash "\\:waving_black_flag:" "🏴" table)
+    (puthash "\\:badminton_racquet_and_shuttlecock:" "🏸" table)
+    (puthash "\\:bow_and_arrow:" "🏹" table)
+    (puthash "\\:amphora:" "🏺" table)
     (puthash "\\:skin-tone-2:" "🏻" table)
     (puthash "\\:skin-tone-3:" "🏼" table)
     (puthash "\\:skin-tone-4:" "🏽" table)
@@ -2866,7 +2898,7 @@
     (puthash "\\:bug:" "🐛" table)
     (puthash "\\:ant:" "🐜" table)
     (puthash "\\:bee:" "🐝" table)
-    (puthash "\\:beetle:" "🐞" table)
+    (puthash "\\:ladybug:" "🐞" table)
     (puthash "\\:fish:" "🐟" table)
     (puthash "\\:tropical_fish:" "🐠" table)
     (puthash "\\:blowfish:" "🐡" table)
@@ -2942,6 +2974,7 @@
     (puthash "\\:woman:" "👩" table)
     (puthash "\\:family:" "👪" table)
     (puthash "\\:couple:" "👫" table)
+    (puthash "\\:man_and_woman_holding_hands:" "👫" table)
     (puthash "\\:two_men_holding_hands:" "👬" table)
     (puthash "\\:two_women_holding_hands:" "👭" table)
     (puthash "\\:cop:" "👮" table)
@@ -3060,6 +3093,7 @@
     (puthash "\\:pager:" "📟" table)
     (puthash "\\:fax:" "📠" table)
     (puthash "\\:satellite:" "📡" table)
+    (puthash "\\:satellite_antenna:" "📡" table)
     (puthash "\\:loudspeaker:" "📢" table)
     (puthash "\\:mega:" "📣" table)
     (puthash "\\:outbox_tray:" "📤" table)
@@ -3082,10 +3116,12 @@
     (puthash "\\:no_mobile_phones:" "📵" table)
     (puthash "\\:signal_strength:" "📶" table)
     (puthash "\\:camera:" "📷" table)
+    (puthash "\\:camera_with_flash:" "📸" table)
     (puthash "\\:video_camera:" "📹" table)
     (puthash "\\:tv:" "📺" table)
     (puthash "\\:radio:" "📻" table)
     (puthash "\\:vhs:" "📼" table)
+    (puthash "\\:prayer_beads:" "📿" table)
     (puthash "\\:twisted_rightwards_arrows:" "🔀" table)
     (puthash "\\:repeat:" "🔁" table)
     (puthash "\\:repeat_one:" "🔂" table)
@@ -3148,6 +3184,10 @@
     (puthash "\\:small_red_triangle_down:" "🔻" table)
     (puthash "\\:arrow_up_small:" "🔼" table)
     (puthash "\\:arrow_down_small:" "🔽" table)
+    (puthash "\\:kaaba:" "🕋" table)
+    (puthash "\\:mosque:" "🕌" table)
+    (puthash "\\:synagogue:" "🕍" table)
+    (puthash "\\:menorah_with_nine_branches:" "🕎" table)
     (puthash "\\:clock1:" "🕐" table)
     (puthash "\\:clock2:" "🕑" table)
     (puthash "\\:clock3:" "🕒" table)
@@ -3172,6 +3212,10 @@
     (puthash "\\:clock1030:" "🕥" table)
     (puthash "\\:clock1130:" "🕦" table)
     (puthash "\\:clock1230:" "🕧" table)
+    (puthash "\\:man_dancing:" "🕺" table)
+    (puthash "\\:middle_finger:" "🖕" table)
+    (puthash "\\:spock-hand:" "🖖" table)
+    (puthash "\\:black_heart:" "🖤" table)
     (puthash "\\:mount_fuji:" "🗻" table)
     (puthash "\\:tokyo_tower:" "🗼" table)
     (puthash "\\:statue_of_liberty:" "🗽" table)
@@ -3242,6 +3286,10 @@
     (puthash "\\:pouting_cat:" "😾" table)
     (puthash "\\:crying_cat_face:" "😿" table)
     (puthash "\\:scream_cat:" "🙀" table)
+    (puthash "\\:slightly_frowning_face:" "🙁" table)
+    (puthash "\\:slightly_smiling_face:" "🙂" table)
+    (puthash "\\:upside_down_face:" "🙃" table)
+    (puthash "\\:face_with_rolling_eyes:" "🙄" table)
     (puthash "\\:no_good:" "🙅" table)
     (puthash "\\:ok_woman:" "🙆" table)
     (puthash "\\:bow:" "🙇" table)
@@ -3323,5 +3371,328 @@
     (puthash "\\:customs:" "🛃" table)
     (puthash "\\:baggage_claim:" "🛄" table)
     (puthash "\\:left_luggage:" "🛅" table)
+    (puthash "\\:sleeping_accommodation:" "🛌" table)
+    (puthash "\\:place_of_worship:" "🛐" table)
+    (puthash "\\:octagonal_sign:" "🛑" table)
+    (puthash "\\:shopping_trolley:" "🛒" table)
+    (puthash "\\:hindu_temple:" "🛕" table)
+    (puthash "\\:hut:" "🛖" table)
+    (puthash "\\:elevator:" "🛗" table)
+    (puthash "\\:airplane_departure:" "🛫" table)
+    (puthash "\\:airplane_arriving:" "🛬" table)
+    (puthash "\\:scooter:" "🛴" table)
+    (puthash "\\:motor_scooter:" "🛵" table)
+    (puthash "\\:canoe:" "🛶" table)
+    (puthash "\\:sled:" "🛷" table)
+    (puthash "\\:flying_saucer:" "🛸" table)
+    (puthash "\\:skateboard:" "🛹" table)
+    (puthash "\\:auto_rickshaw:" "🛺" table)
+    (puthash "\\:pickup_truck:" "🛻" table)
+    (puthash "\\:roller_skate:" "🛼" table)
+    (puthash "\\:large_orange_circle:" "🟠" table)
+    (puthash "\\:large_yellow_circle:" "🟡" table)
+    (puthash "\\:large_green_circle:" "🟢" table)
+    (puthash "\\:large_purple_circle:" "🟣" table)
+    (puthash "\\:large_brown_circle:" "🟤" table)
+    (puthash "\\:large_red_square:" "🟥" table)
+    (puthash "\\:large_blue_square:" "🟦" table)
+    (puthash "\\:large_orange_square:" "🟧" table)
+    (puthash "\\:large_yellow_square:" "🟨" table)
+    (puthash "\\:large_green_square:" "🟩" table)
+    (puthash "\\:large_purple_square:" "🟪" table)
+    (puthash "\\:large_brown_square:" "🟫" table)
+    (puthash "\\:pinched_fingers:" "🤌" table)
+    (puthash "\\:white_heart:" "🤍" table)
+    (puthash "\\:brown_heart:" "🤎" table)
+    (puthash "\\:pinching_hand:" "🤏" table)
+    (puthash "\\:zipper_mouth_face:" "🤐" table)
+    (puthash "\\:money_mouth_face:" "🤑" table)
+    (puthash "\\:face_with_thermometer:" "🤒" table)
+    (puthash "\\:nerd_face:" "🤓" table)
+    (puthash "\\:thinking_face:" "🤔" table)
+    (puthash "\\:face_with_head_bandage:" "🤕" table)
+    (puthash "\\:robot_face:" "🤖" table)
+    (puthash "\\:hugging_face:" "🤗" table)
+    (puthash "\\:the_horns:" "🤘" table)
+    (puthash "\\:call_me_hand:" "🤙" table)
+    (puthash "\\:raised_back_of_hand:" "🤚" table)
+    (puthash "\\:left-facing_fist:" "🤛" table)
+    (puthash "\\:right-facing_fist:" "🤜" table)
+    (puthash "\\:handshake:" "🤝" table)
+    (puthash "\\:crossed_fingers:" "🤞" table)
+    (puthash "\\:i_love_you_hand_sign:" "🤟" table)
+    (puthash "\\:face_with_cowboy_hat:" "🤠" table)
+    (puthash "\\:clown_face:" "🤡" table)
+    (puthash "\\:nauseated_face:" "🤢" table)
+    (puthash "\\:rolling_on_the_floor_laughing:" "🤣" table)
+    (puthash "\\:drooling_face:" "🤤" table)
+    (puthash "\\:lying_face:" "🤥" table)
+    (puthash "\\:face_palm:" "🤦" table)
+    (puthash "\\:sneezing_face:" "🤧" table)
+    (puthash "\\:face_with_raised_eyebrow:" "🤨" table)
+    (puthash "\\:star-struck:" "🤩" table)
+    (puthash "\\:zany_face:" "🤪" table)
+    (puthash "\\:shushing_face:" "🤫" table)
+    (puthash "\\:face_with_symbols_on_mouth:" "🤬" table)
+    (puthash "\\:face_with_hand_over_mouth:" "🤭" table)
+    (puthash "\\:face_vomiting:" "🤮" table)
+    (puthash "\\:exploding_head:" "🤯" table)
+    (puthash "\\:pregnant_woman:" "🤰" table)
+    (puthash "\\:breast-feeding:" "🤱" table)
+    (puthash "\\:palms_up_together:" "🤲" table)
+    (puthash "\\:selfie:" "🤳" table)
+    (puthash "\\:prince:" "🤴" table)
+    (puthash "\\:person_in_tuxedo:" "🤵" table)
+    (puthash "\\:mrs_claus:" "🤶" table)
+    (puthash "\\:shrug:" "🤷" table)
+    (puthash "\\:person_doing_cartwheel:" "🤸" table)
+    (puthash "\\:juggling:" "🤹" table)
+    (puthash "\\:fencer:" "🤺" table)
+    (puthash "\\:wrestlers:" "🤼" table)
+    (puthash "\\:water_polo:" "🤽" table)
+    (puthash "\\:handball:" "🤾" table)
+    (puthash "\\:diving_mask:" "🤿" table)
+    (puthash "\\:wilted_flower:" "🥀" table)
+    (puthash "\\:drum_with_drumsticks:" "🥁" table)
+    (puthash "\\:clinking_glasses:" "🥂" table)
+    (puthash "\\:tumbler_glass:" "🥃" table)
+    (puthash "\\:spoon:" "🥄" table)
+    (puthash "\\:goal_net:" "🥅" table)
+    (puthash "\\:first_place_medal:" "🥇" table)
+    (puthash "\\:second_place_medal:" "🥈" table)
+    (puthash "\\:third_place_medal:" "🥉" table)
+    (puthash "\\:boxing_glove:" "🥊" table)
+    (puthash "\\:martial_arts_uniform:" "🥋" table)
+    (puthash "\\:curling_stone:" "🥌" table)
+    (puthash "\\:lacrosse:" "🥍" table)
+    (puthash "\\:softball:" "🥎" table)
+    (puthash "\\:flying_disc:" "🥏" table)
+    (puthash "\\:croissant:" "🥐" table)
+    (puthash "\\:avocado:" "🥑" table)
+    (puthash "\\:cucumber:" "🥒" table)
+    (puthash "\\:bacon:" "🥓" table)
+    (puthash "\\:potato:" "🥔" table)
+    (puthash "\\:carrot:" "🥕" table)
+    (puthash "\\:baguette_bread:" "🥖" table)
+    (puthash "\\:green_salad:" "🥗" table)
+    (puthash "\\:shallow_pan_of_food:" "🥘" table)
+    (puthash "\\:stuffed_flatbread:" "🥙" table)
+    (puthash "\\:egg:" "🥚" table)
+    (puthash "\\:glass_of_milk:" "🥛" table)
+    (puthash "\\:peanuts:" "🥜" table)
+    (puthash "\\:kiwifruit:" "🥝" table)
+    (puthash "\\:pancakes:" "🥞" table)
+    (puthash "\\:dumpling:" "🥟" table)
+    (puthash "\\:fortune_cookie:" "🥠" table)
+    (puthash "\\:takeout_box:" "🥡" table)
+    (puthash "\\:chopsticks:" "🥢" table)
+    (puthash "\\:bowl_with_spoon:" "🥣" table)
+    (puthash "\\:cup_with_straw:" "🥤" table)
+    (puthash "\\:coconut:" "🥥" table)
+    (puthash "\\:broccoli:" "🥦" table)
+    (puthash "\\:pie:" "🥧" table)
+    (puthash "\\:pretzel:" "🥨" table)
+    (puthash "\\:cut_of_meat:" "🥩" table)
+    (puthash "\\:sandwich:" "🥪" table)
+    (puthash "\\:canned_food:" "🥫" table)
+    (puthash "\\:leafy_green:" "🥬" table)
+    (puthash "\\:mango:" "🥭" table)
+    (puthash "\\:moon_cake:" "🥮" table)
+    (puthash "\\:bagel:" "🥯" table)
+    (puthash "\\:smiling_face_with_3_hearts:" "🥰" table)
+    (puthash "\\:yawning_face:" "🥱" table)
+    (puthash "\\:smiling_face_with_tear:" "🥲" table)
+    (puthash "\\:partying_face:" "🥳" table)
+    (puthash "\\:woozy_face:" "🥴" table)
+    (puthash "\\:hot_face:" "🥵" table)
+    (puthash "\\:cold_face:" "🥶" table)
+    (puthash "\\:ninja:" "🥷" table)
+    (puthash "\\:disguised_face:" "🥸" table)
+    (puthash "\\:pleading_face:" "🥺" table)
+    (puthash "\\:sari:" "🥻" table)
+    (puthash "\\:lab_coat:" "🥼" table)
+    (puthash "\\:goggles:" "🥽" table)
+    (puthash "\\:hiking_boot:" "🥾" table)
+    (puthash "\\:womans_flat_shoe:" "🥿" table)
+    (puthash "\\:crab:" "🦀" table)
+    (puthash "\\:lion_face:" "🦁" table)
+    (puthash "\\:scorpion:" "🦂" table)
+    (puthash "\\:turkey:" "🦃" table)
+    (puthash "\\:unicorn_face:" "🦄" table)
+    (puthash "\\:eagle:" "🦅" table)
+    (puthash "\\:duck:" "🦆" table)
+    (puthash "\\:bat:" "🦇" table)
+    (puthash "\\:shark:" "🦈" table)
+    (puthash "\\:owl:" "🦉" table)
+    (puthash "\\:fox_face:" "🦊" table)
+    (puthash "\\:butterfly:" "🦋" table)
+    (puthash "\\:deer:" "🦌" table)
+    (puthash "\\:gorilla:" "🦍" table)
+    (puthash "\\:lizard:" "🦎" table)
+    (puthash "\\:rhinoceros:" "🦏" table)
+    (puthash "\\:shrimp:" "🦐" table)
+    (puthash "\\:squid:" "🦑" table)
+    (puthash "\\:giraffe_face:" "🦒" table)
+    (puthash "\\:zebra_face:" "🦓" table)
+    (puthash "\\:hedgehog:" "🦔" table)
+    (puthash "\\:sauropod:" "🦕" table)
+    (puthash "\\:t-rex:" "🦖" table)
+    (puthash "\\:cricket:" "🦗" table)
+    (puthash "\\:kangaroo:" "🦘" table)
+    (puthash "\\:llama:" "🦙" table)
+    (puthash "\\:peacock:" "🦚" table)
+    (puthash "\\:hippopotamus:" "🦛" table)
+    (puthash "\\:parrot:" "🦜" table)
+    (puthash "\\:raccoon:" "🦝" table)
+    (puthash "\\:lobster:" "🦞" table)
+    (puthash "\\:mosquito:" "🦟" table)
+    (puthash "\\:microbe:" "🦠" table)
+    (puthash "\\:badger:" "🦡" table)
+    (puthash "\\:swan:" "🦢" table)
+    (puthash "\\:mammoth:" "🦣" table)
+    (puthash "\\:dodo:" "🦤" table)
+    (puthash "\\:sloth:" "🦥" table)
+    (puthash "\\:otter:" "🦦" table)
+    (puthash "\\:orangutan:" "🦧" table)
+    (puthash "\\:skunk:" "🦨" table)
+    (puthash "\\:flamingo:" "🦩" table)
+    (puthash "\\:oyster:" "🦪" table)
+    (puthash "\\:beaver:" "🦫" table)
+    (puthash "\\:bison:" "🦬" table)
+    (puthash "\\:seal:" "🦭" table)
+    (puthash "\\:guide_dog:" "🦮" table)
+    (puthash "\\:probing_cane:" "🦯" table)
+    (puthash "\\:bone:" "🦴" table)
+    (puthash "\\:leg:" "🦵" table)
+    (puthash "\\:foot:" "🦶" table)
+    (puthash "\\:tooth:" "🦷" table)
+    (puthash "\\:superhero:" "🦸" table)
+    (puthash "\\:supervillain:" "🦹" table)
+    (puthash "\\:safety_vest:" "🦺" table)
+    (puthash "\\:ear_with_hearing_aid:" "🦻" table)
+    (puthash "\\:motorized_wheelchair:" "🦼" table)
+    (puthash "\\:manual_wheelchair:" "🦽" table)
+    (puthash "\\:mechanical_arm:" "🦾" table)
+    (puthash "\\:mechanical_leg:" "🦿" table)
+    (puthash "\\:cheese_wedge:" "🧀" table)
+    (puthash "\\:cupcake:" "🧁" table)
+    (puthash "\\:salt:" "🧂" table)
+    (puthash "\\:beverage_box:" "🧃" table)
+    (puthash "\\:garlic:" "🧄" table)
+    (puthash "\\:onion:" "🧅" table)
+    (puthash "\\:falafel:" "🧆" table)
+    (puthash "\\:waffle:" "🧇" table)
+    (puthash "\\:butter:" "🧈" table)
+    (puthash "\\:mate_drink:" "🧉" table)
+    (puthash "\\:ice_cube:" "🧊" table)
+    (puthash "\\:bubble_tea:" "🧋" table)
+    (puthash "\\:standing_person:" "🧍" table)
+    (puthash "\\:kneeling_person:" "🧎" table)
+    (puthash "\\:deaf_person:" "🧏" table)
+    (puthash "\\:face_with_monocle:" "🧐" table)
+    (puthash "\\:adult:" "🧑" table)
+    (puthash "\\:child:" "🧒" table)
+    (puthash "\\:older_adult:" "🧓" table)
+    (puthash "\\:bearded_person:" "🧔" table)
+    (puthash "\\:person_with_headscarf:" "🧕" table)
+    (puthash "\\:person_in_steamy_room:" "🧖" table)
+    (puthash "\\:person_climbing:" "🧗" table)
+    (puthash "\\:person_in_lotus_position:" "🧘" table)
+    (puthash "\\:mage:" "🧙" table)
+    (puthash "\\:fairy:" "🧚" table)
+    (puthash "\\:vampire:" "🧛" table)
+    (puthash "\\:merperson:" "🧜" table)
+    (puthash "\\:elf:" "🧝" table)
+    (puthash "\\:genie:" "🧞" table)
+    (puthash "\\:zombie:" "🧟" table)
+    (puthash "\\:brain:" "🧠" table)
+    (puthash "\\:orange_heart:" "🧡" table)
+    (puthash "\\:billed_cap:" "🧢" table)
+    (puthash "\\:scarf:" "🧣" table)
+    (puthash "\\:gloves:" "🧤" table)
+    (puthash "\\:coat:" "🧥" table)
+    (puthash "\\:socks:" "🧦" table)
+    (puthash "\\:red_envelope:" "🧧" table)
+    (puthash "\\:firecracker:" "🧨" table)
+    (puthash "\\:jigsaw:" "🧩" table)
+    (puthash "\\:test_tube:" "🧪" table)
+    (puthash "\\:petri_dish:" "🧫" table)
+    (puthash "\\:dna:" "🧬" table)
+    (puthash "\\:compass:" "🧭" table)
+    (puthash "\\:abacus:" "🧮" table)
+    (puthash "\\:fire_extinguisher:" "🧯" table)
+    (puthash "\\:toolbox:" "🧰" table)
+    (puthash "\\:bricks:" "🧱" table)
+    (puthash "\\:magnet:" "🧲" table)
+    (puthash "\\:luggage:" "🧳" table)
+    (puthash "\\:lotion_bottle:" "🧴" table)
+    (puthash "\\:thread:" "🧵" table)
+    (puthash "\\:yarn:" "🧶" table)
+    (puthash "\\:safety_pin:" "🧷" table)
+    (puthash "\\:teddy_bear:" "🧸" table)
+    (puthash "\\:broom:" "🧹" table)
+    (puthash "\\:basket:" "🧺" table)
+    (puthash "\\:roll_of_paper:" "🧻" table)
+    (puthash "\\:soap:" "🧼" table)
+    (puthash "\\:sponge:" "🧽" table)
+    (puthash "\\:receipt:" "🧾" table)
+    (puthash "\\:nazar_amulet:" "🧿" table)
+    (puthash "\\:ballet_shoes:" "🩰" table)
+    (puthash "\\:one-piece_swimsuit:" "🩱" table)
+    (puthash "\\:briefs:" "🩲" table)
+    (puthash "\\:shorts:" "🩳" table)
+    (puthash "\\:thong_sandal:" "🩴" table)
+    (puthash "\\:drop_of_blood:" "🩸" table)
+    (puthash "\\:adhesive_bandage:" "🩹" table)
+    (puthash "\\:stethoscope:" "🩺" table)
+    (puthash "\\:yo-yo:" "🪀" table)
+    (puthash "\\:kite:" "🪁" table)
+    (puthash "\\:parachute:" "🪂" table)
+    (puthash "\\:boomerang:" "🪃" table)
+    (puthash "\\:magic_wand:" "🪄" table)
+    (puthash "\\:pinata:" "🪅" table)
+    (puthash "\\:nesting_dolls:" "🪆" table)
+    (puthash "\\:ringed_planet:" "🪐" table)
+    (puthash "\\:chair:" "🪑" table)
+    (puthash "\\:razor:" "🪒" table)
+    (puthash "\\:axe:" "🪓" table)
+    (puthash "\\:diya_lamp:" "🪔" table)
+    (puthash "\\:banjo:" "🪕" table)
+    (puthash "\\:military_helmet:" "🪖" table)
+    (puthash "\\:accordion:" "🪗" table)
+    (puthash "\\:long_drum:" "🪘" table)
+    (puthash "\\:coin:" "🪙" table)
+    (puthash "\\:carpentry_saw:" "🪚" table)
+    (puthash "\\:screwdriver:" "🪛" table)
+    (puthash "\\:ladder:" "🪜" table)
+    (puthash "\\:hook:" "🪝" table)
+    (puthash "\\:mirror:" "🪞" table)
+    (puthash "\\:window:" "🪟" table)
+    (puthash "\\:plunger:" "🪠" table)
+    (puthash "\\:sewing_needle:" "🪡" table)
+    (puthash "\\:knot:" "🪢" table)
+    (puthash "\\:bucket:" "🪣" table)
+    (puthash "\\:mouse_trap:" "🪤" table)
+    (puthash "\\:toothbrush:" "🪥" table)
+    (puthash "\\:headstone:" "🪦" table)
+    (puthash "\\:placard:" "🪧" table)
+    (puthash "\\:rock:" "🪨" table)
+    (puthash "\\:fly:" "🪰" table)
+    (puthash "\\:worm:" "🪱" table)
+    (puthash "\\:beetle:" "🪲" table)
+    (puthash "\\:cockroach:" "🪳" table)
+    (puthash "\\:potted_plant:" "🪴" table)
+    (puthash "\\:wood:" "🪵" table)
+    (puthash "\\:feather:" "🪶" table)
+    (puthash "\\:anatomical_heart:" "🫀" table)
+    (puthash "\\:lungs:" "🫁" table)
+    (puthash "\\:people_hugging:" "🫂" table)
+    (puthash "\\:blueberries:" "🫐" table)
+    (puthash "\\:bell_pepper:" "🫑" table)
+    (puthash "\\:olive:" "🫒" table)
+    (puthash "\\:flatbread:" "🫓" table)
+    (puthash "\\:tamale:" "🫔" table)
+    (puthash "\\:fondue:" "🫕" table)
+    (puthash "\\:teapot:" "🫖" table)
     table))
 (provide 'julia-mode-latexsubs)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]