From: Vincent Breton <emacs-orgmode@presentiel.fr>
To: lists@traduction-libre.org,
Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Problems generating the org-mode documentation
Date: Fri, 22 Oct 2021 08:16:05 +0200 [thread overview]
Message-ID: <0471d39f-9b41-9e0e-1165-efd12621a76b@presentiel.fr> (raw)
[-- Attachment #1: Type: text/plain, Size: 1688 bytes --]
>/On Oct 18, 2021, at 20:51, Pedro Andres Aranda Gutierrez
<paaguti@gmail.com> /
>/wrote: />/I'm trying to generate the documentation />/./org.texi:17579: TeX capacity exceeded, sorry [input stack size=5000]. //Jean-Christophe Helary reported too the location of the source of
trouble identified by /Takesi Ayanokoji.
I think the trouble with "TeX capacity exceeded" is not a trouble with "make doc", Emacs or Org.
Probably a trouble with make or TeX environment as for example the size of available RAM.
I have already met that on Virtual machine with not enough memory for compilation but just enough for installation of the OS.
On my system "make doc" generate an error but I found a temporary solution to generate the documentation in PDF.
1) I start to make a git clone:
git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
2) I used make
cd org-mode
make cleanall
make all
3) I generate the pdf files inside the doc directory without using make file:
cd doc
makeinfo --pdf org.texi
makeinfo --pdf orgguide.texi
4) You can find the files generated in http://www.presentiel.com/org/orgguide.pdf and in http://www.presentiel.com/org/org.pdf
About "make doc":
"make doc" don't work on my environment:
"make info" and "make html" are working fine but "make pdf", a part of "make doc", is not working on my environment.
I reproduce below the error and I suppose there is something wrong with the initial path:
entering extended mode
(../../../org.t2d/pdf/src/org.texi)
*
! Emergency stop.
<*> \input ../../../org.t2d/pdf/src/org.texi
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on org.log.
[-- Attachment #2: Type: text/html, Size: 2219 bytes --]
next reply other threads:[~2021-10-22 6:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-22 6:16 Vincent Breton [this message]
2021-10-22 6:34 ` Problems generating the org-mode documentation Pedro Andres Aranda Gutierrez
2021-10-26 15:09 ` Jean-Christophe Helary
2021-10-22 9:47 ` Alan Ristow
2021-10-22 10:46 ` Hoffmann, Jobst
2021-10-23 4:06 ` Kyle Meyer
2021-10-23 9:55 ` Pedro Andres Aranda Gutierrez
2021-10-23 14:50 ` Max Nikulin
2021-10-22 15:54 ` Max Nikulin
[not found] <CAO48Bk82nSQeWaxQ=A97BNdc80bbWvpwQwyh=1e-Ag-oS=QbjQ@mail.gmail.com>
2021-10-18 13:12 ` Jean-Christophe Helary
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0471d39f-9b41-9e0e-1165-efd12621a76b@presentiel.fr \
--to=emacs-orgmode@presentiel.fr \
--cc=emacs-orgmode@gnu.org \
--cc=lists@traduction-libre.org \
--cc=paaguti@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).