From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C87FD1396D0 for ; Wed, 23 Aug 2017 17:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27384E085E; Wed, 23 Aug 2017 17:47:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED696E085E for ; Wed, 23 Aug 2017 17:47:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D94343419CA for ; Wed, 23 Aug 2017 17:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B628D8015 for ; Wed, 23 Aug 2017 17:47:09 +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: <1503510294.2e5addca849c99dc9b3b41f2d5906caac0b1d8e1.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2e5addca849c99dc9b3b41f2d5906caac0b1d8e1 X-VCS-Branch: master Date: Wed, 23 Aug 2017 17:47:09 +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: 1644df85-5550-4524-8eac-3157e9964ac1 X-Archives-Hash: abe33e4fc254c87f68a1d122b49b0075 commit: 2e5addca849c99dc9b3b41f2d5906caac0b1d8e1 Author: Ulrich Müller gentoo org> AuthorDate: Wed Aug 23 17:44:54 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Aug 23 17:44:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=2e5addca pms.cls: Untabify. pms.cls | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/pms.cls b/pms.cls index 45705e3..16344a8 100644 --- a/pms.cls +++ b/pms.cls @@ -27,32 +27,32 @@ \PassOptionsToPackage{chapter}{algorithm} % algorithmic and algorithm to be loaded last to avoid failures \RequirePackage{% - fontenc, % Load extended font sets - isodate, % Date formatting and conversions + fontenc, % Load extended font sets + isodate, % Date formatting and conversions geometry, % Set page layout - inputenc, % Allow input methods apart from ASCII - booktabs, % Nicer formatting of tables - ifthen, % Comfortable conditional routines - longtable, % Extend tables over more than one page - array, % Extended tabular environments - lscape, % Rotating pages + inputenc, % Allow input methods apart from ASCII + booktabs, % Nicer formatting of tables + ifthen, % Comfortable conditional routines + longtable, % Extend tables over more than one page + array, % Extended tabular environments + lscape, % Rotating pages marginnote, % Typeset a paragraph in the page margin - paralist, % Additional list environments - parskip, % Space between paragraphs instead of indentation + paralist, % Additional list environments + parskip, % Space between paragraphs instead of indentation underscore, % Allow simple _ instead of \_ - verbatim, % Extend the print-as-is functionality - chngcntr, % Redefinition of counters - tocbibind % Add bibliography to table of contents + verbatim, % Extend the print-as-is functionality + chngcntr, % Redefinition of counters + tocbibind % Add bibliography to table of contents } % tex4ht workaround: hyperref needs to be loaded /after/ tex4ht injects itself \g@addto@macro\@documentclasshook{ \RequirePackage{ - caption, % Extended float environment formatting - float, % More control over float environments - hyperref, % Support for hyperlinks - algorithm, % - algorithmic % Set algorithms + caption, % Extended float environment formatting + float, % More control over float environments + hyperref, % Support for hyperlinks + algorithm, % + algorithmic % Set algorithms } } \ClassInfo{pms}{Capsulation of LaTeX stuff for the Package Manager @@ -66,7 +66,7 @@ \ifx\HCode\undefined \RequirePackage{% mathptmx, - pdfpages % Insert whole PDF documents as separate pages + pdfpages % Insert whole PDF documents as separate pages } \RequirePackage[scaled=.90]{helvet} \setboolean{TEX4HT-HACKS}{false}