You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by basti1302 <gi...@git.apache.org> on 2016/02/02 19:39:44 UTC

[GitHub] couchdb-documentation pull request: suppress verbose LaTeX output

GitHub user basti1302 opened a pull request:

    https://github.com/apache/couchdb-documentation/pull/39

    suppress verbose LaTeX output

    pdflatex CouchDB.tex writes about 700 lines of log output to stdout,
    which clutter the output of make when building CouchDB without adding a
    lot of value. The option interaction=batchmode reduces this to 3 lines.
    The full log of pdflatex is still available in
    build/latex/CouchDB.log.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/basti1302/couchdb-documentation suppress-latex-output

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-documentation/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #39
    
----
commit 5eea02a22591c93b55b0d150214f459eab540135
Author: Bastian Krol <ba...@apache.org>
Date:   2016-02-02T16:31:53Z

    suppress verbose LaTeX output
    
    pdflatex CouchDB.tex writes about 700 lines of log output to stdout,
    which clutter the output of make when building CouchDB without adding a
    lot of value. The option interaction=batchmode reduces this to 3 lines.
    The full log of pdflatex is still available in
    build/latex/CouchDB.log.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-documentation pull request: suppress verbose LaTeX output

Posted by janl <gi...@git.apache.org>.
Github user janl commented on the pull request:

    https://github.com/apache/couchdb-documentation/pull/39#issuecomment-178797722
  
    e.g. this is good, +1, feel free to merge!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-documentation pull request: suppress verbose LaTeX output

Posted by dch <gi...@git.apache.org>.
Github user dch commented on the pull request:

    https://github.com/apache/couchdb-documentation/pull/39#issuecomment-178810531
  
    Generally we build the docs from git source only on a unix platform for releases, IIRC almost always a recent debian. This should mean that the other platforms only need to build from tarball.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-documentation pull request: suppress verbose LaTeX output

Posted by basti1302 <gi...@git.apache.org>.
Github user basti1302 closed the pull request at:

    https://github.com/apache/couchdb-documentation/pull/39


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-documentation pull request: suppress verbose LaTeX output

Posted by basti1302 <gi...@git.apache.org>.
Github user basti1302 commented on the pull request:

    https://github.com/apache/couchdb-documentation/pull/39#issuecomment-178749792
  
    One thing I am not 100% sure about: This works with the TexLive distribution usually used on Linuxes. Which other Latex distributions are used on systems that use this Makefile? Do they all support this option? MacTex supports this option, AFAIK.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-documentation pull request: suppress verbose LaTeX output

Posted by dch <gi...@git.apache.org>.
Github user dch commented on the pull request:

    https://github.com/apache/couchdb-documentation/pull/39#issuecomment-178824360
  
    on Windows the build process runs under cygwin and also used pdflatex although it's since been removed from cygwin due to lack of maintainers, so either we'd need to use an alternative tex distribution (miktex appears to support this flag) or just build from release tarball. either way good to merge!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-documentation pull request: suppress verbose LaTeX output

Posted by basti1302 <gi...@git.apache.org>.
Github user basti1302 commented on the pull request:

    https://github.com/apache/couchdb-documentation/pull/39#issuecomment-179148892
  
    Merged.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-documentation pull request: suppress verbose LaTeX output

Posted by janl <gi...@git.apache.org>.
Github user janl commented on the pull request:

    https://github.com/apache/couchdb-documentation/pull/39#issuecomment-178794228
  
    TexLive is fine, MacTex is based on TexLive IIRC.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---