From 2e4742b9289bd3f84af8474ca33f497a20122f36 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 10 May 2026 23:21:04 -0700 Subject: first test? --- nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix') diff --git a/nix b/nix index fdb5ae3..21f6cf9 160000 --- a/nix +++ b/nix @@ -1 +1 @@ -Subproject commit fdb5ae36cc411784bfda9622f5bd2b054342e75e +Subproject commit 21f6cf9070bebd0a711f8bfc8d9ba3de41523f24 -- cgit v1.3 From 5315bcdf371a4310018fb9599f7d78f93f9aedcb Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 11 May 2026 11:19:18 -0700 Subject: final --- config/emacs.org | 7 ++- flake.lock | 173 +++++++++++++++++++++++++++---------------------------- nix | 2 +- style.scss | 69 +++++++++++++++++----- 4 files changed, 146 insertions(+), 105 deletions(-) (limited to 'nix') diff --git a/config/emacs.org b/config/emacs.org index 2970ca3..e5baafc 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -490,8 +490,9 @@ This is my org mode configuration, which also configures latex. ") (org-preview-latex-image-directory (expand-file-name "~/.cache/ltximg/") "don't use weird cache location") (org-latex-preview-ltxpng-directory (expand-file-name "~/.cache/ltximg/") "don't use weird cache location") - (org-latex-to-html-convert-command "printf '%%s' %i | pandoc -f latex -t html --mathml | tr -d '\\n' | sed -e 's/^

//' -e 's/<\\/p>$//'" "latex to MathML with special character handling") - (org-latex-to-mathml-convert-command "printf '%%s' %i | pandoc -f latex -t html --mathml | tr -d '\\n' | sed -e 's/^

//' -e 's/<\\/p>$//'" "latex to MathML with special character handling") + + (org-latex-to-html-convert-command "printf '%%s' %i | pandoc -f latex -t html --mathml | tr -d '\\n' | sed -e 's/^

//' -e 's/<\\/p>$//' -e 's/ style=\"[^\"]*\"//g'" "latex to MathML with special character handling") + (org-latex-to-mathml-convert-command "printf '%%s' %i | pandoc -f latex -t html --mathml | tr -d '\\n' | sed -e 's/^

//' -e 's/<\\/p>$//' -e 's/ style=\"[^\"]*\"//g'" "latex to MathML with special character handling") (TeX-engine 'xetex "set xelatex as default engine") (preview-default-option-list '("displaymath" "textmath" "graphics") "preview latex") @@ -622,7 +623,7 @@ This is my org mode configuration, which also configures latex. :publishing-function org-html-publish-to-html :headline-levels 4 :html-footnotes-section "


%s%s
" - :html-head ,(concat "\n\n\n\n\n\n\n\n\n\n\n" + :html-head ,(concat "\n\n\n\n\n\n\n\n\n" "