next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
Posets
::
outputTexPoset
outputTexPoset -- writes a LaTeX file with a TikZ-representation of a poset
Synopsis
Usage:
outputTexPoset(P, f)
outputTexPoset(P, f, SuppressLabels => Boolean)
outputTexPoset(P, f, Jitter => Boolean)
Inputs:
P
,
an object of class
Poset
f
,
a
string
, the name of the file to be created
Optional inputs
:
SuppressLabels =>
a
Boolean value
,
default value true
, whether to display or suppress the labels of the poset
Jitter =>
a
Boolean value
,
default value false
, whether to randomly jitter the poset vertices
Outputs:
n
Description
This method writes a TikZ-representation of the given poset to the specified file. See
texPoset
for more about the representation.
See also
displayPoset
-- generates a PDF representation of a poset and attempts to display it
texPoset
-- generates a string containing a TikZ-figure of a poset
Jitter
-- generates a string containing a TikZ-figure of a poset
SuppressLabels
-- generates a string containing a TikZ-figure of a poset
Ways to use
outputTexPoset
:
outputTexPoset(Poset,String)