EnglishFrenchSpanish

Ad


OnWorks favicon

lyxclient - Online in the Cloud

Run lyxclient in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command lyxclient that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


lyxclient - send commands to a running LyX editor

SYNOPSIS


lyxclient [ options ]

DESCRIPTION


When LyX starts, it creates a unique, per-process local socket in the temporary directory
through which commands can be sent. That is, it can act like a server, accepting
connections from clients. lyxclient can be used as such client. lyxclient will take care
of all connection and communication protocol details, leaving you (or your app) free to
concentrate on what you want to send to LyX.

SERVER IDENTIFICATION OPTIONS


lyxclient must first identify to which server (i.e. a running LyX) commands are to be
sent. The following options are used to specify the server.

-p pid
specify the pid of the running LyX process to which lyxclient should send commands.

-a socket_address
specify explicitly which socket special file should be used. These special files are
located inside lyx_tmpdir<lyx_pid><hash>, in the temporary directory. There is one
per running LyX process.

-t tmp_dir
if LyX is configured to use a temporary directory other than /tmp, you must inform
lyxclient of this.

If neither -a nor -p are invoked, lyxclient will search for sockets in /tmp (or tmp_dir if
the -t option is used) and use the first socket to which it can connect. This is safe if
you are running only one LyX process at any one time.

COMMAND MODE OPTIONS


lyxclient can send commands to LyX from both the command-line and from standard input.
LyX commands documentation can be found in LyX Help menu.

-c command
send a single command, print LyX information to standard output and exit. LYXCMD
prefix is needed in the given command.

-g file line
this is simply a wrapper for the command 'server-goto-file-row file line'. It is
used by the DVI previewer to elicit inverse DVI search.

If neither -c nor -g are used, lyxclient will regard any standard input as commands to be
sent to LyX, printing LyX's responses to standard output. Commands are separated by
newlines (the '\n' character). To finish communication and terminate the lyxclient
process, send the command 'BYE:'.

MISCELANEOUS OPTIONS


-n name
when starting communication, lyxclient sends an idenfifier string to LyX. By
default, this string is "PPID>PID", where PPID is lyxclient's parent pid and pid is
lyxclient's pid. Use this option to override this default.

-h print the lyxclient version and summarize its usage.

ENVIRONMENT


LYXSOCKET
can be used to specify the socket special file that must be used. LyX sets this
variable. It is overridden by the -a option.

Use lyxclient online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad