diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-19 15:46:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-12-19 15:46:18 +0000 |
commit | 7ce9ce1018b33cf5c76bf9938b9650332037c080 (patch) | |
tree | dcdd4dfc9360d76ed47bfcaca53e7112141e47c1 /Build | |
parent | d62b7f1f8a3c27c3cd51d4eb41d51e8aba545217 (diff) |
restore upstream svn:eol-style
git-svn-id: svn://tug.org/texlive/trunk@20807 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
7 files changed, 314 insertions, 314 deletions
diff --git a/Build/source/texk/cjkutils/cjkutils-4.8.2/Bg5conv/bg5latex.cmd b/Build/source/texk/cjkutils/cjkutils-4.8.2/Bg5conv/bg5latex.cmd index a4800ee4821..04d0d0903dc 100644 --- a/Build/source/texk/cjkutils/cjkutils-4.8.2/Bg5conv/bg5latex.cmd +++ b/Build/source/texk/cjkutils/cjkutils-4.8.2/Bg5conv/bg5latex.cmd @@ -1,44 +1,44 @@ -/*----------------------------------------------------------------------*\ - bg5latex.cmd - - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 - - Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program in doc/COPYING; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301 USA - - Wonkoo Kim (wkim+@pitt.edu), September 2, 1996 -\*----------------------------------------------------------------------*/ - -Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' -Call SysLoadFuncs - -parse arg file - -drive = filespec('drive', file) -path = filespec('path', file) -fname = filespec('name', file) -m = lastpos('.', fname) -if (m = 0) then m = length(fname) + 1 -cjkfile = drive||path||delstr(fname, m)||'.cjk' - -'bg5conv <' file '>' cjkfile - -ucjkfile = translate(cjkfile,'/','\') -if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then - 'call latex.cmd' ucjkfile - -/* End of bg5latex.cmd */ +/*----------------------------------------------------------------------*\
+ bg5latex.cmd
+
+ This file is part of the CJK macro package for LaTeX2e ver. 4.8.2
+
+ Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program in doc/COPYING; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ Wonkoo Kim (wkim+@pitt.edu), September 2, 1996
+\*----------------------------------------------------------------------*/
+
+Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
+Call SysLoadFuncs
+
+parse arg file
+
+drive = filespec('drive', file)
+path = filespec('path', file)
+fname = filespec('name', file)
+m = lastpos('.', fname)
+if (m = 0) then m = length(fname) + 1
+cjkfile = drive||path||delstr(fname, m)||'.cjk'
+
+'bg5conv <' file '>' cjkfile
+
+ucjkfile = translate(cjkfile,'/','\')
+if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then
+ 'call latex.cmd' ucjkfile
+
+/* End of bg5latex.cmd */
diff --git a/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/cef5ltx.cmd b/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/cef5ltx.cmd index 6edd12690ed..463a1153503 100644 --- a/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/cef5ltx.cmd +++ b/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/cef5ltx.cmd @@ -1,46 +1,46 @@ -/*----------------------------------------------------------------------*\ - cef5ltx.cmd - - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 - - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 - - Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program in doc/COPYING; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301 USA - - Wonkoo Kim (wkim+@pitt.edu), September 2, 1996 -\*----------------------------------------------------------------------*/ - -Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' -Call SysLoadFuncs - -parse arg file - -drive = filespec('drive', file) -path = filespec('path', file) -fname = filespec('name', file) -m = lastpos('.', fname) -if (m = 0) then m = length(fname) + 1 -cjkfile = drive||path||delstr(fname, m)||'.cjk' - -'cef5conv <' file '>' cjkfile - -ucjkfile = translate(cjkfile,'/','\') -if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then - 'call latex.cmd' ucjkfile - -/* End of cef5ltx.cmd */ +/*----------------------------------------------------------------------*\
+ cef5ltx.cmd
+
+ This file is part of the CJK macro package for LaTeX2e ver. 4.8.2
+
+ This file is part of the CJK macro package for LaTeX2e ver. 4.8.2
+
+ Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program in doc/COPYING; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ Wonkoo Kim (wkim+@pitt.edu), September 2, 1996
+\*----------------------------------------------------------------------*/
+
+Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
+Call SysLoadFuncs
+
+parse arg file
+
+drive = filespec('drive', file)
+path = filespec('path', file)
+fname = filespec('name', file)
+m = lastpos('.', fname)
+if (m = 0) then m = length(fname) + 1
+cjkfile = drive||path||delstr(fname, m)||'.cjk'
+
+'cef5conv <' file '>' cjkfile
+
+ucjkfile = translate(cjkfile,'/','\')
+if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then
+ 'call latex.cmd' ucjkfile
+
+/* End of cef5ltx.cmd */
diff --git a/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/ceflatex.cmd b/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/ceflatex.cmd index d1f6eed43fc..69ad0b0ce21 100644 --- a/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/ceflatex.cmd +++ b/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/ceflatex.cmd @@ -1,46 +1,46 @@ -/*----------------------------------------------------------------------*\ - ceflatex.cmd - - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 - - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 - - Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program in doc/COPYING; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301 USA - - Wonkoo Kim (wkim+@pitt.edu), September 2, 1996 -\*----------------------------------------------------------------------*/ - -Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' -Call SysLoadFuncs - -parse arg file - -drive = filespec('drive', file) -path = filespec('path', file) -fname = filespec('name', file) -m = lastpos('.', fname) -if (m = 0) then m = length(fname) + 1 -cjkfile = drive||path||delstr(fname, m)||'.cjk' - -'cefconv <' file '>' cjkfile - -ucjkfile = translate(cjkfile,'/','\') -if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then - 'call latex.cmd' ucjkfile - -/* End of ceflatex.cmd */ +/*----------------------------------------------------------------------*\
+ ceflatex.cmd
+
+ This file is part of the CJK macro package for LaTeX2e ver. 4.8.2
+
+ This file is part of the CJK macro package for LaTeX2e ver. 4.8.2
+
+ Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program in doc/COPYING; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ Wonkoo Kim (wkim+@pitt.edu), September 2, 1996
+\*----------------------------------------------------------------------*/
+
+Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
+Call SysLoadFuncs
+
+parse arg file
+
+drive = filespec('drive', file)
+path = filespec('path', file)
+fname = filespec('name', file)
+m = lastpos('.', fname)
+if (m = 0) then m = length(fname) + 1
+cjkfile = drive||path||delstr(fname, m)||'.cjk'
+
+'cefconv <' file '>' cjkfile
+
+ucjkfile = translate(cjkfile,'/','\')
+if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then
+ 'call latex.cmd' ucjkfile
+
+/* End of ceflatex.cmd */
diff --git a/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/cefsltx.cmd b/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/cefsltx.cmd index 011732c6ee4..73a4de3cf17 100644 --- a/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/cefsltx.cmd +++ b/Build/source/texk/cjkutils/cjkutils-4.8.2/CEFconv/cefsltx.cmd @@ -1,46 +1,46 @@ -/*----------------------------------------------------------------------*\ - cefsltx.cmd - - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 - - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 - - Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program in doc/COPYING; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301 USA - - Wonkoo Kim (wkim+@pitt.edu), September 2, 1996 -\*----------------------------------------------------------------------*/ - -Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' -Call SysLoadFuncs - -parse arg file - -drive = filespec('drive', file) -path = filespec('path', file) -fname = filespec('name', file) -m = lastpos('.', fname) -if (m = 0) then m = length(fname) + 1 -cjkfile = drive||path||delstr(fname, m)||'.cjk' - -'cefsconv <' file '>' cjkfile - -ucjkfile = translate(cjkfile,'/','\') -if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then - 'call latex.cmd' ucjkfile - -/* End of cefsltx.cmd */ +/*----------------------------------------------------------------------*\
+ cefsltx.cmd
+
+ This file is part of the CJK macro package for LaTeX2e ver. 4.8.2
+
+ This file is part of the CJK macro package for LaTeX2e ver. 4.8.2
+
+ Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program in doc/COPYING; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ Wonkoo Kim (wkim+@pitt.edu), September 2, 1996
+\*----------------------------------------------------------------------*/
+
+Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
+Call SysLoadFuncs
+
+parse arg file
+
+drive = filespec('drive', file)
+path = filespec('path', file)
+fname = filespec('name', file)
+m = lastpos('.', fname)
+if (m = 0) then m = length(fname) + 1
+cjkfile = drive||path||delstr(fname, m)||'.cjk'
+
+'cefsconv <' file '>' cjkfile
+
+ucjkfile = translate(cjkfile,'/','\')
+if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then
+ 'call latex.cmd' ucjkfile
+
+/* End of cefsltx.cmd */
diff --git a/Build/source/texk/cjkutils/cjkutils-4.8.2/SJISconv/sjisltx.cmd b/Build/source/texk/cjkutils/cjkutils-4.8.2/SJISconv/sjisltx.cmd index ff8955dfba2..8abcaddde85 100644 --- a/Build/source/texk/cjkutils/cjkutils-4.8.2/SJISconv/sjisltx.cmd +++ b/Build/source/texk/cjkutils/cjkutils-4.8.2/SJISconv/sjisltx.cmd @@ -1,44 +1,44 @@ -/*----------------------------------------------------------------------*\ - sjisltx.cmd - - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 - - Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program in doc/COPYING; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301 USA - - Wonkoo Kim (wkim+@pitt.edu), September 2, 1996 -\*----------------------------------------------------------------------*/ - -Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' -Call SysLoadFuncs - -parse arg file - -drive = filespec('drive', file) -path = filespec('path', file) -fname = filespec('name', file) -m = lastpos('.', fname) -if (m = 0) then m = length(fname) + 1 -cjkfile = drive||path||delstr(fname, m)||'.cjk' - -'sjisconv <' file '>' cjkfile - -ucjkfile = translate(cjkfile,'/','\') -if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then - 'call latex.cmd' ucjkfile - -/* End of sjisltx.cmd */ +/*----------------------------------------------------------------------*\
+ sjisltx.cmd
+
+ This file is part of the CJK macro package for LaTeX2e ver. 4.8.2
+
+ Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program in doc/COPYING; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ Wonkoo Kim (wkim+@pitt.edu), September 2, 1996
+\*----------------------------------------------------------------------*/
+
+Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
+Call SysLoadFuncs
+
+parse arg file
+
+drive = filespec('drive', file)
+path = filespec('path', file)
+fname = filespec('name', file)
+m = lastpos('.', fname)
+if (m = 0) then m = length(fname) + 1
+cjkfile = drive||path||delstr(fname, m)||'.cjk'
+
+'sjisconv <' file '>' cjkfile
+
+ucjkfile = translate(cjkfile,'/','\')
+if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then
+ 'call latex.cmd' ucjkfile
+
+/* End of sjisltx.cmd */
diff --git a/Build/source/texk/cjkutils/cjkutils-4.8.2/extconv/bg5pltx.cmd b/Build/source/texk/cjkutils/cjkutils-4.8.2/extconv/bg5pltx.cmd index 64b768ee178..36a04b4afd8 100644 --- a/Build/source/texk/cjkutils/cjkutils-4.8.2/extconv/bg5pltx.cmd +++ b/Build/source/texk/cjkutils/cjkutils-4.8.2/extconv/bg5pltx.cmd @@ -1,44 +1,44 @@ -/*----------------------------------------------------------------------*\ - bg5pltx.cmd - - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 - - Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program in doc/COPYING; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301 USA - - Wonkoo Kim (wkim+@pitt.edu), September 2, 1996 -\*----------------------------------------------------------------------*/ - -Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' -Call SysLoadFuncs - -parse arg file - -drive = filespec('drive', file) -path = filespec('path', file) -fname = filespec('name', file) -m = lastpos('.', fname) -if (m = 0) then m = length(fname) + 1 -cjkfile = drive||path||delstr(fname, m)||'.cjk' - -'extconv <' file '>' cjkfile - -ucjkfile = translate(cjkfile,'/','\') -if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then - 'call latex.cmd' ucjkfile - -/* End of bg5pltx.cmd */ +/*----------------------------------------------------------------------*\
+ bg5pltx.cmd
+
+ This file is part of the CJK macro package for LaTeX2e ver. 4.8.2
+
+ Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program in doc/COPYING; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ Wonkoo Kim (wkim+@pitt.edu), September 2, 1996
+\*----------------------------------------------------------------------*/
+
+Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
+Call SysLoadFuncs
+
+parse arg file
+
+drive = filespec('drive', file)
+path = filespec('path', file)
+fname = filespec('name', file)
+m = lastpos('.', fname)
+if (m = 0) then m = length(fname) + 1
+cjkfile = drive||path||delstr(fname, m)||'.cjk'
+
+'extconv <' file '>' cjkfile
+
+ucjkfile = translate(cjkfile,'/','\')
+if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then
+ 'call latex.cmd' ucjkfile
+
+/* End of bg5pltx.cmd */
diff --git a/Build/source/texk/cjkutils/cjkutils-4.8.2/extconv/gbklatex.cmd b/Build/source/texk/cjkutils/cjkutils-4.8.2/extconv/gbklatex.cmd index 7f19637ade8..de29b90b3f7 100644 --- a/Build/source/texk/cjkutils/cjkutils-4.8.2/extconv/gbklatex.cmd +++ b/Build/source/texk/cjkutils/cjkutils-4.8.2/extconv/gbklatex.cmd @@ -1,44 +1,44 @@ -/*----------------------------------------------------------------------*\ - gbklatex.cmd - - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 - - Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program in doc/COPYING; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301 USA - - Wonkoo Kim (wkim+@pitt.edu), September 2, 1996 -\*----------------------------------------------------------------------*/ - -Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs' -Call SysLoadFuncs - -parse arg file - -drive = filespec('drive', file) -path = filespec('path', file) -fname = filespec('name', file) -m = lastpos('.', fname) -if (m = 0) then m = length(fname) + 1 -cjkfile = drive||path||delstr(fname, m)||'.cjk' - -'extconv <' file '>' cjkfile - -ucjkfile = translate(cjkfile,'/','\') -if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then - 'call latex.cmd' ucjkfile - -/* End of gbklatex.cmd */ +/*----------------------------------------------------------------------*\
+ gbklatex.cmd
+
+ This file is part of the CJK macro package for LaTeX2e ver. 4.8.2
+
+ Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program in doc/COPYING; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301 USA
+
+ Wonkoo Kim (wkim+@pitt.edu), September 2, 1996
+\*----------------------------------------------------------------------*/
+
+Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
+Call SysLoadFuncs
+
+parse arg file
+
+drive = filespec('drive', file)
+path = filespec('path', file)
+fname = filespec('name', file)
+m = lastpos('.', fname)
+if (m = 0) then m = length(fname) + 1
+cjkfile = drive||path||delstr(fname, m)||'.cjk'
+
+'extconv <' file '>' cjkfile
+
+ucjkfile = translate(cjkfile,'/','\')
+if stream(cjkfile, 'C', 'QUERY EXISTS') \= '' then
+ 'call latex.cmd' ucjkfile
+
+/* End of gbklatex.cmd */
|