Skip to content

Instantly share code, notes, and snippets.

View cmplstofB's full-sized avatar

cmplstofB

  • Osaka, Japan (UTF+09:00)
View GitHub Profile
@aminophen
aminophen / tcstyalone.sty
Last active April 29, 2020 12:23
パッケージ (.sty) 単独でもコンパイルできる、まるで .dtx のようなパッケージの実装例
% \iffalse meta-comment
%
% Copyright (c) 2016 Hironobu Yamashita (@aminophen)
%
%%%%%%%% ^^A driver-like trick using catcode difference
%
% This file `tcstyalone.sty' is a normal LaTeX package, so
% \RequirePackage{tcstyalone}
% and
% \usepackage{tcstyalone}
@kmaed
kmaed / test-scantokens.tex
Created January 6, 2016 19:36
\scantokens の使い方
%% 眠れないので書いた.etoolbox.sty を読むと勉強になるなあ(つらい).
%% まずは基本形で準備運動.
%% 一度保存された,パラメータ文字を含むトークン列を定義とする,
%% パラメータをとるマクロを定義したいとする.
\def\a{##2##1} % カテゴリコードが6である限り,# は二重にせざるをえない.
\expandafter\def\expandafter\b\expandafter#\expandafter1\expandafter#\expandafter2\expandafter{\a}
\show\b % #1#2->#2#1
%% これはひどい.\edef 使いましょうよ.
\edef\b{%
@voluntas
voluntas / webrtc.rst
Last active May 21, 2024 05:35
WebRTC コトハジメ
@deton
deton / gist:5138905
Last active April 5, 2024 11:11
Vimでの日本語のカーソル移動の改善: 文節単位のWORD移動(W,E,B)プラグインと、句読点に移動するmap
@abaez
abaez / mineacraft-install.sh
Last active April 16, 2022 02:48
Simple Install script for Minecraft on linux of course ;)
#!/bin/bash
###### NOTE YOU HAVE TO RUN IN root
# cd "$(dirname ${BASH_SOURCE[0]})"
# dir=${PWD##*/}
dir="/opt/minecraft"