omega, iniomega, viromega - extended unicode TeX


SUBMITTED BY: Guest

DATE: June 2, 2014, 1:05 p.m.

FORMAT: Text only

SIZE: 5.1 kB

HITS: 5860

  1. NAME
  2. omega, iniomega, viromega - extended unicode TeX
  3. SYNOPSIS
  4. omega [options] [commands]
  5. DESCRIPTION
  6. This manual page is not meant to be exhaustive. The complete documentation for this version of TeX can be found in the info file or manual Web2C: A TeX implementation.
  7. Omega is a version of the TeX program modified for multilingual typesetting. It uses unicode, and has additional primitives for (among other things) bidirectional typesetting.
  8. The iniomega and viromega commands are Omega's analogues to the initex and virtex commands. In this installation, they are symlinks to the omega executable.
  9. Omega's command line options are similar to those of TeX.
  10. Omega is experimental software.
  11. OPTIONS
  12. This version of Omega understands the following command line options.
  13. --oft format
  14. Use format as the name of the format to be used, instead of the name by which Omega was called or a %& line.
  15. --help
  16. Print help message and exit.
  17. --ini
  18. Be iniomega, for dumping formats; this is implicitly true if the program is called as iniomega.
  19. --interaction mode
  20. Sets the interaction mode. The mode can be one of batchmode, nonstopmode, scrollmode, and errorstopmode. The meaning of these modes is the same as that of the corresponding \commands.
  21. --ipc
  22. Send DVI output to a socket as well as the usual output file. Whether this option is available is the choice of the installer.
  23. --ipc-start
  24. As --ipc, and starts the server at the other end as well. Whether this option is available is the choice of the installer.
  25. --kpathsea-debug bitmask
  26. Sets path searching debugging flags according to the bitmask. See the Kpathsea manual for details.
  27. --maketex fmt
  28. Enable mktexfmt, where fmt must be one of tex or tfm.
  29. --no-maketex fmt
  30. Disable mktexfmt, where fmt must be one of tex or tfm.
  31. --output-comment string
  32. Use string for the DVI file comment instead of the date.
  33. --parse-first-line
  34. If the first line of the main input file begins with %& parse it to look for a dump name.
  35. --progname name
  36. Pretend to be program name. This affects both the format used and the search paths.
  37. --recorder
  38. Enable the filename recorder. This leaves a trace of the files opened for input and output in a file with extension .ofl. (This option is always on.)
  39. --shell-escape
  40. Enable the \write18{command} construct. The command can be any Bourne shell command. This construct is normally disallowed for security reasons.
  41. --version
  42. Print version information and exit.
  43. ENVIRONMENT
  44. See the Kpathsearch library documentation (the `Path specifications' node) for precise details of how the environment variables are used. The kpsewhich utility can be used to query the values of the variables.
  45. One caveat: In most Omega formats, you cannot use ~ in a filename you give directly to Omega, because ~ is an active character, and hence is expanded, not taken as part of the filename. Other programs, such as Metafont, do not have this problem.
  46. TEXMFOUTPUT
  47. Normally, Omega puts its output files in the current directory. If any output file cannot be opened there, it tries to open it in the directory specified in the environment variable TEXMFOUTPUT. There is no default value for that variable. For example, if you say tex paper and the current directory is not writable, if TEXMFOUTPUT has the value /tmp, Omega attempts to create /tmp/paper.log (and /tmp/paper.dvi, if any output is produced.)
  48. TEXINPUTS
  49. Search path for \input and \openin files. This should probably start with ``.'', so that user files are found before system files. An empty path component will be replaced with the paths defined in the texmf.cnf file. For example, set TEXINPUTS to ".:/home/usr/tex:" to prepend the current direcory and ``/home/user/tex'' to the standard search path.
  50. TEXEDIT
  51. Command template for switching to editor. The default, usually vi, is set when Omega is compiled.
  52. FILES
  53. The location of the files mentioned below varies from system to system. Use the kpsewhich utility to find their locations.
  54. omega.pool
  55. Encoded text of Omega's messages.
  56. *.oft
  57. Predigested Omega format (.oft) files.
  58. BUGS
  59. This version of Omega implements a number of optional extensions. In fact, many of these extensions conflict to a greater or lesser extent with the definition of Omega. When such extensions are enabled, the banner printed when Omega starts is changed to print Omegak instead of Omega.
  60. This version of Omega fails to trap arithmetic overflow when dimensions are added or subtracted. Cases where this occurs are rare, but when it does the generated DVI file will be invalid.
  61. The DVI files produced by Omega may use extensions which make them incompatible with most software designed to handle DVI files. In order to print or preview them, you should use odvips to generate a PostScript file.

comments powered by Disqus