From unknown Wed Jun 18 00:27:20 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71849 <71849@debbugs.gnu.org> To: bug#71849 <71849@debbugs.gnu.org> Subject: Status: pdflatex.fmt error using pandoc/pdflatex Reply-To: bug#71849 <71849@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:27:20 +0000 retitle 71849 pdflatex.fmt error using pandoc/pdflatex reassign 71849 guix submitter 71849 Antero Mejr severity 71849 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 29 23:57:26 2024 Received: (at submit) by debbugs.gnu.org; 30 Jun 2024 03:57:26 +0000 Received: from localhost ([127.0.0.1]:54336 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNlgr-0000ra-PX for submit@debbugs.gnu.org; Sat, 29 Jun 2024 23:57:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:44454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNlgp-0000rT-SR for submit@debbugs.gnu.org; Sat, 29 Jun 2024 23:57:24 -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 ) id 1sNlek-0004d2-89 for bug-guix@gnu.org; Sat, 29 Jun 2024 23:55:14 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1sNleg-0007gY-SN for bug-guix@gnu.org; Sat, 29 Jun 2024 23:55:13 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4WBb0k4R5Wz9sTC; Sun, 30 Jun 2024 05:55:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1719719702; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=fk0fMdpCbph9k8UJb7y/86jgkIprUwUSOASKQ+GdpQY=; b=nNgSc+h0YfSlFWX4+tqJfgLtkryKjRahw+d4idszb6m6jWXV1R0SIT2cCaxOzrYaysvG+1 LnaBH6FmqyXQxlWSM8o9prO4hZOw595BFI9Uv4IqqtxQcdKbbTwx7YUYQMZPEpaayMPA9I SiKwkaJkAA446p2rcwb5710bvrZodp/xnzBliL5kQtTxJ5XPhljtydeyjp7L5FhLYftm3z JZ80nC0dr5/rI4Z6odq5rXlhwZRSzhl37C29U/akAu07yf0AGgksNfmyZorAPzh/rIhNTA SqM+bToSrVJs6iG1Of1OUHtXQoLqpDJ6uJgjp/1d7KYXyFCojLSOqo3B8vQxMg== From: Antero Mejr To: bug-guix@gnu.org Subject: pdflatex.fmt error using pandoc/pdflatex Date: Sun, 30 Jun 2024 03:54:57 +0000 Message-ID: <87h6db9jam.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4WBb0k4R5Wz9sTC Received-SPF: pass client-ip=80.241.56.172; envelope-from=mail@antr.me; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: rekado@elephly.net, andreas@enge.fr X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) When using pandoc to export markdown to PDF, the following error occurs: ``` kpathsea: Running mktexfmt pdflatex.fmt mktexfmt: No such file or directory kpathsea: Running mktexfmt pdflatex.fmt mktexfmt: No such file or directory Error producing PDF. This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023/GNU Guix) (preloaded format=pdflatex) restricted \write18 enabled. I can't find the format file `pdflatex.fmt'! ``` It appears that the texlive packages were refactored lately, so it is difficult to tell what packages are needed. Currently the following packages are installed: texlive-base texlive-bin texlive-scripts texlive-latex-base Also I think the pandoc package should propagate the packages it needs to build PDFs. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 03:00:48 2024 Received: (at submit) by debbugs.gnu.org; 30 Jun 2024 07:00:48 +0000 Received: from localhost ([127.0.0.1]:54760 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNoYK-0006qz-JP for submit@debbugs.gnu.org; Sun, 30 Jun 2024 03:00:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:47302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNoYI-0006qr-UK for submit@debbugs.gnu.org; Sun, 30 Jun 2024 03:00:47 -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 ) id 1sNoYI-0007eQ-RG for bug-guix@gnu.org; Sun, 30 Jun 2024 03:00:46 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sNoYH-0004iy-6M for bug-guix@gnu.org; Sun, 30 Jun 2024 03:00:46 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1719730835; cv=none; d=zohomail.com; s=zohoarc; b=GhhQa3JliJwgzsx1lrlXNSwh1+5VfEHvC7oxLtmxUWkWfDLSyoVFDOHjnLPK6ilQg/65bj3GQmM38WsfMz9ZCKmXC64FjB4qZpsXql4EhsakjhuCAUTxjljwVUFUngRxmy4UAnnBuHmbH/dFdYdPotvyLwIsGwagBNhF3yzVRYk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1719730835; h=Content-Type:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=XUnVK82u+Q6QZ21hjLbqNUkeNaYwytcA48IIUChMseI=; b=eNeB78WzKyDOVjX2YJQRm8IvMTjapWMugoWTOucxxEak2pVzkxtyhSwAfZ50aGtVVuHSo9AX6x2umDeih2QYN/JhMORGc4ftssj95AS+gewzTeoPfoTyN4GXC57azMmxLku1FvvIgeFOZXDzSujgPAIEuYUMt6goqU3BWxvORls= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1719730835; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:From:To:To:Cc:Cc:Subject:Subject:In-Reply-To:References:Date:Date:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To; bh=XUnVK82u+Q6QZ21hjLbqNUkeNaYwytcA48IIUChMseI=; b=Dd5Ns35B1IT59eq3x3jWOLUhTgzb2+VxmnZWY/fiqEO5CSPwwbVEqa10BchmRXG6 hXi2lZevnV6SBgzE5iUCispCwICKPcqrsBFVEhL8p3QnvgoDaFnJ/aGdDIBuSds5qYw WEg7N0u+zWYxNLMBa+YavHqEr7O6sUxIlWuqh83I= Received: by mx.zohomail.com with SMTPS id 1719730832895813.9172863806247; Sun, 30 Jun 2024 00:00:32 -0700 (PDT) From: Ricardo Wurmus To: Antero Mejr Subject: Re: pdflatex.fmt error using pandoc/pdflatex In-Reply-To: <87h6db9jam.fsf@antr.me> (Antero Mejr's message of "Sun, 30 Jun 2024 03:54:57 +0000") References: <87h6db9jam.fsf@antr.me> Date: Sun, 30 Jun 2024 09:00:29 +0200 Message-ID: <87msn2vrsi.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External Received-SPF: pass client-ip=136.143.188.51; envelope-from=rekado@elephly.net; helo=sender4-of-o51.zoho.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: andreas@enge.fr, bug-guix@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Antero Mejr writes: > When using pandoc to export markdown to PDF, the following error > occurs: [...] Could you please show us what command you used? It's hard to work on this when we can't easily reproduce the problem. -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 11:07:32 2024 Received: (at 71849) by debbugs.gnu.org; 30 Jun 2024 15:07:32 +0000 Received: from localhost ([127.0.0.1]:58704 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNw9M-0006tO-C5 for submit@debbugs.gnu.org; Sun, 30 Jun 2024 11:07:32 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:39680) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNw9K-0006sB-Ba for 71849@debbugs.gnu.org; Sun, 30 Jun 2024 11:07:31 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4WBswS6DS6z9scC; Sun, 30 Jun 2024 17:07:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antr.me; s=MBO0001; t=1719760040; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0Z9fOZ3fbV9m/zuh2rC8KSYDH3sELhCtMpWrbhrWzmY=; b=LXXDt8wTBmluJLxdRrYO/yhYEuv0fT+giiXX6SAr40c0VVvy0Y1iAilCNl9tmXIYXSmvLb gtKCaWfSFwPTOYvhK3RnPCRMgYiotfj3HLFiBJkhphjWJGx5I1zImJgvmIwIv0LL+1WANs q9scSAm726HOBPe0zSslGPHjrtH/n5L7d46XPbB3KITzX5Z6UVVRYudqiymSWM4aLht8Se JLBwF5KKAsLwHBvRCmwUwmWLWkDX0QodDU1hA3wqVPEt9TdJRCXT0dSaYpwdbyfztW30Wb bG5QFuxB5+/mb5yejz0XHSWV3oCw7O+jsVXw1in8KtevJUjBygE/YnkaJ1FSqg== From: Antero Mejr To: Ricardo Wurmus Subject: Re: pdflatex.fmt error using pandoc/pdflatex In-Reply-To: <87msn2vrsi.fsf@elephly.net> (Ricardo Wurmus's message of "Sun, 30 Jun 2024 09:00:29 +0200") References: <87h6db9jam.fsf@antr.me> <87msn2vrsi.fsf@elephly.net> Date: Sun, 30 Jun 2024 15:07:17 +0000 Message-ID: <87wmm6lba2.fsf@antr.me> MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 4WBswS6DS6z9scC X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 71849 Cc: andreas@enge.fr, 71849@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Ricardo Wurmus writes: > Antero Mejr writes: > >> When using pandoc to export markdown to PDF, the following error >> occurs: [...] > > Could you please show us what command you used? It's hard to work on > this when we can't easily reproduce the problem. The command was: ``` pandoc -f markdown -t pdf -o out.pdf in.md ``` Any markdown file should reproduce the issue. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 11:30:41 2024 Received: (at 71849) by debbugs.gnu.org; 30 Jun 2024 15:30:41 +0000 Received: from localhost ([127.0.0.1]:58733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNwVl-0007Y2-FR for submit@debbugs.gnu.org; Sun, 30 Jun 2024 11:30:41 -0400 Received: from msg-1.mailo.com ([213.182.54.11]:43658 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sNwVh-0007Xn-Vq for 71849@debbugs.gnu.org; Sun, 30 Jun 2024 11:30:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1719761427; bh=QFIQQAbl24dxnUksYSJRsC1vlxROccAcWHjOOIJK5VM=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; b=WUY8b3G9NaoTovqMMgPQd6/QCeysMwkNPDXs4fCAleRPGC8dg2fxe7z3Wh2dS2Ftn XwXPN2RUp+66mclV7ei+7DvY5sWqCo8/7pvkiZi3J81ac7G1Dyd5Sd6wfCFeE7Xby2 X7jwxNap8zDb9byx+H41TTgTsT5EiHEkfbYw7Qy0= Received: by b221-4.in.mailobj.net [192.168.90.24] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sun, 30 Jun 2024 17:30:27 +0200 (CEST) X-EA-Auth: XV5KH+xetYgD51Ld4jzC/ZY3QnkGFl5kGnHGiHQU3mhBV64M3ljuze6v9EEUxp/EsNInir2l4q73aeqAg4uLx71QXZwEgkpn/BpIsn1LOhA= From: Nicolas Goaziou To: Antero Mejr Subject: Re: bug#71849: pdflatex.fmt error using pandoc/pdflatex In-Reply-To: <87wmm6lba2.fsf@antr.me> (Antero Mejr's message of "Sun, 30 Jun 2024 15:07:17 +0000") References: <87h6db9jam.fsf@antr.me> <87msn2vrsi.fsf@elephly.net> <87wmm6lba2.fsf@antr.me> Date: Sun, 30 Jun 2024 17:30:11 +0200 Message-ID: <87o77i8n3w.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 71849 Cc: Ricardo Wurmus , andreas@enge.fr, 71849@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Antero Mejr writes: > Ricardo Wurmus writes: > >> Antero Mejr writes: >> >>> When using pandoc to export markdown to PDF, the following error >>> occurs: [...] >> >> Could you please show us what command you used? It's hard to work on >> this when we can't easily reproduce the problem. > > The command was: > ``` > pandoc -f markdown -t pdf -o out.pdf in.md > ``` > > Any markdown file should reproduce the issue. FWIW, I can export the following "in.md" Markdown file: --8<---------------cut here---------------start------------->8--- # Titre de niveau 1 ## Titre de niveau 2 ### Titre de niveau 3 **Texte en gras** *Texte en italique* ~~Texte barr=C3=A9~~ > Texte cit=C3=A9 - Liste =C3=A0 puces - Avec plusieurs =C3=A9l=C3=A9ments 1. Liste num=C3=A9rot=C3=A9e 2. Avec plusieurs =C3=A9l=C3=A9ments `Code en ligne` --8<---------------cut here---------------end--------------->8--- using the command: guix shell --pure pandoc texlive-collection-latexrecommended texlive-ulem= -- pandoc -f markdown -t pdf -o out.pdf in.md Regards, --=20 Nicolas Goaziou