Skip to content

Instantly share code, notes, and snippets.

View rwmpelstilzchen's full-sized avatar
📄
Typsting

Maja Abramski-Kronenberg rwmpelstilzchen

📄
Typsting
View GitHub Profile
@rwmpelstilzchen
rwmpelstilzchen / test.tex
Created June 17, 2013 18:23
A test for tricky aspects of Hebrew font design (see http://digitalwords.net/fontim)
\documentclass{standalone}
\pagestyle{empty}
\usepackage{fontspec}
\usepackage[RTLdocument]{bidi}
\newcommand{\sentence}[2]{
\fontspec[Script=Hebrew]{#1}#2: &
\fontspec[Script=Hebrew]{#1}בִּשְׁמוֹת פר׳ י״ג פס׳ י״ב נִכְתַּב: &
\fontspec[Script=Hebrew]{#1}„[…] בֶּעָשֹׂר [‚בעשׂור’ בִּכְתִיב מָלֵא] לַחֹדֶשׁ הַזֶּה […]”. &
@rwmpelstilzchen
rwmpelstilzchen / .muttrc
Last active December 18, 2015 14:19
Place a new emailed static Jekyll comment (https://github.com/mpalmer/jekyll-static-comments). A. Put comment.sh somewhere B. Add that line to your .muttrc file C. Make the magic happen by pressing ,c in mutt. This is not minimalist nor elegant, but it works…
macro index,pager ,c "<pipe-message>/path/to/comment.sh<return>" "post Jekyll static comment"