From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-840949-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C66B213888F for <garchives@archives.gentoo.org>; Sat, 17 Oct 2015 15:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10D6821C05C; Sat, 17 Oct 2015 15:49:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5B5D21C05C for <gentoo-commits@lists.gentoo.org>; Sat, 17 Oct 2015 15:49:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8703933F7F8 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Oct 2015 15:49:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE62A11A1 for <gentoo-commits@lists.gentoo.org>; Sat, 17 Oct 2015 15:49:28 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1445026120.37d956487473e417194de1926e68ac0734f5b2b9.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 37d956487473e417194de1926e68ac0734f5b2b9 X-VCS-Branch: master Date: Sat, 17 Oct 2015 15:49:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e0dc6880-e5df-406d-96d2-74daca6ab1d6 X-Archives-Hash: 9047104fcb64eb476836f302ef2c7941 commit: 37d956487473e417194de1926e68ac0734f5b2b9 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Oct 16 20:08:40 2015 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 20:08:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=37d95648 Cheat sheet: Disable the foldmark. We do not need a fold mark since we have the vertical lines. eapi-cheatsheet.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index 367e299..b7e4e0f 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -1,4 +1,4 @@ -\documentclass[a4paper]{leaflet} +\documentclass[a4paper,nofoldmark]{leaflet} \input{vc} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc}