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 B963D138334 for ; Sat, 13 Apr 2019 09:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD932E0919; Sat, 13 Apr 2019 09:05:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B6C2FE0919 for ; Sat, 13 Apr 2019 09:05:30 +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 BA7F3340E64 for ; Sat, 13 Apr 2019 09:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49FDF59F for ; Sat, 13 Apr 2019 09:05:28 +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: <1554657752.786e294e720a945157a73e65da65ae037f4eb277.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.bib pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 786e294e720a945157a73e65da65ae037f4eb277 X-VCS-Branch: master Date: Sat, 13 Apr 2019 09:05:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 31a36118-d769-41b5-9400-c318a4dfede7 X-Archives-Hash: d2c694b6f2c8a4ea7a74e1abbcdd281e commit: 786e294e720a945157a73e65da65ae037f4eb277 Author: Ulrich Müller gentoo org> AuthorDate: Sun Apr 7 17:22:32 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Apr 7 17:22:32 2019 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=786e294e pms.cls: Change bibliographystyle to unsrturl. This will list references in order of citation. Also, use the url field to specify URLs. Signed-off-by: Ulrich Müller gentoo.org> pms.bib | 16 ++++++++-------- pms.cls | 3 ++- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/pms.bib b/pms.bib index b3413db..5bd52a2 100644 --- a/pms.bib +++ b/pms.bib @@ -1,31 +1,31 @@ -@misc{Glep37, +@manual{Glep37, author = {Jason Stubbs}, title = {{GLEP} 37: Virtuals deprecation}, year = 2005, month = Apr, - howpublished = "\url{https://www.gentoo.org/glep/glep-0037.html}" + url = {https://www.gentoo.org/glep/glep-0037.html} } -@misc{Glep44, +@manual{Glep44, author = {Marius Mauch}, title = {{GLEP} 44: Manifest2 format}, year = 2005, month = Dec, - howpublished = "\url{https://www.gentoo.org/glep/glep-0044.html}" + url = {https://www.gentoo.org/glep/glep-0044.html} } -@misc{Glep55, +@manual{Glep55, author = {Piotr Jaroszyński}, title = {{GLEP} 55: Use {EAPI}-suffixed ebuilds}, year = 2007, month = Dec, - howpublished = "\url{https://www.gentoo.org/glep/glep-0055.html}" + url = {https://www.gentoo.org/glep/glep-0055.html} } -@misc{Glep68, +@manual{Glep68, author = {Michał Górny}, title = {{GLEP} 68: Package and category metadata}, year = 2016, month = Apr, - howpublished = "\url{https://www.gentoo.org/glep/glep-0068.html}" + url = {https://www.gentoo.org/glep/glep-0068.html} } diff --git a/pms.cls b/pms.cls index 6cc5a77..f0ec4b3 100644 --- a/pms.cls +++ b/pms.cls @@ -102,7 +102,8 @@ \ifdim\columnwidth>\textheight\@tempswatrue\fi } -\bibliographystyle{plainurl} +% Support url fields in bibliography entries +\bibliographystyle{unsrturl} % Redefine the titlepage environment not to reset the page number \renewenvironment{titlepage}{\newpage\thispagestyle{empty}}{\newpage}