From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D71713888F for ; Thu, 29 Oct 2015 17:11:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 727FAE07F2; Thu, 29 Oct 2015 17:11:05 +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 E849EE07F2 for ; Thu, 29 Oct 2015 17:11:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A871434092E for ; Thu, 29 Oct 2015 17:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9067F19FA for ; Thu, 29 Oct 2015 17:10:59 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1446058820.f143eb07d030eeca7d7d49d30458616a0b2ebedc.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-env-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f143eb07d030eeca7d7d49d30458616a0b2ebedc X-VCS-Branch: master Date: Thu, 29 Oct 2015 17:10:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c3532ac8-451d-4cb0-9ea7-392bb6f5bbfc X-Archives-Hash: df55ca0d4b37d8fd6d06f69de9d813fc commit: f143eb07d030eeca7d7d49d30458616a0b2ebedc Author: Ulrich Müller gentoo org> AuthorDate: Wed Oct 28 19:00:20 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Oct 28 19:00:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=f143eb07 Increase the width of the "defined variables" table. Also align the table (using \LTleft and \LTright) such that there is sufficient space for marginal notes to the left of the table. The marginnote package seems to be incompatible with lscape, resulting in wrong horizontal placement of the notes. As a workaround, manually adjust \marginparsep. ebuild-env-vars.tex | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index d387aca..9643036 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -12,7 +12,14 @@ different \t{pkg\_*} phases. Ebuilds must recalculate any variable they derive f variable. \begin{landscape} -\begin{longtable}{l p{0.175\textwidth} l p{0.5\textwidth}} +\reversemarginpar +\addtolength{\marginparsep}{-25mm} +% Workaround for broken marginnote positioning in lscape environment +\addtolength{\marginparsep}{-\textwidth} % FIXME +\setlength{\LTleft}{25mm plus 1fil} +\setlength{\LTright}{0pt plus 1fil} +\newcolumntype{P}[1]{>{\setlength{\rightskip}{0pt plus 1fil}}p{#1}} +\begin{longtable}{!{\extracolsep{\fill}} l P{7.5em} l p{0.5\linewidth}} \caption{Defined variables\label{tab:defined_vars}}\\ \toprule \multicolumn{1}{c}{\b{Variable}} &