blob: bfcec061deb979a899b4b0f4683e3d0e20833b42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
.\" copyright (c) 2015 A Syropoulos and RWD Nickalls
.\" rubikrotation.1
.\" place this file in: /usr/share/man/man1/
..
.TH rubikrotation.1
.SH NAME
.B rubikrotation (v3.0)
.SH AUTHORS
A. Syropoulos and R.W.D. Nickalls (September 25, 2015)
asyropoulos[at]<yahoo><com>
dick[at]<nickalls><org>
.SH DESCRIPTION
.B rubikrotation
is a Perl script for processing Rubik cube rotations. It is part of the LaTeX rubikrotation package, and is typically CALLed by rubikrotation.sty. See the package manual for full details (type at the commandline: texdoc rubikrotation). Both the rubikrotation and rubikcube packages are part of the LaTeX Rubik `bundle'. The latest version can be downloaded from
.PP
CTAN: tex-archive/tex/latex/contrib/rubik/
.PP
rubikrotation reads Rubik configuration data and instructions from an input file, and writes the new configuration data to an output file. The input and output filenames can be specified as command-line arguments (see: command-line use).
.SH COMMAND-LINE USE
rubikrotation [-h] [-o <outfile>] -i <infile>
.B -h
displays the help info and exits.
.B -i
defines the input filename.
Typically the file rubikstate.dat which is generated by the LaTeX RubikRotation{} command.
.B -o
defines the output filename.
If no output filename is given then the default filename rubikOUT.txt is used.
.SH SEE ALSO
The rubikrotation package manual (rubikrotation.pdf) and examples, and also the rubikcube package manual (rubikcube.pdf)
To view rubikrotation.pdf, type: texdoc rubikrotation
To view rubikrotationPL.pdf, type: texdoc rubikrotationPL
To view rubikcube.pdf, type: texdoc rubikcube
.SH BUGS
Please report bugs to Dick Nickalls or to Apostolos Syropoulos.
|