Skip to content

Instantly share code, notes, and snippets.

View analytic-bias's full-sized avatar
🏴
Shipping criminals against informatics to the Hague

Hypatia du Bois-Marie 形式科學為人權 中共下台 analytic-bias

🏴
Shipping criminals against informatics to the Hague
View GitHub Profile
@analytic-bias
analytic-bias / embed_video.tex
Created April 2, 2025 04:46 — forked from FedericoTartarini/embed_video.tex
Embed a video into LaTeX wihout using Flash
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% this code was copied from https://tex.stackexchange.com/a/516102
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[bigfiles]{pdfbase}
\ExplSyntaxOn
\NewDocumentCommand\embedvideo{smm}{
\group_begin:
\leavevmode
\tl_if_exist:cTF{file_\file_mdfive_hash:n{#3}}{
@analytic-bias
analytic-bias / main.agda
Last active October 23, 2023 10:46 — forked from wenkokke/main.agda
Code extracted from "Formalising type-logical grammars in Agda".
-- This file contains the code from the paper "Formalising
-- type-logical grammars in Agda", and was directly extracted from the
-- paper's source.
--
-- Note: because the symbol customarily used for the "left difference"
-- is unavailable in the Unicode character set, and the backslash used
-- for implication is often a reserved symbol, the source file uses a
-- different notation for the connectives: the left and right
-- implications are represented by the double arrows "⇐" and "⇒", and