Stefan Kangas <stefankangas@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Stefan Kangas <stefankangas@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 64578) by debbugs.gnu.org; 15 Sep 2023 08:50:17 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Sep 15 04:50:17 2023 Received: from localhost ([127.0.0.1]:42018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qh4Wn-0000nC-C0 for submit <at> debbugs.gnu.org; Fri, 15 Sep 2023 04:50:17 -0400 Received: from mout01.posteo.de ([185.67.36.65]:57397) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qh4Wi-0000mp-29 for 64578 <at> debbugs.gnu.org; Fri, 15 Sep 2023 04:50:15 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 9F1FA240027 for <64578 <at> debbugs.gnu.org>; Fri, 15 Sep 2023 10:49:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1694767799; bh=+I7uAVFURlts14qyet71YA6jjQ7fsjcq4iZLFGYm5VY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=RFaHGRb6g52x0ZuNB3wA2ZWpYEXF9L0Nl+WahwfkL3c2ufsBcvEw+sBuOB2kmHWvt rrf6oTnRt5piVPRtA7oGX0T1Sv0zvbuOR6RFv49/dvx1/li8r/FlPgGGz8yamvQB0/ mK6dmurEihXRuIBd0I0w53wmSuTuI6H7/UM6Jl8mvZOreYT0th4sRSu+ZX4VB+EIuQ y+iamXm8atKPuLD2VnByeRhkLF3qu8e+z19kNANyWT0gucANWN2sVJlouYPdjqJV30 5N4XzmZ1Ilyw3sM9bWrIMXqJ3VJPUW/DaI53JAMALluUwuFUbNgTQnD0J+3tYU3YsM LexpxE0O7lOfQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Rn7DQ4VhRz6twK; Fri, 15 Sep 2023 10:49:58 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: =?utf-8?Q?Jos=C3=A9?= Miguel =?utf-8?Q?Garc=C3=ADa?= Urrutia <josemgu91@HIDDEN> Subject: Re: bug#64578: orgcard.tex fixes to allow PDF rendering to be used as a triptych. In-Reply-To: <874jm8ythh.fsf@localhost> References: <CAGQFwfgr-=jqC_SKLnsHxXgABhoZRTGL_ZYwuu0EgJ7YAG0wPw@HIDDEN> <874jm8ythh.fsf@localhost> Date: Fri, 15 Sep 2023 08:50:48 +0000 Message-ID: <875y4bbz13.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64578 Cc: 64578 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Ihor Radchenko <yantar92@HIDDEN> writes: > Jos=C3=A9 Miguel Garc=C3=ADa Urrutia <josemgu91@HIDDEN> writes: > >> Hello, this is a patch that fixes the orgcard.tex file PDF rendering to >> allow it to be used as a triptych in US letter page format. >> >> % Specify how many you want here. >> \columnsperpage=3D3 >>=20=20 >> +% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful >> +% only when columnsperpage is 2 or 3. >> +\letterpaper=3D1 >> + >> % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for >> % a landscape layout. >> \input pdflayout.sty >> -\pdflayout=3D(0l) >> +\pdflayout=3D(1l) > > I will leave this to Emacs devs to decide about the layout. > The reference cards in Emacs follow certain format. > I am not sure if this patch is breaking it or not. Ping! --=20 Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#64578
; Package emacs
.
Full text available.Received: (at 64578) by debbugs.gnu.org; 13 Jul 2023 16:54:25 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 12:54:25 2023 Received: from localhost ([127.0.0.1]:40708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qJza9-0005q0-AS for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 12:54:25 -0400 Received: from mail-lf1-f46.google.com ([209.85.167.46]:45180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <josemgu91@HIDDEN>) id 1qJx93-0005Cv-FU for 64578 <at> debbugs.gnu.org; Thu, 13 Jul 2023 10:18:15 -0400 Received: by mail-lf1-f46.google.com with SMTP id 2adb3069b0e04-4f4b2bc1565so1359114e87.2 for <64578 <at> debbugs.gnu.org>; Thu, 13 Jul 2023 07:18:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1689257887; x=1691849887; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=EmfI9u9oDHtub5Zd1O48nGt56p1FCVpqLn0vF6lI0HA=; b=g6ATGZ78Wee/0Uo11x5RUnxMYpoUKP0prP0Hh0HVJelWXOTiRKxEHTtRh91SBNgKxH 44bh8q2SBjW+IClPKyvlMyj9S99afCMBGrxeS4S18Y6fRgbzIxk9xpAcfyA2Uo7fNPpD HZLwa0Yvs8Zkh2aRArUQW41TMJ1yL1ogD+I91+37csxEgqbUDtsV9e8HpPPdcTaDaPCc PlQBpMt5sGYYRissv24UTV4Ijzjaf3NNkdUWh3ghkwgNWJMqLxHmzSVWujQcOSIBjsWs MQeoSZoCGrpEMTatgyZJeRKpqCwn5H0t/NwcobA+LAtd1ivvHpaYHFMnwYcsKoekn2xY ApuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689257887; x=1691849887; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=EmfI9u9oDHtub5Zd1O48nGt56p1FCVpqLn0vF6lI0HA=; b=iyU9tIJJVmkamjXSO/2Z/+v9u+Elt15l9/su3XWqa1t+TRJKMtZulPH5KQ8WNRn3QB Vy7NeB6I6FYscIL/me4oR/NCv7V0jj+Pu2DLZvdKy4BYZXTBzFzSrLkVtHkPFEiNEn6L aPYIpHwYVcFfgjz0LclwcOefyY9G7VMIyKw/0Bcko6OXQXYgT7qWcPgBl+/guExvuiUl YcpQzUpwOYpIqOJutZvJhyuWwk/4NNiHt4sHI2+XiD6qNWmKWNQF7XmE9jHZf6ey7rH2 IQ/tzfUdkBLpoiMwWEp4znnVkfeuwR1PaCcFAgsiNomk+3KyKF4wsnt44p6I12Pi17G2 eU+A== X-Gm-Message-State: ABy/qLZ0qKh/SgEx5k6wO3BXF/Jb3MgJvbJuD+D1MGR5y8qzsYGOODq3 kA3dwu5hk+JpMjsDpsg1OMzPRt2HiooBpIYU1qI= X-Google-Smtp-Source: APBJJlFSFI1dkUWfQsPdgNeF1szzWfFZd6W7Nmy7qJ0x/ixQktZnfr4yTAyfSapHOHy7n1aorAKoi6fX3TWJjZH1DbE= X-Received: by 2002:a05:6512:ba8:b0:4f9:a542:91c with SMTP id b40-20020a0565120ba800b004f9a542091cmr1572215lfv.3.1689257886558; Thu, 13 Jul 2023 07:18:06 -0700 (PDT) MIME-Version: 1.0 References: <CAGQFwfgr-=jqC_SKLnsHxXgABhoZRTGL_ZYwuu0EgJ7YAG0wPw@HIDDEN> <874jm8ythh.fsf@localhost> In-Reply-To: <874jm8ythh.fsf@localhost> From: =?UTF-8?Q?Jos=C3=A9_Miguel_Garc=C3=ADa_Urrutia?= <josemgu91@HIDDEN> Date: Thu, 13 Jul 2023 09:17:54 -0500 Message-ID: <CAGQFwfjiew-BsKMHeVtguJcMrJj6V3n_6NmywtB34E1EoSzZvg@HIDDEN> Subject: Re: bug#64578: orgcard.tex fixes to allow PDF rendering to be used as a triptych. To: Ihor Radchenko <yantar92@HIDDEN> Content-Type: multipart/alternative; boundary="00000000000043361806005f0074" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 64578 X-Mailman-Approved-At: Thu, 13 Jul 2023 12:54:20 -0400 Cc: 64578 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.7 (/) --00000000000043361806005f0074 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I=E2=80=99ve removed the =E2=80=9C(1/2)=E2=80=9D and =E2=80=9C(2/2)=E2=80= =9D numbers from the titles as they overflow the columns, making them to be wider than expected thus breaking the triptych format. The US letter paper size is the same as the Emacs reference card. The published PDF org-mode reference card is the rendered version of this tex file. It=E2=80=99s in A4 format and the columns doesn=E2=80=99t have th= e same size, making impossible to do a triptych with same sized columns. This is why I modified it. On Thu, 13 Jul 2023 at 05:51 Ihor Radchenko <yantar92@HIDDEN> wrote: > Jos=C3=A9 Miguel Garc=C3=ADa Urrutia <josemgu91@HIDDEN> writes: > > > Hello, this is a patch that fixes the orgcard.tex file PDF rendering to > > allow it to be used as a triptych in US letter page format. > > > > % Specify how many you want here. > > \columnsperpage=3D3 > > > > +% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful > > +% only when columnsperpage is 2 or 3. > > +\letterpaper=3D1 > > + > > % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for > > % a landscape layout. > > \input pdflayout.sty > > -\pdflayout=3D(0l) > > +\pdflayout=3D(1l) > > I will leave this to Emacs devs to decide about the layout. > The reference cards in Emacs follow certain format. > I am not sure if this patch is breaking it or not. > > > -\key{force cycling of an ARCHIVEd tree}{C-c C-TAB} > > +\key{force cycling of an ARCHIVEd tree}{C-TAB} > > This is wrong. Org's default binding is C-c C-TAB. > > > -\title{Org-Mode Reference Card (2/2)} > > +\title{Org-Mode Reference Card} > > Why? > > -- > Ihor Radchenko // yantar92, > Org mode contributor, > Learn more about Org mode at <https://orgmode.org/>. > Support Org development at <https://liberapay.com/org-mode>, > or support my work at <https://liberapay.com/yantar92> > --00000000000043361806005f0074 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"auto">I=E2=80=99ve removed the =E2=80=9C(1/2)=E2=80=9D and =E2= =80=9C(2/2)=E2=80=9D numbers from the titles as they overflow the columns, = making them to be wider than expected thus breaking the triptych format.</d= iv><div dir=3D"auto">The US letter paper size is the same as the Emacs refe= rence card.</div><div dir=3D"auto">The published PDF org-mode reference car= d is the rendered version of this tex file. It=E2=80=99s in A4 format and t= he columns doesn=E2=80=99t have the same size, making impossible to do a tr= iptych with same sized columns. This is why I modified it.</div><div><br><d= iv class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu, 13 J= ul 2023 at 05:51 Ihor Radchenko <<a href=3D"mailto:yantar92@HIDDEN">= yantar92@HIDDEN</a>> wrote:<br></div><blockquote class=3D"gmail_quot= e" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">= Jos=C3=A9 Miguel Garc=C3=ADa Urrutia <<a href=3D"mailto:josemgu91@gmail.= com" target=3D"_blank">josemgu91@HIDDEN</a>> writes:<br> <br> > Hello, this is a patch that fixes the orgcard.tex file PDF rendering t= o<br> > allow it to be used as a triptych in US letter page format.<br> ><br> >=C2=A0 % Specify how many you want here.<br> >=C2=A0 \columnsperpage=3D3<br> >=C2=A0 <br> > +% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper.=C2=A0 U= seful<br> > +% only when columnsperpage is 2 or 3.<br> > +\letterpaper=3D1<br> > +<br> >=C2=A0 % PDF output layout.=C2=A0 0 for A4, 1 for letter (US), a `l'= ; is added for<br> >=C2=A0 % a landscape layout.<br> >=C2=A0 \input pdflayout.sty<br> > -\pdflayout=3D(0l)<br> > +\pdflayout=3D(1l)<br> <br> I will leave this to Emacs devs to decide about the layout.<br> The reference cards in Emacs follow certain format.<br> I am not sure if this patch is breaking it or not.<br> <br> > -\key{force cycling of an ARCHIVEd tree}{C-c C-TAB}<br> > +\key{force cycling of an ARCHIVEd tree}{C-TAB}<br> <br> This is wrong. Org's default binding is C-c C-TAB.<br> <br> > -\title{Org-Mode Reference Card (2/2)}<br> > +\title{Org-Mode Reference Card}<br> <br> Why?<br> <br> -- <br> Ihor Radchenko // yantar92,<br> Org mode contributor,<br> Learn more about Org mode at <<a href=3D"https://orgmode.org/" rel=3D"no= referrer" target=3D"_blank">https://orgmode.org/</a>>.<br> Support Org development at <<a href=3D"https://liberapay.com/org-mode" r= el=3D"noreferrer" target=3D"_blank">https://liberapay.com/org-mode</a>>,= <br> or support my work at <<a href=3D"https://liberapay.com/yantar92" rel=3D= "noreferrer" target=3D"_blank">https://liberapay.com/yantar92</a>><br> </blockquote></div></div> --00000000000043361806005f0074--
bug-gnu-emacs@HIDDEN
:bug#64578
; Package emacs
.
Full text available.Received: (at 64578) by debbugs.gnu.org; 13 Jul 2023 10:51:43 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 13 06:51:43 2023 Received: from localhost ([127.0.0.1]:53481 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qJtvC-0001vL-QM for submit <at> debbugs.gnu.org; Thu, 13 Jul 2023 06:51:43 -0400 Received: from mout02.posteo.de ([185.67.36.66]:58935) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <yantar92@HIDDEN>) id 1qJtv6-0001uu-IC for 64578 <at> debbugs.gnu.org; Thu, 13 Jul 2023 06:51:41 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id CEA04240101 for <64578 <at> debbugs.gnu.org>; Thu, 13 Jul 2023 12:51:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1689245490; bh=Oh26oYGJqrvGWWB7EY6fBrG+LPhgTW6N9rj2j7zRR50=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=V7w2DX2RrIqExf/5WPYYlksxfCH5Y7jerscmnVrGRiGqoMNPE56ZPFMKG8bVb4RP7 4PnXocxPTes285SHy5t+FqsjirjqY1e8dCHxdQlUs5H0LjiwjXTAvxS0roFjNlXBYh ACtF+tSgaA6L4CZ5XLv9zfAva6vMI1h3//IARISC2Lc8mtyfBZZvfxYWK8E31FMg9N ZvTiaMUhAL2TAbVYEOrj3JxLZKcwDEXH/oJQdad0hvgCmAnXyNGIzj8AY+T/GxZ5RW bYJRK3BOJFR8xyHRqp0cFptMvm++ccFPSRgSeDnw7rsSjfu/LcG3mqSvUgJnp4946o XaPJUG87n9mEA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4R1ry96FLcz9rxD; Thu, 13 Jul 2023 12:51:29 +0200 (CEST) From: Ihor Radchenko <yantar92@HIDDEN> To: =?utf-8?Q?Jos=C3=A9?= Miguel =?utf-8?Q?Garc=C3=ADa?= Urrutia <josemgu91@HIDDEN> Subject: Re: bug#64578: orgcard.tex fixes to allow PDF rendering to be used as a triptych. In-Reply-To: <CAGQFwfgr-=jqC_SKLnsHxXgABhoZRTGL_ZYwuu0EgJ7YAG0wPw@HIDDEN> References: <CAGQFwfgr-=jqC_SKLnsHxXgABhoZRTGL_ZYwuu0EgJ7YAG0wPw@HIDDEN> Date: Thu, 13 Jul 2023 10:51:38 +0000 Message-ID: <874jm8ythh.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64578 Cc: 64578 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Jos=C3=A9 Miguel Garc=C3=ADa Urrutia <josemgu91@HIDDEN> writes: > Hello, this is a patch that fixes the orgcard.tex file PDF rendering to > allow it to be used as a triptych in US letter page format. > > % Specify how many you want here. > \columnsperpage=3D3 >=20=20 > +% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful > +% only when columnsperpage is 2 or 3. > +\letterpaper=3D1 > + > % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for > % a landscape layout. > \input pdflayout.sty > -\pdflayout=3D(0l) > +\pdflayout=3D(1l) I will leave this to Emacs devs to decide about the layout. The reference cards in Emacs follow certain format. I am not sure if this patch is breaking it or not. > -\key{force cycling of an ARCHIVEd tree}{C-c C-TAB} > +\key{force cycling of an ARCHIVEd tree}{C-TAB} This is wrong. Org's default binding is C-c C-TAB. =20=20 > -\title{Org-Mode Reference Card (2/2)} > +\title{Org-Mode Reference Card} Why? --=20 Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
bug-gnu-emacs@HIDDEN
:bug#64578
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 12 Jul 2023 07:18:33 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Jul 12 03:18:33 2023 Received: from localhost ([127.0.0.1]:51617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1qJU7I-0003od-S4 for submit <at> debbugs.gnu.org; Wed, 12 Jul 2023 03:18:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:37106) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <josemgu91@HIDDEN>) id 1qJRQM-0002Xa-3s for submit <at> debbugs.gnu.org; Wed, 12 Jul 2023 00:26:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <josemgu91@HIDDEN>) id 1qJRQL-00016L-TP for bug-gnu-emacs@HIDDEN; Wed, 12 Jul 2023 00:25:57 -0400 Received: from mail-wr1-x42b.google.com ([2a00:1450:4864:20::42b]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <josemgu91@HIDDEN>) id 1qJRQK-00062C-Am for bug-gnu-emacs@HIDDEN; Wed, 12 Jul 2023 00:25:57 -0400 Received: by mail-wr1-x42b.google.com with SMTP id ffacd0b85a97d-3144bf65ce9so6698832f8f.3 for <bug-gnu-emacs@HIDDEN>; Tue, 11 Jul 2023 21:25:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1689135954; x=1691727954; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=E41Ypq3lA0INKC0wj5pSw+w5r4w8C3B4dCg9qF4ucjE=; b=eG1IBKCw0Gj0Yhw2anwPU4ohAZeDbZA1Yt4pIUVhe5/JzlvMktiz55/9l4liBgAute Lvoz++zr9x5PXAF7mlW9MDJQBBeOfXsZnbQhZhZeSJaqzbP+k9rb+adHvUKxNKnbubuy XMdTcap/yVEXeIugQ2ucIV3ysslr/Gj922MWVellavQ4F6BV9dCexmVxSZm+sFtVnn0+ 6jE1gjH7wdGrEG+pGJbiJ0Ndfizk39EOOjQbW7ymBtZq+dM5RjopQEChRIamikZlhjTU Lsb1gUnMTBGHaeOSsSzlppg7wcgIi5noEuSLhBSxNabuijEhn9Zeqehb/mLEohnM81tA ppkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689135954; x=1691727954; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=E41Ypq3lA0INKC0wj5pSw+w5r4w8C3B4dCg9qF4ucjE=; b=hH2NoogeO7pdcY6XS7mPO+4l3SNnJUFXdJSWQcSaU660DVEUaH1Tvf7GxRcd6VHZ/K lzPkj/CsBal1epzQWh/3V5qgfrd35dWzEPeko2hTzdHKkyS/VQZX/z2TptNi9Wc4uiCI 2yc0tPEtcDjw9hCVm9rwKS48PCfJoSAjcfyG1/6ZQ/XjdQoqFs1oJwqAg+k8RCRoLSDr gm3hWhrelil78hKYYDm5VtRCKgWNhSLZsIXIrmBCAqMqZ3djiKNAYD4teIhCdrQq//OK 02bZLmQoy0chUu9cBFsbroTEeycgvkiQY/9U4ksJYAV+gSg/iZPY+B39OXbPM58ByjBv nWtg== X-Gm-Message-State: ABy/qLamdaOph6aEiejGpc6gbDGT85XXUa3E/s18OSZAeiEA2X/TgQDI PosTSbKvaN5dQeOm6Uyk9k0GBhYQVtyFnKU8WKzOGAPu X-Google-Smtp-Source: APBJJlFKsgxRUsml0/OL9PrGiTkGttvgNwNLMFWgAA4ky01Baak4NtO2l+HMW8QUHEguKd1oKK/KrlGvbg8ksxsjA70= X-Received: by 2002:adf:fe0c:0:b0:313:f1a4:4112 with SMTP id n12-20020adffe0c000000b00313f1a44112mr15202991wrr.33.1689135953547; Tue, 11 Jul 2023 21:25:53 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?Jos=C3=A9_Miguel_Garc=C3=ADa_Urrutia?= <josemgu91@HIDDEN> Date: Tue, 11 Jul 2023 23:25:42 -0500 Message-ID: <CAGQFwfgr-=jqC_SKLnsHxXgABhoZRTGL_ZYwuu0EgJ7YAG0wPw@HIDDEN> Subject: orgcard.tex fixes to allow PDF rendering to be used as a triptych. To: bug-gnu-emacs@HIDDEN Content-Type: multipart/mixed; boundary="0000000000007d59ba0600429c4f" Received-SPF: pass client-ip=2a00:1450:4864:20::42b; envelope-from=josemgu91@HIDDEN; helo=mail-wr1-x42b.google.com X-Spam_score_int: 0 X-Spam_score: 0.0 X-Spam_bar: / X-Spam_report: (0.0 / 5.0 requ) BAYES_20=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 12 Jul 2023 03:18:27 -0400 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.1 (--) --0000000000007d59ba0600429c4f Content-Type: multipart/alternative; boundary="0000000000007d59b80600429c4d" --0000000000007d59b80600429c4d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, this is a patch that fixes the orgcard.tex file PDF rendering to allow it to be used as a triptych in US letter page format. Thank you. Jos=C3=A9 Miguel Garc=C3=ADa Urrutia. --0000000000007d59b80600429c4d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Hello, this is a patch that fixes the orgcard.tex fil= e PDF rendering to allow it to be used as a triptych in US letter page form= at.</div><div><br></div><div>Thank you.</div><div>Jos=C3=A9 Miguel Garc=C3= =ADa Urrutia.<br></div></div> --0000000000007d59b80600429c4d-- --0000000000007d59ba0600429c4f Content-Type: application/octet-stream; name="0001-orgcard.tex-modified-to-allow-a-correct-rendering-in.patch" Content-Disposition: attachment; filename="0001-orgcard.tex-modified-to-allow-a-correct-rendering-in.patch" Content-Transfer-Encoding: base64 Content-ID: <f_ljz7tyih0> X-Attachment-Id: f_ljz7tyih0 RnJvbSA4MDg3MmQ2YmU4OGI3YzZkYTRlYjI3YTUxMjA2N2U2ZmIwMmVmNjcxIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiA9P1VURi04P3E/Sm9zPUMzPUE5PTIwTWlndWVsPTIwR2FyYz1D Mz1BRGE9MjBVcnJ1dGlhPz0KIDxqb3NlbWd1OTFAZ21haWwuY29tPgpEYXRlOiBUdWUsIDExIEp1 bCAyMDIzIDIzOjE1OjU3IC0wNTAwClN1YmplY3Q6IFtQQVRDSF0gb3JnY2FyZC50ZXggbW9kaWZp ZWQgdG8gYWxsb3cgYSBjb3JyZWN0IHJlbmRlcmluZyBpbiBQREYKIGZvcm1hdCBhbmQgVVMgbGV0 dGVyIHBhZ2Ugc2l6ZSAoaXQgbm93IGNhbiBiZSBwcmludGVkIGFzIGEgdHJpcHR5Y2gpCgotLS0K IGV0Yy9yZWZjYXJkcy9vcmdjYXJkLnRleCB8IDIxICsrKysrKysrKysrLS0tLS0tLS0tLQogMSBm aWxlIGNoYW5nZWQsIDExIGluc2VydGlvbnMoKyksIDEwIGRlbGV0aW9ucygtKQogbW9kZSBjaGFu Z2UgMTAwNjQ0ID0+IDEwMDc1NSBldGMvcmVmY2FyZHMvb3JnY2FyZC50ZXgKCmRpZmYgLS1naXQg YS9ldGMvcmVmY2FyZHMvb3JnY2FyZC50ZXggYi9ldGMvcmVmY2FyZHMvb3JnY2FyZC50ZXgKb2xk IG1vZGUgMTAwNjQ0Cm5ldyBtb2RlIDEwMDc1NQppbmRleCAwNzQ2M2VlNmEzMy4uN2IwYTczNzBj YWUKLS0tIGEvZXRjL3JlZmNhcmRzL29yZ2NhcmQudGV4CisrKyBiL2V0Yy9yZWZjYXJkcy9vcmdj YXJkLnRleApAQCAtMTEsMTAgKzExLDE0IEBACiAlIFNwZWNpZnkgaG93IG1hbnkgeW91IHdhbnQg aGVyZS4KIFxjb2x1bW5zcGVycGFnZT0zCiAKKyUgU2V0IGxldHRlcnBhcGVyIHRvIDAgZm9yIEE0 IHBhcGVyLCAxIGZvciBsZXR0ZXIgKFVTKSBwYXBlci4gIFVzZWZ1bAorJSBvbmx5IHdoZW4gY29s dW1uc3BlcnBhZ2UgaXMgMiBvciAzLgorXGxldHRlcnBhcGVyPTEKKwogJSBQREYgb3V0cHV0IGxh eW91dC4gIDAgZm9yIEE0LCAxIGZvciBsZXR0ZXIgKFVTKSwgYSBgbCcgaXMgYWRkZWQgZm9yCiAl IGEgbGFuZHNjYXBlIGxheW91dC4KIFxpbnB1dCBwZGZsYXlvdXQuc3R5Ci1ccGRmbGF5b3V0PSgw bCkKK1xwZGZsYXlvdXQ9KDFsKQogCiAlIE5vdGhpbmcgZWxzZSBuZWVkcyB0byBiZSBjaGFuZ2Vk IGJlbG93IHRoaXMgbGluZS4KICUgQ29weXJpZ2h0IChDKSAxOTg3LCAxOTkzLCAxOTk2LS0xOTk3 LCAyMDAxLS0yMDIzIEZyZWUgU29mdHdhcmUKQEAgLTExMywxNyArMTE3LDE0IEBACiAgIFxmb290 bGluZXtcaHNzXGZvbGlvfQogICBcZGVmXG1ha2Vmb290bGluZXtcYmFzZWxpbmVza2lwMTBwdFxo c2l6ZTYuNWluXGxpbmV7XHRoZVxmb290bGluZX19CiBcZWxzZQkJCQklMiBvciAzIGNvbHVtbnMg dXNlcyBwcmVyZWR1Y2VkIHNpemUKKyAgXGhzaXplIDMuMmluCiAgIFxpZiAxXHRoZVxsZXR0ZXJw YXBlcgotICAgICBcaHNpemUgMy4yaW4KICAgICAgXHZzaXplIDcuOTVpbgotICAgICBcaG9mZnNl dCAtLjc1aW4KLSAgICAgXHZvZmZzZXQgLS43NDVpbgogICBcZWxzZQotICAgICBcaHNpemUgMy4y aW4KICAgICAgXHZzaXplIDcuNjVpbgotICAgICBcaG9mZnNldCAtLjI1aW4KLSAgICAgXHZvZmZz ZXQgLS43NDVpbgogICBcZmkKKyAgXGhvZmZzZXQgLS43NWluCisgIFx2b2Zmc2V0IC0uNzQ1aW4K ICAgXGZvbnRcdGl0bGVmb250PWNtYngxMCBcc2NhbGVkbWFnMgogICBcZm9udFxoZWFkaW5nZm9u dD1jbWJ4MTAgXHNjYWxlZG1hZzEKICAgXGZvbnRcc21hbGxmb250PWNtcjYKQEAgLTI4MCw3ICsy ODEsNyBAQAogJSoqZW5kIG9mIGhlYWRlcgogDAogCi1cdGl0bGV7T3JnLU1vZGUgUmVmZXJlbmNl IENhcmQgKDEvMil9CitcdGl0bGV7T3JnLU1vZGUgUmVmZXJlbmNlIENhcmR9CiAKIFxjZW50ZXJs aW5leyhmb3IgdmVyc2lvbiBcb3JndmVyc2lvbm51bWJlcil9CiAKQEAgLTMyOSw3ICszMzAsNyBA QCBcc2VjdGlvbntDYXB0dXJlIC0gUmVmaWxlIC0gQXJjaGl2aW5nfQogXGtleXthcmNoaXZlIHN1 YnRyZWUgdXNpbmcgdGhlIGRlZmF1bHQgY29tbWFuZH17Qy1jIEMteCBDLWF9CiBca2V5e21vdmUg c3VidHJlZSB0byBhcmNoaXZlIGZpbGV9e0MtYyBDLXggQy1zfQogXGtleXt0b2dnbGUgQVJDSElW RSB0YWcgLyB0byBBUkNISVZFIHNpYmxpbmd9e0MtYyBDLXggYS9BfQotXGtleXtmb3JjZSBjeWNs aW5nIG9mIGFuIEFSQ0hJVkVkIHRyZWV9e0MtYyBDLVRBQn0KK1xrZXl7Zm9yY2UgY3ljbGluZyBv ZiBhbiBBUkNISVZFZCB0cmVlfXtDLVRBQn0KIAogXHNlY3Rpb257RmlsdGVyaW5nIGFuZCBTcGFy c2UgVHJlZXN9CiAKQEAgLTQ4Miw3ICs0ODMsNyBAQCBcc2VjdGlvbntDb21wbGV0aW9uIGFuZCBU ZW1wbGF0ZSBJbnNlcnRpb259CiAKIAogXG5ld2NvbHVtbgotXHRpdGxle09yZy1Nb2RlIFJlZmVy ZW5jZSBDYXJkICgyLzIpfQorXHRpdGxle09yZy1Nb2RlIFJlZmVyZW5jZSBDYXJkfQogCiBcY2Vu dGVybGluZXsoZm9yIHZlcnNpb24gXG9yZ3ZlcnNpb25udW1iZXIpfQogCi0tIAoyLjQxLjAKCg== --0000000000007d59ba0600429c4f--
José Miguel García Urrutia <josemgu91@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#64578
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.