diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-23 22:36:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-23 22:36:35 +0000 |
commit | d847f5c4c289a654d735c473c64754207e727f9d (patch) | |
tree | 4fad84e248714d0beb9c005179780b4b24c23130 /Master/texmf-dist | |
parent | 6fcadfb4368ec84e1131ffa8d5eede4ea2f32e3f (diff) |
rm sciwordconv, for old versions of SciWord
git-svn-id: svn://tug.org/texlive/trunk@24374 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/sciwordconv/README | 23 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/sciwordconv/GenericRussian.shl | 36 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/sciwordconv/Sw2Rus.sty | 86 |
3 files changed, 0 insertions, 145 deletions
diff --git a/Master/texmf-dist/doc/latex/sciwordconv/README b/Master/texmf-dist/doc/latex/sciwordconv/README deleted file mode 100644 index 145e70cb2f4..00000000000 --- a/Master/texmf-dist/doc/latex/sciwordconv/README +++ /dev/null @@ -1,23 +0,0 @@ - -Package SciWordConv to use with LaTeX 2e. - -These somewhat tricky macros allows you to combine the power of -graphical front-end of Scientific Word/Scientific WorkPlace (SW/SWP) -with your favourite TeX compiler (for example, MiKTeX). SW/SWP creates -TeX source files with commands \Unicode{character code} (versions 3.0) or -\U{character code} (versions 3.5 and up) instead of usual characters, and -we have to redefine these commands, with no change of source file. -This idea is generic, i.e. it can also be applied to other european -languages. You may or may not use `babel' multilanguage support package. - -Implementation for russian language includes Sw2Rus.sty and sample -Shell template file "Berik - Generic Russian Standard LaTeX Article.shl". -Copy the first file to texmf\tex\latex\SciWordConv directory, and the -second one - to Shells directory (I recommend to create directory SciWordConv -and put there) in your Scientific Word/Scientific WorkPlace tree. -Do not forget also copy file (SW/SWP root)\TCITeX\TeX\LaTeX\tci\tcilatex.tex -to somewhere of your localtexmf tree. - -Enjoy! - -Berik I. Tuleuov, Karaganda, Kazakhstan. E-mail: berik_tuleuov@yahoo.com
\ No newline at end of file diff --git a/Master/texmf-dist/source/latex/sciwordconv/GenericRussian.shl b/Master/texmf-dist/source/latex/sciwordconv/GenericRussian.shl deleted file mode 100644 index 6cc97ae8652..00000000000 --- a/Master/texmf-dist/source/latex/sciwordconv/GenericRussian.shl +++ /dev/null @@ -1,36 +0,0 @@ -\documentclass[a4paper]{article} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\usepackage{amssymb} -\usepackage{amsmath} -\usepackage[T2A]{fontenc} -%\usepackage[KOI8-R]{fontenc} -%\usepackage[T1]{fontenc} -\usepackage[english,russian]{babel} -\usepackage{sw2rus} -%\usepackage[cp866]{inputenc} -%\usepackage[cp1251]{inputenc} - -\makeatletter -\renewcommand{\@biblabel}[1]{#1.\hfill} -\makeatother -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%TCIDATA{CSTFile=40 LaTeX article.cst} - -\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\ \rule{0.5em}{0.5em}} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - -\newtheorem{theorem}{\U{422}\U{435}\U{43e}\U{440}\U{435}\U{43c}\U{430}}% % Òåîðåìà -\newtheorem{lemma}{\U{41b}\U{435}\U{43c}\U{43c}\U{430}}% % Ëåììà -\newtheorem{corollary}{\U{421}\U{43b}\U{435}% -\U{434}\U{441}\U{442}\U{432}\U{438}\U{435}}% % Ñëåäñòâèå -\newtheorem{definition}{\U{41e}\U{43f}\U{440}% -\U{435}\U{434}\U{435}\U{43b}\U{435}\U{43d}\U{438}\U{435}}% % Îïðåäåëåíèå -\newtheorem{proposition}{\U{41f}\U{440}\U{435}% -\U{434}\U{43b}\U{43e}\U{436}\U{435}\U{43d}\U{438}\U{435}}% %Ïðåäëîæåíèå -\newtheorem{remark}{\U{417}\U{430}\U{43c}% -\U{435}\U{447}\U{430}\U{43d}\U{438}\U{435}}% %Çàìå÷àíèå - -\begin{document} - - -\end{document} diff --git a/Master/texmf-dist/tex/latex/sciwordconv/Sw2Rus.sty b/Master/texmf-dist/tex/latex/sciwordconv/Sw2Rus.sty deleted file mode 100644 index a3d80408ba9..00000000000 --- a/Master/texmf-dist/tex/latex/sciwordconv/Sw2Rus.sty +++ /dev/null @@ -1,86 +0,0 @@ -%% Package Sw2Rus.sty to use with LaTeX 2e. -%% Copyright (C) 2000-2003 Berik I. Tuleuov, Karaganda, Kazakhstan. -%% E-mail: berik_tuleuov@yahoo.com -%% This program can be used, distributed, and modified under the terms -%% of the LaTeX Project Public License. -%% Last Modified 17.02.2003 - -%% These somewhat tricky macros allows you to combine the power of -%% graphical front-end of Scientific Word/Scientific WorkPlace (SW/SWP) -%% with your favourite TeX compiler (for example, MiKTeX). SW/SWP creates -%% TeX source files with commands \Unicode{character code} (versions 3.0) or -%% \U{character code} (versions 3.5 and up) instead of usual characters, and -%% we have to redefine these commands, with no change of source file. -%% This idea is generic, i.e. it can also be applied to other european -%% languages. You may or may not use `babel' multilanguage support package; -%% that's why I decided not to use \def\mxl{\CYRA} instead of \def\mxl{À} -%% and so on. -%% Here given implementation for russian language. - -\def\mxl{À} % À € -\def\mxli{Á} % Á -\def\mxlii{Â} %  ‚ -\def\mxliii{Ã} % à ƒ -\def\mxliv{Ä} % Ä „ -\def\mxlv{Å} % Å … -\def\mxlvi{Æ} % Æ † -\def\mxlvii{Ç} % Ç ‡ -\def\mxlviii{È} % È ˆ -\def\mxlix{É} % É ‰ -\def\lxva{Ê} \def\ml{Ê} % Ê Š -\def\lxvb{Ë} \def\mli{Ë} % Ë ‹ -\def\lxvc{Ì} \def\mlii{Ì} % Ì Œ -\def\lxvd{Í} \def\mliii{Í} % Í -\def\lxve{Î} \def\mliv{Î} % Î Ž -\def\lxvf{Ï} \def\mlv{Ï} % Ï -\def\mlvi{Ð} % Ð -\def\mlvii{Ñ} % Ñ ‘ -\def\mlviii{Ò} % Ò ’ -\def\mlix{Ó} % Ó “ -\def\mlx{Ô} % Ô ” -\def\mlxi{Õ} % Õ • -\def\mlxii{Ö} % Ö – -\def\mlxiii{×} % × — -\def\mlxiv{Ø} % Ø ˜ -\def\mlxv{Ù} % Ù ™ -\def\lxvia{Ú} \def\mlxvi{Ú} % Ú š -\def\lxvib{Û} \def\mlxvii{Û} % Û › -\def\lxvic{Ü} \def\mlxviii{Ü} % Ü œ -\def\lxvid{Ý} \def\mlxix{Ý} % Ý -\def\lxvie{Þ} \def\mlxx{Þ} % Þ ž -\def\lxvif{ß} \def\mlxxi{ß} % ß Ÿ -\def\mlxxii{à} % à -\def\mlxxiii{á} % á ¡ -\def\mlxxiv{â} % â ¢ -\def\mlxxv{ã} % ã £ -\def\mlxxvi{ä} % ä ¤ -\def\mlxxvii{å} % å ¥ -\def\mlxxviii{æ} % æ ¦ -\def\mlxxix{ç} % ç § -\def\mlxxx{è} % è ¨ -\def\mlxxxi{é} % é © -\def\lxviia{ê} \def\mlxxxii{ê} % ê ª -\def\lxviib{ë} \def\mlxxxiii{ë} % ë « -\def\lxviic{ì} \def\mlxxxiv{ì} % ì ¬ -\def\lxviid{í} \def\mlxxxv{í} % í -\def\lxviie{î} \def\mlxxxvi{î} % î ® -\def\lxviif{ï} \def\mlxxxvii{ï} % ï ¯ -\def\mlxxxviii{ð} % ð à -\def\mlxxxix{ñ} % ñ á -\def\mxc{ò} % ò â -\def\mxci{ó} % ó ã -\def\mxcii{ô} % ô ä -\def\mxciii{õ} % õ å -\def\mxciv{ö} % ö æ -\def\mxcv{÷} % ÷ ç -\def\mxcvi{ø} % ø è -\def\mxcvii{ù} % ù é -\def\lxviiia{ú} \def\mxcviii{ú} % ú ê -\def\lxviiib{û} \def\mxcix{û} % û ë -\def\lxviiic{ü} \def\mc{ü} % ü ì -\def\lxviiid{ý} \def\mci{ý} % ý í -\def\lxviiie{þ} \def\mcii{þ} % þ î -\def\lxviiif{ÿ} \def\mciii{ÿ} % ÿ ï - -\def\UNICODE#1{\csname\romannumeral"\@gobbletwo#1\endcsname}% for versions 3.0 -\def\U#1{\csname\romannumeral"#1\endcsname}% for versions 3.5 and up |