svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
eqn2graph(1)
eqn2graph(1) General Commands Manual eqn2graph(1)
Name
eqn2graph - convert an eqn equation into a cropped image
Synopsis
eqn2graph [-format output-format] [convert-argument ...]
eqn2graph --help
eqn2graph -v
eqn2graph --version
Description
eqn2graph reads a one-line eqn(1) equation from the standard input and
writes an image file, by default in Portable Network Graphics (PNG)
format, to the standard output.
The input EQN code should not be preceded by the .EQ macro that nor‐
mally precedes it within groff(1) macros; nor do you need to have dol‐
lar-sign or other delimiters around the equation.
Arguments not recognized by eqn2graph are passed to the ImageMagick or
GraphicsMagick program convert(1). By specifying these, you can give
your image a border, set the image's pixel density, or perform other
useful transformations.
The output image is clipped using convert's -trim option to the small‐
est possible bounding box that contains all the black pixels.
Options
--help displays a usage message, while -v and --version show version
information; all exit afterward.
-format output-format
Write the image in output-format, which must be understood by
convert; the default is PNG.
Environment
GROFF_TMPDIR
TMPDIR
TMP
TEMP These environment variables are searched in the given order to
determine the directory where temporary files will be created.
If none are set, /tmp is used.
Authors
eqn2graph was written by Eric S. Raymond ⟨esr@thyrsus.com⟩, based on a
recipe for pic2graph(1), by W. Richard Stevens.
See also
pic2graph(1), grap2graph(1), eqn(1), groff(1), convert(1)
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availabil‐
ity text/groff = Stability Uncommitted
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at:
https://github.com/oracle/solaris-userland
The original community source was downloaded from:
https://ftp.gnu.org/gnu/groff/groff-1.23.0.tar.gz
Further information about this software can be found on the open source
community website at https://www.gnu.org/software/groff.
groff 1.23.0 2 July 2023 eqn2graph(1)