View ixbm.sty
% | |
% ixbm.sty | |
% | |
%% package declaration | |
\NeedsTeXFormat{LaTeX2e} | |
\ProvidesPackage{ixbm}[2016/06/15 v0.3] | |
\def\ixbm@pkgname{ixbm} | |
%% preparation | |
\RequirePackageWithOptions{bm}[2004/02/26] |
View pxeveryshi.sty
% pxeveryshi.sty | |
\NeedsTeXFormat{pLaTeX2e} | |
\ProvidesPackage{pxeveryshi} | |
\RequirePackageWithOptions{everyshi} | |
% | |
\def\@EveryShipout@Output{% | |
\setbox8\vbox{% | |
\yoko | |
\@EveryShipout@Hook | |
\@EveryShipout@AtNextHook |
View hyperref-lpfix.sty
% hyperref-lpfix.sty | |
\NeedsTeXFormat{LaTeX2e} | |
\ProvidesPackage{hyperref-lpfix}[2012/05/30 v0.2] | |
\RequirePackage{hopatch} | |
\def\bxqhl@pkgname{hyperref-lpfix} | |
\def\reserved@a{% | |
\begingroup | |
\count@\HOpatch@counter\relax | |
\advance\count@\ltx@one\relax | |
\edef\x{\endgroup |
View darkdawn.pl
use strict; | |
use utf8; | |
use Data::Dump 'dump'; | |
my $progname = "darkdawn"; | |
# | |
# List the name of the fonts to be inspected. | |
# (Use font family names; '/B' means bold version.) | |
@ARGV = split(m/\n/, <<'END') if (!@ARGV); | |
GT2000-01 | |
MigMix 1M/B |
View example-perltex.tex
\documentclass{article} | |
\usepackage{perltex} | |
\begin{document} | |
\perldo{ | |
$pvalue = 5; | |
} | |
\newcounter{tvalue} | |
\setcounter{tvalue}{6} |
View goshutex.sty
%% This is a modified version of python.sty by Martin R. Ehmsen. | |
%% Licensed under GPL v2 or later. | |
%% You can obtain the original version at: | |
%% http://mirror.ctan.org/macros/latex/contrib/python.zip | |
\NeedsTeXFormat{LaTeX2e}[1994/12/01] | |
\ProvidesPackage{goshutex}[2012/06/17 v0.1 Gauche in LaTeX] | |
\newwrite\@out | |
\newwrite\@module |
View sample.tex
\documentclass{article} | |
\usepackage[scale=0.8]{geometry} | |
\usepackage{lisp} | |
\begin{document} | |
%% An expression equivalent to | |
% (let ((two (lambda (s) (lambda (z) (s (s z)))))) | |
% (let ((next (lambda (x) (cons "*" x)))) | |
% (((two (two two)) next) '()))) | |
% in Scheme. It calculates (2^2)^2 and makes an list consisting | |
% of as many "*"'s as the value (i.e. 16). |
View example1.tex
\documentclass{article} | |
\usepackage{subcommand} | |
\begin{document} | |
\def\mycmd{!?} | |
\subcommand\mycmd[:foo]#1{\textit{foo}(#1)} | |
\subcommand\mycmd[:fool]#1{\textit{fool}(#1)} | |
\mycmd:foolish % (\mycmd:fool{i}) + (sh) | |
\mycmd:footware % (\mycmd:foo{t}) + (ware) |
View zrotfdump.pl
use strict; | |
my $prog_name = "zrotfdump"; | |
my ($mode, $smode, $font_file); | |
my @mglist = qw( | |
.notdef .null nonmarkingreturn space exclam quotedbl numbersign | |
dollar percent ampersand quotesingle parenleft parenright | |
asterisk plus comma hyphen period slash zero one two three four | |
five six seven eight nine colon semicolon less equal greater | |
question at A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
View bxpgfooacc.sty
% | |
% bxpgfooacc.sty | |
% | |
%% package declaration | |
\NeedsTeXFormat{LaTeX2e} | |
\ProvidesPackage{bxpgfooacc}[2012/06/30] | |
%% preparation | |
\def\bxqpu@pkgname{bxpgfooacc} | |
\def\bxqpu@error{\PackageError\bxqpu@pkgname} |