Skip to content

Instantly share code, notes, and snippets.

[('abers', 'chomp', 'fudgy', 'twink'),
('abers', 'chomp', 'fugly', 'twink'),
('abers', 'chowk', 'dingy', 'flump'),
('abers', 'chowk', 'dumpy', 'flint'),
('abers', 'chowk', 'dumpy', 'glift'),
('abers', 'chowk', 'dumpy', 'glint'),
('abers', 'chowk', 'flint', 'pudgy'),
('abers', 'chump', 'downy', 'glift'),
('abers', 'chump', 'dykon', 'glift'),
('abers', 'cling', 'dumky', 'fowth'),
abelian
additivity
BDMC
BDMCs
BEC
BECs
Bhattacharyya
Bhattacharyya's
bijection
BSC
% !TEX encoding = UTF-8 Unicode
% !TEX TS-program = pdflatex
\documentclass{article}
\usepackage{tikz}
\begin{document}
@Symbol1
Symbol1 / tex.sx-q-528089.tex
Last active February 15, 2020 19:32
Overlapping paths with various width
\documentclass[border=9,tikz]{standalone}
\usetikzlibrary{lindenmayersystems}
\begin{document}
\tikz{
\draw[line width=70pt,red] (0,0)--(3,3);
\draw[line width=60pt,green] (0,0)--(4,4);
\draw[line width=50pt,blue] (0,0)--(5,5);
\draw[line width=40pt,black] (0,0)--(6,6);
\draw[line width=30pt,yellow] (0,0)--(7,7);
\documentclass[tikz,border=9]{standalone}
\usetikzlibrary{arrows.meta,decorations.pathreplacing}
\begin{document}
\def\colorlist{"","red","orange","yellow","green","cyan","violet"}
\tikzset{
spindle/.style={
decorate,
decoration={
\documentclass[border=9,tikz]{standalone}
\usetikzlibrary{decorations.pathreplacing}
\begin{document}
\def\niterate{64}
\def\rolldice{
\pgfmathsetmacro\rndlinewidth{6/(2+\i)}
\pgfmathsetmacro\rndon{8+8*rnd}
\pgfmathsetmacro\rndoff{2*rnd}
\tikz{
\draw(0,2)• (1,2)×
(1,1)• (2,1)∆
(0,0)∆ (3,0)×;
}