/*
   Cyrillic to TeX 2.03  (C) by Wadim Zudilin,    11.11.1999
   No ability for using previous, 1.0x version!
   You may change these switches before compiling
   See "Cyrillic to TeX 2.03" documentation file or comments for details
*/

#define TEX_COMMAND  "tex &plain"
#define VIEW_COMMAND "xdvi"
#define PRN_COMMAND  "dvips"
#define DEL_COMMAND  "rm -f"
#define BAT_COMMAND  "sh"

#define ROM_SWITCH '[' /* switch to roman letters */
#define CYR_SWITCH ']' /* switch to cyrillic letters */
/* you need to use '\' before '[' or ']' for themselves */

#define DEF_CODING KOI /* default coding in file-result is KOI8-R,
                          also maybe DOS, WIN, MAC or ISO */
#define DEF_VIEW YES   /* set visualization as default */
#define DEF_PRN  NO    /* set no printing as default */

#define MAG          "1200"
#define HOFFSET      "-13mm"
#define VOFFSET      "-12mm"
#define HSIZE        "165mm"
#define VSIZE        "224mm"
#define CYRFONT      "wncyr10"

