Skip to content

Instantly share code, notes, and snippets.

View shayanlinux's full-sized avatar

Shayan Shahand shayanlinux

View GitHub Profile
@shayanlinux
shayanlinux / minimal-not-working-example.tex
Last active November 1, 2015 22:51
LaTex Code Snippet to print sheet numbers in the trim area using memoir package and other loaded packages accompanying this question on StackExchange: http://tex.stackexchange.com/questions/263067/memoir-sheetsequence-counter-does-not-increment
\documentclass[a4paper]{memoir}
\usepackage{etoolbox}
\usepackage{bidi}
\begin{document}
\def\do#1{\thesheetsequence\newpage}
\docsvlist{1,2,3,4,5,6,7,8,9}
\end{document}