From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: bug#33094: latex-koma-script: scrlttr2: ERROR: Argument of \strip@prefix has an extra }. Date: Fri, 19 Oct 2018 15:35:58 +0200 Message-ID: <87woqeoy81.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDUxe-00038U-O7 for bug-guix@gnu.org; Fri, 19 Oct 2018 09:37:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDUxb-0007LS-3Q for bug-guix@gnu.org; Fri, 19 Oct 2018 09:37:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54002) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDUxa-0007LC-Ca for bug-guix@gnu.org; Fri, 19 Oct 2018 09:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gDUxa-0001ND-94 for bug-guix@gnu.org; Fri, 19 Oct 2018 09:37:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDUwl-00031k-KN for bug-guix@gnu.org; Fri, 19 Oct 2018 09:36:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDUwi-0006hg-8k for bug-guix@gnu.org; Fri, 19 Oct 2018 09:36:11 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:41653) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gDUwg-0006aY-Tz for bug-guix@gnu.org; Fri, 19 Oct 2018 09:36:08 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 33094@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I've just committed texlive-latex-koma-script which only works partly, but I can't figure out the root of the issue. This linked example works: https://github.com/oliverklee/latex-examples/tree/master/simple-article-ko= ma-script The following fails: =2D-8<---------------cut here---------------start------------->8--- \documentclass[a4paper]{scrlttr2} \usepackage[utf8]{inputenc} \title{A very simple document} \author{Oliver Klee} \date{\today\ (a very good day)} \begin{document} This is an example of how to create line breaks and paragraphs: Three Rings for the Elven-kings under the sky,\\ Seven for the Dwarf-lords in their halls of stone,\\ Nine for Mortal Men doomed to die,\\ One for the Dark Lord on his dark throne \end{document} =2D-8<---------------cut here---------------end--------------->8--- with =2D-8<---------------cut here---------------start------------->8--- ERROR: Argument of \strip@prefix has an extra }. =2D-- TeX said --- =20 \par=20 l.12 \begin{document} =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =2D-- HELP --- From=20the .log file... I've run across a `}' that doesn't seem to match anything. For example, `\def\a#1{...}' and `\a}' would produce this error. If you simply proceed now, the `\par' that I've just inserted will cause me to report a runaway argument that might be the root of the problem. But if your `}' was spurious, just type `2' and it will go away. =2D-8<---------------cut here---------------end--------------->8--- I can't install the full Texlive distribution as I don't have enough space. Ricardo, if you can, could you try this out and see if it works with the full Texlive? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlvJ3b4ACgkQm9z0l6S7 zH/Dqgf/Violx9BUMZkjWgdJ/wNkUHS7GTel0fpDb7RU1WX1MC8wFZaU1FNtI7hD 9GhY90RR9zPW02V/jZQPh+RDX0LA96i+fnn0u7Fsvlw98jEezgl5xyzJ1pO1VdQY S0ftqELVRoCgzoS5MvkjTsozOIoiZieeXaGdfdUxLP3RisBbqcmVmwZeQacPhPWA 0LKN6ud4hPgV74v8PhceDzSNpQqVjJ+aME6Gy1m7/+QTUEChpW22fPBAh2Spach2 kPi2O82tcBBA/G/M0p+9u9Jqj5ZR3QipwaCWdbxgeaNdEpBDVs9TmkmmYKuD3zdI eMyfP5cUQBV7vPKvEmDsfNLyJRSAGg== =Kz7A -----END PGP SIGNATURE----- --=-=-=--