Menu

#501 \graph{(1) -> {(2), (3) -> (2)}}; does not connect nodes 1 and 2

v1.0 (example)
open
None
5
2019-02-04
2019-01-10
No

The following example should produce a graph with three nodes 1, 2,3 and
edges 1->2, 1->3, 3->2. However, the edge 1->2 is omitted in the output.

\documentclass[tikz]{standalone}
\usetikzlibrary{graphs}
\begin{document}
\begin{tikzpicture}
  \node foreach \x in {1,2,3} (\x) at (120*\x:1) {\x};
  \graph{(1) -> {(2), (3) -> (2)}};
\end{tikzpicture}
\end{document}

Discussion

  • Stefan Pinnow

    Stefan Pinnow - 2019-01-10

    Are you sure that your syntax is right? Using

    \documentclass[tikz]{standalone}
        \usetikzlibrary{graphs}
    \begin{document}
    \begin{tikzpicture}
      \node foreach \x in {1,2,3} (\x) at (120*\x:1) {\x};
      \graph{(1) -> {(2), (3)} -> (2)};
    \end{tikzpicture}
    \end{document}
    

    gives the desired result.

    (Please note that I have never used the graphs library. If you show me in the manual that your syntax is allowed or an example in the manual that uses your syntax I accept your bug report. Otherwise I'll close it as "invalid" (or similar).

     
    • Gábor Braun

      Gábor Braun - 2019-01-10

      Are you sure that your syntax is right?

      Yes. Please look at the following places in the manual:

      Section 19.1 Overview [for specifying graphs]: the last example with edge
      labels f, a, g.

      Section 19.2.2: Concept: Chain Groups:
      the very first example uses a -> {b -> c, d->e } -> f.

      Section 19.7.3: This section discusses which nodes should be connected by a
      specification like {a, b, c} -> {d, e->f}.

      If these do not answer your concerns,
      please point out the place where you think the syntax is wrong, because I
      am only guessing it now.

       
      • Henri Menke

        Henri Menke - 2019-01-12

        Seems to be a problem with the parser. When you flip the order it works.

        \graph{(1) -> {(3) -> (2), (2)}};
        

        Bug confirmed.

         
  • Henri Menke

    Henri Menke - 2019-01-18

    That's more broken than I thought it was. Try this \graph{(1) -> {(1), (2), (3)}};

     
  • Henri Menke

    Henri Menke - 2019-01-21
    • assigned_to: Henri Menke
     
  • Henri Menke

    Henri Menke - 2019-02-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,462 +10,3 @@
     \end{tikzpicture}
     \end{document}
     ~~~
    -Log file:
    -~~~
    -This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2019/dev/Debian) (preloaded format=pdflatex 2018.12.21)  10 JAN 2019 13:29
    -entering extended mode
    
    - restricted \write18 enabled.
    - %&-line parsing enabled.
    -**test-graph2.tex
    -(./test-graph2.tex
    -LaTeX2e <2018-12-01>
    -(/usr/share/texlive/texmf-dist/tex/latex/standalone/standalone.cls
    -Document Class: standalone 2018/03/26 v1.3a Class to compile TeX sub-files stan
    -dalone
    -(/usr/share/texlive/texmf-dist/tex/latex/tools/shellesc.sty
    -Package: shellesc 2016/06/07 v0.02a unified shell escape interface for LaTeX
    -Package shellesc Info: Restricted shell escape enabled on input line 69.
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
    -Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO)
    -Package ifluatex Info: LuaTeX not detected.
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
    -Package: ifpdf 2018/09/07 v3.3 Provides the ifpdf switch
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty
    -Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
    -)
    -(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
    -Package: xkeyval 2014/12/03 v2.7a package option processing (HA)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
    -(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex
    -\XKV@toks=\toks14
    -\XKV@tempa@toks=\toks15
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex))
    -\XKV@depth=\count80
    -File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
    -))
    -\sa@internal=\count81
    -\c@sapage=\count82
    -
    -(/usr/share/texlive/texmf-dist/tex/latex/standalone/standalone.cfg
    -File: standalone.cfg 2018/03/26 v1.3a Default configuration file for 'standalon
    -e' class
    -)
    -(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
    -Document Class: article 2018/09/03 v1.4i Standard LaTeX document class
    -(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
    -File: size10.clo 2018/09/03 v1.4i Standard LaTeX file (size option)
    -)
    -\c@part=\count83
    -\c@section=\count84
    -\c@subsection=\count85
    -\c@subsubsection=\count86
    -\c@paragraph=\count87
    -\c@subparagraph=\count88
    -\c@figure=\count89
    -\c@table=\count90
    -\abovecaptionskip=\skip41
    -\belowcaptionskip=\skip42
    -\bibindent=\dimen102
    -)
    -(/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
    -(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
    -(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
    -\pgfutil@everybye=\toks16
    -\pgfutil@tempdima=\dimen103
    -\pgfutil@tempdimb=\dimen104
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-lists.t
    -ex)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
    -\pgfutil@abb=\box27
    -(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty
    -Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
    -))
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex
    -Package: pgfrcs 2015/08/07 v3.0.1a (rcs-revision 1.31)
    -))
    -Package: pgf 2015/08/07 v3.0.1a (rcs-revision 1.15)
    -
    -(/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
    -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
    -Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
    -
    -(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
    -Package: graphics 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
    -
    -(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
    -Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
    -)
    -(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
    -File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
    -)
    -Package graphics Info: Driver file: pdftex.def on input line 99.
    -
    -(/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
    -File: pdftex.def 2018/01/08 v1.0l Graphics/color driver for pdftex
    -))
    -\Gin@req@height=\dimen105
    -\Gin@req@width=\dimen106
    -)
    -(/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
    -Package: pgfsys 2014/07/09 v3.0.1a (rcs-revision 1.48)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
    -\pgfkeys@pathtoks=\toks17
    -\pgfkeys@temptoks=\toks18
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.code.t
    -ex
    -\pgfkeys@tmptoks=\toks19
    -))
    -\pgf@x=\dimen107
    -\pgf@y=\dimen108
    -\pgf@xa=\dimen109
    -\pgf@ya=\dimen110
    -\pgf@xb=\dimen111
    -\pgf@yb=\dimen112
    -\pgf@xc=\dimen113
    -\pgf@yc=\dimen114
    -\w@pgf@writea=\write3
    -\r@pgf@reada=\read1
    -\c@pgf@counta=\count91
    -\c@pgf@countb=\count92
    -\c@pgf@countc=\count93
    -\c@pgf@countd=\count94
    -\t@pgf@toka=\toks20
    -\t@pgf@tokb=\toks21
    -\t@pgf@tokc=\toks22
    - (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
    -File: pgf.cfg 2008/05/14  (rcs-revision 1.7)
    -)
    -Driver file for pgf: pgfsys-pdftex.def
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
    -File: pgfsys-pdftex.def 2014/10/11  (rcs-revision 1.35)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.de
    -f
    -File: pgfsys-common-pdf.def 2013/10/10  (rcs-revision 1.13)
    -)))
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.
    -tex
    -File: pgfsyssoftpath.code.tex 2013/09/09  (rcs-revision 1.9)
    -\pgfsyssoftpath@smallbuffer@items=\count95
    -\pgfsyssoftpath@bigbuffer@items=\count96
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.
    -tex
    -File: pgfsysprotocol.code.tex 2006/10/16  (rcs-revision 1.4)
    -)) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
    -Package: xcolor 2016/05/11 v2.12 LaTeX color extensions (UK)
    -
    -(/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
    -File: color.cfg 2016/01/02 v1.6 sample color configuration
    -)
    -Package xcolor Info: Driver file: pdftex.def on input line 225.
    -Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1348.
    -Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1352.
    -Package xcolor Info: Model `RGB' extended on input line 1364.
    -Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1366.
    -Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1367.
    -Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1368.
    -Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1369.
    -Package xcolor Info: Model `Gray' substituted by `gray' on input line 1370.
    -Package xcolor Info: Model `wave' substituted by `hsb' on input line 1371.
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
    -Package: pgfcore 2010/04/11 v3.0.1a (rcs-revision 1.7)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
    -\pgfmath@dimen=\dimen115
    -\pgfmath@count=\count97
    -\pgfmath@box=\box28
    -\pgfmath@toks=\toks23
    -\pgfmath@stack@operand=\toks24
    -\pgfmath@stack@operation=\toks25
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code
    -.tex)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonomet
    -ric.code.tex)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.cod
    -e.tex)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison
    -.code.tex)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.
    -tex)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code
    -.tex)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.
    -tex)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerari
    -thmetics.code.tex)))
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
    -\c@pgfmathroundto@lastzeros=\count98
    -))
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.te
    -x
    -File: pgfcorepoints.code.tex 2013/10/07  (rcs-revision 1.27)
    -\pgf@picminx=\dimen116
    -\pgf@picmaxx=\dimen117
    -\pgf@picminy=\dimen118
    -\pgf@picmaxy=\dimen119
    -\pgf@pathminx=\dimen120
    -\pgf@pathmaxx=\dimen121
    -\pgf@pathminy=\dimen122
    -\pgf@pathmaxy=\dimen123
    -\pgf@xx=\dimen124
    -\pgf@xy=\dimen125
    -\pgf@yx=\dimen126
    -\pgf@yy=\dimen127
    -\pgf@zx=\dimen128
    -\pgf@zy=\dimen129
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.
    -code.tex
    -File: pgfcorepathconstruct.code.tex 2013/10/07  (rcs-revision 1.29)
    -\pgf@path@lastx=\dimen130
    -\pgf@path@lasty=\dimen131
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code
    -.tex
    -File: pgfcorepathusage.code.tex 2014/11/02  (rcs-revision 1.24)
    -\pgf@shorten@end@additional=\dimen132
    -\pgf@shorten@start@additional=\dimen133
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.te
    -x
    -File: pgfcorescopes.code.tex 2015/05/08  (rcs-revision 1.46)
    -\pgfpic=\box29
    -\pgf@hbox=\box30
    -\pgf@layerbox@main=\box31
    -\pgf@picture@serial@count=\count99
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.c
    -ode.tex
    -File: pgfcoregraphicstate.code.tex 2014/11/02  (rcs-revision 1.12)
    -\pgflinewidth=\dimen134
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformation
    -s.code.tex
    -File: pgfcoretransformations.code.tex 2015/08/07  (rcs-revision 1.20)
    -\pgf@pt@x=\dimen135
    -\pgf@pt@y=\dimen136
    -\pgf@pt@temp=\dimen137
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
    -File: pgfcorequick.code.tex 2008/10/09  (rcs-revision 1.3)
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.t
    -ex
    -File: pgfcoreobjects.code.tex 2006/10/11  (rcs-revision 1.2)
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing
    -.code.tex
    -File: pgfcorepathprocessing.code.tex 2013/09/09  (rcs-revision 1.9)
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.te
    -x
    -File: pgfcorearrows.code.tex 2015/05/14  (rcs-revision 1.43)
    -\pgfarrowsep=\dimen138
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
    -File: pgfcoreshade.code.tex 2013/07/15  (rcs-revision 1.15)
    -\pgf@max=\dimen139
    -\pgf@sys@shading@range@num=\count100
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
    -File: pgfcoreimage.code.tex 2013/07/15  (rcs-revision 1.18)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.
    -tex
    -File: pgfcoreexternal.code.tex 2014/07/09  (rcs-revision 1.21)
    -\pgfexternal@startupbox=\box32
    -))
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.te
    -x
    -File: pgfcorelayers.code.tex 2013/07/18  (rcs-revision 1.7)
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.c
    -ode.tex
    -File: pgfcoretransparency.code.tex 2013/09/30  (rcs-revision 1.5)
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.
    -tex
    -File: pgfcorepatterns.code.tex 2013/11/07  (rcs-revision 1.5)
    -)))
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
    -File: pgfmoduleshapes.code.tex 2014/03/21  (rcs-revision 1.35)
    -\pgfnodeparttextbox=\box33
    -) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
    -File: pgfmoduleplot.code.tex 2015/08/03  (rcs-revision 1.13)
    -)
    -(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65
    -.sty
    -Package: pgfcomp-version-0-65 2007/07/03 v3.0.1a (rcs-revision 1.7)
    -\pgf@nodesepstart=\dimen140
    -\pgf@nodesepend=\dimen141
    -)
    -(/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18
    -.sty
    -Package: pgfcomp-version-1-18 2007/07/23 v3.0.1a (rcs-revision 1.1)
    -)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
    -(/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex))
    -(/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
    -Package: pgffor 2013/12/13 v3.0.1a (rcs-revision 1.25)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)
    -\pgffor@iter=\dimen142
    -\pgffor@skip=\dimen143
    -\pgffor@stack=\toks26
    -\pgffor@toks=\toks27
    -))
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
    -Package: tikz 2015/08/07 v3.0.1a (rcs-revision 1.151)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers
    -.code.tex
    -File: pgflibraryplothandlers.code.tex 2013/08/31 v3.0.1a (rcs-revision 1.20)
    -\pgf@plot@mark@count=\count101
    -\pgfplotmarksize=\dimen144
    -)
    -\tikz@lastx=\dimen145
    -\tikz@lasty=\dimen146
    -\tikz@lastxsaved=\dimen147
    -\tikz@lastysaved=\dimen148
    -\tikzleveldistance=\dimen149
    -\tikzsiblingdistance=\dimen150
    -\tikz@figbox=\box34
    -\tikz@figbox@bg=\box35
    -\tikz@tempbox=\box36
    -\tikz@tempbox@bg=\box37
    -\tikztreelevel=\count102
    -\tikznumberofchildren=\count103
    -\tikznumberofcurrentchild=\count104
    -\tikz@fig@count=\count105
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
    -File: pgfmodulematrix.code.tex 2013/09/17  (rcs-revision 1.8)
    -\pgfmatrixcurrentrow=\count106
    -\pgfmatrixcurrentcolumn=\count107
    -\pgf@matrix@numberofcolumns=\count108
    -)
    -\tikz@expandcount=\count109
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tik
    -zlibrarytopaths.code.tex
    -File: tikzlibrarytopaths.code.tex 2008/06/17 v3.0.1a (rcs-revision 1.2)
    -)))
    -\sa@box=\box38
    -)
    -(/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/gra
    -phs/tikzlibrarygraphs.code.tex
    -File: tikzlibrarygraphs.code.tex 2015/06/05 v3.0.1a (rcs-revision 1.44)
    -\tikz@lib@auto@number=\count110
    -\tikz@qnode@count=\count111
    -)
    -No file test-graph2.aux.
    -\openout1 = `test-graph2.aux'.
    -
    -LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 3.
    -LaTeX Font Info:    ... okay on input line 3.
    -LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 3.
    -LaTeX Font Info:    ... okay on input line 3.
    -LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 3.
    -LaTeX Font Info:    ... okay on input line 3.
    -LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 3.
    -LaTeX Font Info:    ... okay on input line 3.
    -LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 3.
    -LaTeX Font Info:    ... okay on input line 3.
    -LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 3.
    -LaTeX Font Info:    ... okay on input line 3.
    -ABD: EveryShipout initializing macros
    -(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
    -[Loading MPS to PDF converter (version 2006.09.02).]
    -\scratchcounter=\count112
    -\scratchdimen=\dimen151
    -\scratchbox=\box39
    -\nofMPsegments=\count113
    -\nofMParguments=\count114
    -\everyMPshowfont=\toks28
    -\MPscratchCnt=\count115
    -\MPscratchDim=\dimen152
    -\MPnumerator=\count116
    -\makeMPintoPDFobject=\count117
    -\everyMPtoPDFconversion=\toks29
    -) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
    -Package: epstopdf-base 2016/05/15 v2.6 Base part for package epstopdf
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
    -Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO)
    -)
    -(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
    -Package: grfext 2016/05/16 v1.2 Manage graphics extensions (HO)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
    -Package: kvdefinekeys 2016/05/16 v1.4 Define keys (HO)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
    -Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
    -)))
    -(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
    -Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
    -Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO)
    -
    -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
    -Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
    -)))
    -(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
    -Package: pdftexcmds 2018/09/10 v0.29 Utility functions of pdfTeX for LuaTeX (HO
    -)
    -Package pdftexcmds Info: LuaTeX not detected.
    -Package pdftexcmds Info: \pdf@primitive is available.
    -Package pdftexcmds Info: \pdf@ifprimitive is available.
    -Package pdftexcmds Info: \pdfdraftmode found.
    -)
    -Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 4
    -38.
    -Package grfext Info: Graphics extension search list:
    -(grfext)             [.pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPE
    -G,.JBIG2,.JB2,.eps]
    -(grfext)             \AppendGraphicsExtensions on input line 456.
    -
    -(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
    -File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
    -e
    -))
    -[1
    -
    -{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] (./test-graph2.aux) ) 
    -Here is how much of TeX's memory you used:
    - 12514 strings out of 493817
    - 261741 string characters out of 6156336
    - 299734 words of memory out of 5000000
    - 16029 multiletter control sequences out of 15000+600000
    - 3640 words of font info for 14 fonts, out of 8000000 for 9000
    - 417 hyphenation exceptions out of 8191
    - 62i,7n,72p,419b,1048s stack positions out of 5000i,500n,10000p,200000b,80000s
    -</usr
    -/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
    -Output written on test-graph2.pdf (1 page, 9561 bytes).
    -PDF statistics:
    - 15 PDF objects out of 1000 (max. 8388607)
    - 10 compressed objects within 1 object stream
    - 0 named destinations out of 1000 (max. 500000)
    - 13 words of extra memory for PDF output out of 10000 (max. 10000000)
    -~~~
    
     
MongoDB Logo MongoDB