From h.y.acetaminophen @ gmail.com Fri Mar 2 00:54:38 2018 From: h.y.acetaminophen @ gmail.com (Hironobu Yamashita) Date: Fri, 2 Mar 2018 00:54:38 +0900 Subject: [issue:154] pdf inclusion warning in dvipdfmx 20180217 Message-ID: 皆様, dvipdfmx version 20180217 で,出力 PDF と画像 PDF のバージョンが違うと 出てくる警告が意図通りでないような気がします。 \documentclass{article} \usepackage[dvipdfmx]{graphicx} \begin{document} % texmf-dist/tex/latex/mwe/example-image-a.pdf: PDF version 1.5 \includegraphics[width=3cm]{example-image-a.pdf} \end{document} このソースをコンパイルすると,dvipdfmx のデフォルトでは output pdf version: 1.5 なので警告が出ません。 一方で,コマンドラインオプション -V 6 或いは \AtBeginDvi{\special{dvipdfmx:config V 6}} を付けると dvipdfmx:warning: Trying to include PDF file which has newer version number than output PDF: 1.6. が出ます。出力 PDF 1.6 に対して画像 PDF が 1.5 なので,警告は不要ではないでしょうか。 ---- 別件になりますが,逆にコマンドラインオプション -V 4 或いは \AtBeginDvi{\special{dvipdfmx:config V 4}} を追加すると dvipdfmx:warning: Version of PDF file (1.5) is newer than version limit specification. dvipdfmx:warning: Trying to include PDF file with version (1.5), which is newer than current output PDF setting (1.4). が出ます。このうち2行めは意図が伝わりやすいと思うのですが, 1行めは何を表す警告なのでしょうか? -- 山下 弘展 (Hironobu Yamashita) From h.y.acetaminophen @ gmail.com Tue Mar 6 19:50:32 2018 From: h.y.acetaminophen @ gmail.com (Hironobu Yamashita) Date: Tue, 6 Mar 2018 19:50:32 +0900 Subject: [issue:155] cjk-gs-integrate and ptex-fontmaps 20180306.0 Message-ID: Dear Norbert, I submitted to CTAN the following packages: * ptex-fontmaps * cjk-gs-integrate The macOS-specific files are separated to * ptex-fontmaps-macos * cjk-gs-integrate-macos Please install these into TLContrib. The archives can be obtained from URLs below respectively. https://github.com/texjporg/cjk-gs-support/releases/tag/20180306.0 https://github.com/texjporg/jfontmaps/releases/tag/20180306.0 Each of these packages contains a directory named database; I don't know well about ctan2tl or something, but please put the files {pkgname}/database/* -> $TEXMF/fonts/misc/{pkgname} Best regards, Hironobu Yamashita From manfred @ ctan.org Wed Mar 7 04:30:44 2018 From: manfred @ ctan.org (Manfred Lotz) Date: Tue, 6 Mar 2018 20:30:44 +0100 Subject: [issue:156] Re: CTAN Upload: ptex-fontmaps In-Reply-To: <131033069.28.1520332616146.JavaMail.tomcat7@comedy.dante.de> References: <131033069.28.1520332616146.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hi Japanese TeX Development Community, Thanks for the upload. I've installed the new version and updated the catalogue repository. The changes should become available on the mirrors within the next 24 hours. Then I will post the announcement. On Tue, 6 Mar 2018 11:36:56 +0100 (CET) CTAN Portal Service wrote: > Upload information: > Package: ptex-fontmaps > Summary: Font maps and configuration tools for > Japanese/Chinese/Korean fonts with (u)ptex Version: 20180306.0 > Author: Japanese TeX Development Community > Author email: issue @ texjp.org > Location: /fonts/ptex-fontmaps > License: pd gpl3 > Repository: https://github.com/texjporg/jfontmaps > Announcement: > ----------------------------------------- > * New version that will go on TeX Live 2018. > * kanji-config-updmap: Multiple language mode options (--ja, --sc > etc.) can be specified at the same time. > ----------------------------------------- > Note: ---- Kind regards Manfred Lotz for the CTAN Team -- Please send messages to this mailing list in English only. Please do not send HTML messages, they are held in our Spam filter. Please do not send software to this list, use the web upload form. From manfred @ ctan.org Wed Mar 7 04:43:31 2018 From: manfred @ ctan.org (Manfred Lotz) Date: Tue, 6 Mar 2018 20:43:31 +0100 Subject: [issue:157] Re: CTAN Upload: cjk-gs-integrate In-Reply-To: <1575311694.29.1520332736269.JavaMail.tomcat7@comedy.dante.de> References: <1575311694.29.1520332736269.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hi Japanese TeX Development Community, Thanks for the upload. I've installed the new version and updated the catalogue repository. The changes should become available on the mirrors within the next 24 hours. Then I will post the announcement. On Tue, 6 Mar 2018 11:38:56 +0100 (CET) CTAN Portal Service wrote: > Upload information: > Package: cjk-gs-integrate > Summary: Tools to integrate CJK fonts into Ghostscript > Version: 20180306.0 > Author: Japanese TeX Development Community > Author email: issue @ texjp.org > Location: /fonts/utilities/cjk-gs-integrate > License: gpl3 > Repository: https://github.com/texjporg/cjk-gs-support > Announcement: > ----------------------------------------- > * New version that will go on TeX Live 2018. > * Database files are separated to external files. > > ----------------------------------------- > Note: ---- Kind regards Manfred Lotz for the CTAN Team -- Please send messages to this mailing list in English only. Please do not send HTML messages, they are held in our Spam filter. Please do not send software to this list, use the web upload form. From h.y.acetaminophen @ gmail.com Thu Mar 8 00:09:52 2018 From: h.y.acetaminophen @ gmail.com (Hironobu Yamashita) Date: Thu, 8 Mar 2018 00:09:52 +0900 Subject: [issue:158] cjk-gs-integrate and ptex-fontmaps database files In-Reply-To: <665FD64C-D989-4665-A948-64A11858C4B7@gmail.com> References: <665FD64C-D989-4665-A948-64A11858C4B7@gmail.com> Message-ID: Hi Karl, * ptex-fontmaps * cjk-gs-integrate Each of these packages contains a directory named database; currently it is placed under doc/, but the files are expected to be found in fonts/misc/. That is, the installation should be {pkgname}/database/* -> $TEXMF/fonts/misc/{pkgname} Thanks for your great works! Hironobu Yamashita From manfred @ ctan.org Thu Mar 8 05:25:41 2018 From: manfred @ ctan.org (=?iso-2022-jp?b?bWFuZnJlZCAbJEIhdxsoQiBjdGFuLm9yZw==?=) Date: Wed, 7 Mar 2018 21:25:41 +0100 Subject: [issue:159] CTAN update: ptex-fontmaps Message-ID: The Japanese TeX Development Community submitted an update to the ptex-fontmaps package. Version number: 20180306.0 License type: pd gpl3 Summary description: Font maps and configuration tools for Japanese/Chinese/Korean fonts with (u)ptex Announcement text: ---------------------------------------------------------------------- * New version that will go on TeX Live 2018. * kanji-config-updmap: Multiple language mode options (--ja, --sc etc.) can be specified at the same time. ---------------------------------------------------------------------- This package is located at http://mirror.ctan.org/fonts/ptex-fontmaps More information is at https://www.ctan.org/pkg/ptex-fontmaps ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Manfred Lotz We are supported by the TeX user groups. Please join a users group; see http://www.tug.org/usergroups.html . From manfred @ ctan.org Thu Mar 8 05:26:41 2018 From: manfred @ ctan.org (=?iso-2022-jp?b?bWFuZnJlZCAbJEIhdxsoQiBjdGFuLm9yZw==?=) Date: Wed, 7 Mar 2018 21:26:41 +0100 Subject: [issue:160] CTAN update: cjk-gs-integrate Message-ID: The Japanese TeX Development Community submitted an update to the cjk-gs-integrate package. Version number: 20180306.0 License type: gpl3 Summary description: Tools to integrate CJK fonts into Ghostscript Announcement text: ---------------------------------------------------------------------- * New version that will go on TeX Live 2018. * Database files are separated to external files. ---------------------------------------------------------------------- This package is located at http://mirror.ctan.org/fonts/utilities/cjk-gs-integrate More information is at https://www.ctan.org/pkg/cjk-gs-integrate ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Manfred Lotz We are supported by the TeX user groups. Please join a users group; see http://www.tug.org/usergroups.html . From karl @ freefriends.org Thu Mar 8 08:25:19 2018 From: karl @ freefriends.org (Karl Berry) Date: Wed, 7 Mar 2018 23:25:19 GMT Subject: [issue:161] Re: cjk-gs-integrate and ptex-fontmaps database files In-Reply-To: <0D64258F-A978-46A6-B1E1-F55FC0EDC285@gmail.com> Message-ID: {pkgname}/database/* -> $TEXMF/fonts/misc/{pkgname} I think I fixed this for tonight. Thanks for letting me know. -k From norbert @ preining.info Thu Mar 8 15:59:58 2018 From: norbert @ preining.info (Norbert Preining) Date: Thu, 8 Mar 2018 15:59:58 +0900 Subject: [issue:162] Re: cjk-gs-integrate and ptex-fontmaps 20180306.0 In-Reply-To: <665FD64C-D989-4665-A948-64A11858C4B7@gmail.com> References: <665FD64C-D989-4665-A948-64A11858C4B7@gmail.com> Message-ID: 山下さん、皆さん 返事を遅れてもうしわけありません。学会の参加中です。 > Please install these into TLContrib. The archives can be obtained from 今プッシュしましたので、確認をお願いします。 よろしくお願いします。 ノルベルト -- PREINING Norbert http://www.preining.info Accelia Inc. + JAIST + TeX Live + Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 From petra @ ctan.org Fri Mar 9 16:44:03 2018 From: petra @ ctan.org (Petra Ruebe-Pugliese) Date: Fri, 9 Mar 2018 08:44:03 +0100 Subject: [issue:163] Re: CTAN Upload: platex In-Reply-To: <841117879.59.1520576032965.JavaMail.tomcat7@comedy.dante.de> References: <841117879.59.1520576032965.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hello Japanese TeX Development Community, thanks for this upload: On Friday 09 March 2018 at 07:13:52 +0100 CTAN Portal Service wrote: > Upload information: > Package: platex > Summary: pLaTeX2e and miscellaneous macros for pTeX > Version: 2018-03-09 > Author: Japanese TeX Development Community > Author’s email: issue @ texjp.org > Location: /language/japanese/platex/ > License: bsd3 > Upload type: announce > > Announcement text: > ---------------------------------------------------------------------- > * Improve tabular environment. > * Reconstruct format files. > * jclasses: use \Cjascale. > ---------------------------------------------------------------------- The update has been installed on our central server and will be announced about 24 hours later, when the mirrors have had enough time to pick up the new files. Kind regards, Petra Rübe-Pugliese for the CTAN team ------------------------------------------------------------------------ This package is located at http://mirror.ctan.org/language/japanese/platex/ More information is at https://ctan.org/pkg/platex -- Please send messages to ctan @ ctan.org in English only. Please do not send HTML messages, they are held in our spam filter. Please do not send software via email, use the web upload form. Thanks! From petra @ ctan.org Fri Mar 9 17:32:24 2018 From: petra @ ctan.org (Petra Ruebe-Pugliese) Date: Fri, 9 Mar 2018 09:32:24 +0100 Subject: [issue:164] Re: CTAN Upload: uplatex In-Reply-To: <2056724194.60.1520576168035.JavaMail.tomcat7@comedy.dante.de> References: <2056724194.60.1520576168035.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hello Japanese TeX Development Community , thanks for this upload: On Friday 09 March 2018 at 07:16:08 +0100 CTAN Portal Service wrote: > Upload information: > Package: uplatex > Summary: pLaTeX2e and miscellaneous macros for upTeX > Version: 2018-03-09 > Author: Japanese TeX Development Community > Author’s email: issue @ texjp.org > Location: /language/japanese/uplatex/ > License: bsd3 > Upload type: announce > > Announcement text: > ---------------------------------------------------------------------- > * Sync with platex. > * Reconstruct format files; now depends on platex. > ---------------------------------------------------------------------- The update has been installed on our central server and will be announced about 24 hours later, when the mirrors have had enough time to pick up the new files. Kind regards, Petra Rübe-Pugliese for the CTAN team ------------------------------------------------------------------------ This package is located at http://mirror.ctan.org/language/japanese/uplatex/ More information is at https://ctan.org/pkg/uplatex -- Please send messages to ctan @ ctan.org in English only. Please do not send HTML messages, they are held in our spam filter. Please do not send software via email, use the web upload form. Thanks! From manfred @ ctan.org Fri Mar 9 23:31:04 2018 From: manfred @ ctan.org (Manfred Lotz) Date: Fri, 9 Mar 2018 15:31:04 +0100 Subject: [issue:165] Re: CTAN Upload: ptex-fonts In-Reply-To: <322472374.64.1520577557297.JavaMail.tomcat7@comedy.dante.de> References: <322472374.64.1520577557297.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hi Japanese TeX Development Community, Thanks for the upload. I've installed the new version and updated the catalogue repository. The changes should become available on the mirrors within the next 24 hours. Then I will post the announcement. On Fri, 9 Mar 2018 07:39:17 +0100 (CET) CTAN Portal Service wrote: > Upload information: > Package: ptex-fonts > Summary: Fonts for use with pTeX > Version: 2018-03-09 > Author: Japanese TeX Development Community > Author email: issue @ texjp.org > Location: /fonts/ptex-fonts > License: bsd3 > Repository: https://github.com/texjporg/ptex-fonts > Announcement: > ----------------------------------------- > * Re-packaged after removal of ascmac-related fonts. > > ----------------------------------------- > Note: ---- Kind regards Manfred Lotz for the CTAN Team -- Please send messages to this mailing list in English only. Please do not send HTML messages, they are held in our Spam filter. Please do not send software to this list, use the web upload form. From petra @ ctan.org Sat Mar 10 01:12:13 2018 From: petra @ ctan.org (Petra Ruebe-Pugliese) Date: Fri, 9 Mar 2018 17:12:13 +0100 Subject: [issue:166] Re: CTAN Upload: ascmac In-Reply-To: <1113329526.61.1520576943182.JavaMail.tomcat7@comedy.dante.de> References: <1113329526.61.1520576943182.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hello Hironobu Yamashita, thanks for the upload of this new package: On Friday 09 March 2018 at 07:29:03 +0100 CTAN Portal Service wrote: > Upload information: > Package: ascmac > Summary: Boxes and picture macros with Japanese vertical writing support > Version: 2.0h 2018-03-09 > Author: Japanese TeX Development Community > Author’s email: issue @ texjp.org > Location: /macros/latex/contrib/ascmac/ > License: bsd3 > Repository: https://github.com/texjporg/ascmac > Upload type: new > > Announcement text: > ---------------------------------------------------------------------- > The bundle provides boxes and picture macros with Japanese > vertical writing support. > It uses only native picture macros and fonts for drawing boxes, > thus driver-independent. > Separated from Japanese pLaTeX bundle. > ---------------------------------------------------------------------- > > Notes to CTAN maintainers: > ------------------------------------------------------------------------ > Suggestions for related topics: "boxing", "japanese" Thanks a lot for helping us find the right tags! > ------------------------------------------------------------------------ The new package has been installed on our central server and will be announced about 24 hours later, when the mirrors have had enough time to pick up the new files. Kind regards, Petra Rübe-Pugliese for the CTAN team ------------------------------------------------------------------------ This package is located at http://mirror.ctan.org/macros/latex/contrib/ascmac/ More information should soon appear at https://ctan.org/pkg/ascmac (Please don’t worry if certain items like summary description and version number are not visible from the start: They will most probably turn up quite soon.) -- Please send messages to ctan @ ctan.org in English only. Please do not send HTML messages, they are held in our spam filter. Please do not send software via email, use the web upload form. Thanks! From petra @ ctan.org Sat Mar 10 03:26:15 2018 From: petra @ ctan.org (Petra Ruebe-Pugliese) Date: Fri, 9 Mar 2018 19:26:15 +0100 Subject: [issue:167] Re: CTAN Upload: nidanfloat In-Reply-To: <573754236.62.1520577383798.JavaMail.tomcat7@comedy.dante.de> References: <573754236.62.1520577383798.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hello Hironobu Yamashita, thanks for the upload of this new package: On Friday 09 March 2018 at 07:36:23 +0100 CTAN Portal Service wrote: > Upload information: > Package: nidanfloat > Summary: Bottom placement option for double float in two column mode (nidan-kumi) > Version: 2018-03-09 > Author: Japanese TeX Development Community > Author’s email: issue @ texjp.org > Location: /macros/latex/contrib/nidanfloat/ > License: bsd3 > Repository: https://github.com/texjporg/nidanfloat > Upload type: new > > Announcement text: > ---------------------------------------------------------------------- > This package enables bottom (`b`) placement option for double float > in two column mode. > ---------------------------------------------------------------------- The new package has been installed on our central server and will be announced about 24 hours later, when the mirrors have had enough time to pick up the new files. Kind regards, Petra Rübe-Pugliese for the CTAN team ------------------------------------------------------------------------ This package is located at http://mirror.ctan.org/macros/latex/contrib/nidanfloat/ More information should soon appear at https://ctan.org/pkg/nidanfloat (Please don’t worry if certain items like summary description and version number are not visible from the start: They will most probably turn up quite soon.) -- Please send messages to ctan @ ctan.org in English only. Please do not send HTML messages, they are held in our spam filter. Please do not send software via email, use the web upload form. Thanks! From petra @ ctan.org Sat Mar 10 18:07:08 2018 From: petra @ ctan.org (=?iso-2022-jp?b?cGV0cmEgGyRCIXcbKEIgY3Rhbi5vcmc=?=) Date: Sat, 10 Mar 2018 10:07:08 +0100 Subject: [issue:168] CTAN Update: platex Message-ID: The Japanese TeX Development Community submitted an update to the platex package. Version: 2018-03-09 License: bsd3 Summary description: pLaTeX2e and miscellaneous macros for pTeX Announcement text: ---------------------------------------------------------------------- * Improve tabular environment. * Reconstruct format files. * jclasses: use \Cjascale. ---------------------------------------------------------------------- The package’s Catalogue entry can be viewed at https://ctan.org/pkg/platex The package’s files themselves can be inspected at http://mirror.ctan.org/language/japanese/platex/ ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese ------------------------------------------------------------------------ We are supported by the TeX users groups. Please join a users group; see https://www.tug.org/usergroups.html . From petra @ ctan.org Sat Mar 10 18:07:54 2018 From: petra @ ctan.org (=?iso-2022-jp?b?cGV0cmEgGyRCIXcbKEIgY3Rhbi5vcmc=?=) Date: Sat, 10 Mar 2018 10:07:54 +0100 Subject: [issue:169] CTAN Update: uplatex Message-ID: The Japanese TeX Development Community submitted an update to the uplatex package. Version: 2018-03-09 License: bsd3 Summary description: pLaTeX2e and miscellaneous macros for upTeX Announcement text: ---------------------------------------------------------------------- * Sync with platex. * Reconstruct format files; now depends on platex. ---------------------------------------------------------------------- The package’s Catalogue entry can be viewed at https://ctan.org/pkg/uplatex The package’s files themselves can be inspected at http://mirror.ctan.org/language/japanese/uplatex/ ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese ------------------------------------------------------------------------ We are supported by the TeX users groups. Please join a users group; see https://www.tug.org/usergroups.html . From petra @ ctan.org Sun Mar 11 01:05:33 2018 From: petra @ ctan.org (=?iso-2022-jp?b?cGV0cmEgGyRCIXcbKEIgY3Rhbi5vcmc=?=) Date: Sat, 10 Mar 2018 17:05:33 +0100 Subject: [issue:170] New on CTAN: ascmac Message-ID: The Japanese TeX Development Community submitted the ascmac package. Version: 2.0h 2018-03-09 License: bsd3 Summary description: Boxes and picture macros with Japanese vertical writing support Announcement text: ---------------------------------------------------------------------- The bundle provides boxes and picture macros with Japanese vertical writing support. It uses only native picture macros and fonts for drawing boxes, thus driver-independent. Separated from Japanese pLaTeX bundle. ---------------------------------------------------------------------- The package’s Catalogue entry can be viewed at https://ctan.org/pkg/ascmac The package’s files themselves can be inspected at http://mirror.ctan.org/macros/latex/contrib/ascmac/ ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese ------------------------------------------------------------------------ We are supported by the TeX users groups. Please join a users group; see https://www.tug.org/usergroups.html . From petra @ ctan.org Sun Mar 11 03:36:01 2018 From: petra @ ctan.org (=?iso-2022-jp?b?cGV0cmEgGyRCIXcbKEIgY3Rhbi5vcmc=?=) Date: Sat, 10 Mar 2018 19:36:01 +0100 Subject: [issue:171] New on CTAN: nidanfloat Message-ID: The Japanese TeX Development Community submitted the nidanfloat package. Version: 2018-03-09 License: bsd3 Summary description: Bottom placement option for double float in two column mode (nidan-kumi) Announcement text: ---------------------------------------------------------------------- This package enables bottom (`b`) placement option for double float in two column mode. ---------------------------------------------------------------------- The package’s Catalogue entry can be viewed at https://ctan.org/pkg/nidanfloat The package’s files themselves can be inspected at http://mirror.ctan.org/macros/latex/contrib/nidanfloat/ ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese ------------------------------------------------------------------------ We are supported by the TeX users groups. Please join a users group; see https://www.tug.org/usergroups.html . From manfred @ ctan.org Sun Mar 11 04:20:03 2018 From: manfred @ ctan.org (=?iso-2022-jp?b?bWFuZnJlZCAbJEIhdxsoQiBjdGFuLm9yZw==?=) Date: Sat, 10 Mar 2018 20:20:03 +0100 Subject: [issue:172] CTAN update: ptex-fonts Message-ID: The Japanese TeX Development Community submitted an update to the ptex-fonts package. Version number: 2018-03-09 License type: bsd3 Summary description: Fonts for use with pTeX Announcement text: ---------------------------------------------------------------------- * Re-packaged after removal of ascmac-related fonts. ---------------------------------------------------------------------- This package is located at http://mirror.ctan.org/fonts/ptex-fonts More information is at https://www.ctan.org/pkg/ptex-fonts ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Manfred Lotz We are supported by the TeX user groups. Please join a users group; see http://www.tug.org/usergroups.html . From petra @ ctan.org Sun Mar 11 20:18:46 2018 From: petra @ ctan.org (Petra Ruebe-Pugliese) Date: Sun, 11 Mar 2018 12:18:46 +0100 Subject: [issue:173] Re: CTAN Upload: jsclasses In-Reply-To: <573754236.62.1520577383798.JavaMail.tomcat7@comedy.dante.de> References: <573754236.62.1520577383798.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hello Japanese TeX Development Community , thanks for this upload: On Sunday 11 March 2018 at 05:22:20 +0100 CTAN Portal Service wrote: > Upload information: > Package: jsclasses > Summary: Classes tailored for use with Japanese > Version: 2018-03-11 > Author: Japanese TeX Development Community > Author’s email: issue @ texjp.org > Location: /macros/latex/contrib/jsclasses/ > License: bsd > Upload type: announce > > Announcement text: > ---------------------------------------------------------------------- > * jsclasses: Define \Cjascale for scaling of Japanese fonts. > * morisawa package is moved to separate bundle. > ---------------------------------------------------------------------- The update has been installed on our central server and will be announced about 24 hours later, when the mirrors have had enough time to pick up the new files. Kind regards, Petra Rübe-Pugliese for the CTAN team ------------------------------------------------------------------------ This package is located at http://mirror.ctan.org/macros/latex/contrib/jsclasses/ More information is at https://ctan.org/pkg/jsclasses -- Please send messages to ctan @ ctan.org in English only. Please do not send HTML messages, they are held in our spam filter. Please do not send software via email, use the web upload form. Thanks! From manfred @ ctan.org Sun Mar 11 21:28:45 2018 From: manfred @ ctan.org (Manfred Lotz) Date: Sun, 11 Mar 2018 13:28:45 +0100 Subject: [issue:174] Re: CTAN Upload: morisawa In-Reply-To: <515399820.92.1520732285503.JavaMail.tomcat7@comedy.dante.de> References: <515399820.92.1520732285503.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hi Japanese TeX Development Community, Thanks for the upload. I've installed the new package and updated the catalogue repository. The changes should become available on the mirrors within the next 24 hours. Then I will post the announcement. On Sun, 11 Mar 2018 02:38:05 +0100 (CET) CTAN Portal Service wrote: > Upload information: > Package: morisawa > Summary: Enables selection of 5 standard Japanese fonts for > pLaTeX + dvips Version: 2018-03-11 > Author: Japanese TeX Development Community > Author email: issue @ texjp.org > Location: /fonts/morisawa > License: bsd > Repository: https://github.com/texjporg/morisawa > Announcement: > ----------------------------------------- > * Separated from platex and ptex-fonts. > * Make \textmg robust. > ----------------------------------------- > Note: ---- Kind regards Manfred Lotz for the CTAN Team -- Please send messages to this mailing list in English only. Please do not send HTML messages, they are held in our Spam filter. Please do not send software to this list, use the web upload form. From petra @ ctan.org Mon Mar 12 20:23:57 2018 From: petra @ ctan.org (=?iso-2022-jp?b?cGV0cmEgGyRCIXcbKEIgY3Rhbi5vcmc=?=) Date: Mon, 12 Mar 2018 12:23:57 +0100 Subject: [issue:175] CTAN Update: jsclasses Message-ID: Japanese TeX Development Community submitted an update to the jsclasses package. Version: 2018-03-11 License: bsd Summary description: Classes tailored for use with Japanese Announcement text: ---------------------------------------------------------------------- * jsclasses: Define \Cjascale for scaling of Japanese fonts. * morisawa package is moved to separate bundle. ---------------------------------------------------------------------- The package’s Catalogue entry can be viewed at https://ctan.org/pkg/jsclasses The package’s files themselves can be inspected at http://mirror.ctan.org/macros/latex/contrib/jsclasses/ ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese ------------------------------------------------------------------------ We are supported by the TeX users groups. Please join a users group; see https://www.tug.org/usergroups.html . From manfred @ ctan.org Tue Mar 13 00:28:43 2018 From: manfred @ ctan.org (=?iso-2022-jp?b?bWFuZnJlZCAbJEIhdxsoQiBjdGFuLm9yZw==?=) Date: Mon, 12 Mar 2018 16:28:43 +0100 Subject: [issue:176] New on CTAN: morisawa Message-ID: The Japanese TeX Development Community submitted the morisawa package. Version number: 2018-03-11 License type: bsd Summary description: Enables selection of 5 standard Japanese fonts for pLaTeX + dvips Announcement text: ---------------------------------------------------------------------- * Separated from platex and ptex-fonts. * Make \textmg robust. ---------------------------------------------------------------------- This package is located at http://mirror.ctan.org/fonts/morisawa More information is at https://www.ctan.org/pkg/morisawa ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Manfred Lotz We are supported by the TeX user groups. Please join a users group; see http://www.tug.org/usergroups.html . From petra @ ctan.org Sat Mar 17 04:22:47 2018 From: petra @ ctan.org (Petra Ruebe-Pugliese) Date: Fri, 16 Mar 2018 20:22:47 +0100 Subject: [issue:177] Re: CTAN Upload: platex In-Reply-To: <601844987.160.1521204832932.JavaMail.tomcat7@comedy.dante.de> References: <601844987.160.1521204832932.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hello Japanese TeX Development Community , thanks for this upload: On Friday 16 March 2018 at 13:53:52 +0100 CTAN Portal Service wrote: > Upload information: > Package: platex > Summary: pLaTeX2e and miscellaneous macros for pTeX > Version: 2018-03-16 > Author: Japanese TeX Development Community > Author’s email: issue @ texjp.org > Location: /language/japanese/platex/ > License: bsd3 > Upload type: announce > > Announcement text: > ---------------------------------------------------------------------- > * Improve tabular internals. > ---------------------------------------------------------------------- The update has been installed on our central server and will be announced about 24 hours later, when the mirrors have had enough time to pick up the new files. Kind regards, Petra Rübe-Pugliese for the CTAN team ------------------------------------------------------------------------ This package is located at http://mirror.ctan.org/language/japanese/platex/ More information is at https://ctan.org/pkg/platex -- Please send messages to ctan @ ctan.org in English only. Please do not send HTML messages, they are held in our spam filter. Please do not send software via email, use the web upload form. Thanks! From petra @ ctan.org Sun Mar 18 04:12:58 2018 From: petra @ ctan.org (=?iso-2022-jp?b?cGV0cmEgGyRCIXcbKEIgY3Rhbi5vcmc=?=) Date: Sat, 17 Mar 2018 20:12:58 +0100 Subject: [issue:178] CTAN Update: platex Message-ID: The Japanese TeX Development Community submitted an update to the platex bundle. Version: 2018-03-16 License: bsd3 Summary description: pLaTeX2e and miscellaneous macros for pTeX Announcement text: ---------------------------------------------------------------------- * Improve tabular internals. ---------------------------------------------------------------------- The package’s Catalogue entry can be viewed at https://ctan.org/pkg/platex The package’s files themselves can be inspected at http://mirror.ctan.org/language/japanese/platex/ ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese ------------------------------------------------------------------------ We are supported by the TeX users groups. Please join a users group; see https://www.tug.org/usergroups.html . From erik @ ctan.org Wed Mar 28 21:47:40 2018 From: erik @ ctan.org (Erik Braun) Date: Wed, 28 Mar 2018 14:47:40 +0200 (CEST) Subject: [issue:179] Re: CTAN Upload: ptex-fontmaps In-Reply-To: <1396323399.99.1522239274634.JavaMail.tomcat7@comedy.dante.de> References: <1396323399.99.1522239274634.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hello Japanese TeX Development Community, Thanks for this upload: > Package: ptex-fontmaps [found] > Type: announce [found] > Version: 20180328.0 > Author: Japanese TeX Development Community [auth:texjp ] > Location: /fonts/ptex-fontmaps [unmodified] > License: gpl3 pd [was: gpl3 pd] I've installed the new version and updated the catalogue repository. The changes should become available on the mirrors within the next 24 hours. Then I will post this announcement: > Announcement: > * Fix README; mention TLContrib for macOS-specific font maps. Kind regards Erik Braun for the CTAN Team -- Please send messages to this mailing list in English only. Please do not send HTML messages, they are held in our Spam filter. Please do not send software to this list, use the web upload form. From petra @ ctan.org Thu Mar 29 01:30:41 2018 From: petra @ ctan.org (Petra Ruebe-Pugliese) Date: Wed, 28 Mar 2018 18:30:41 +0200 Subject: [issue:180] Re: CTAN Upload: uptex-fonts In-Reply-To: <1625215557.101.1522245914916.JavaMail.tomcat7@comedy.dante.de> References: <1625215557.101.1522245914916.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hello Takuji, thanks for this upload: On Wednesday 28 March 2018 at 16:05:14 +0200 CTAN Portal Service wrote: > Upload information: > Package: uptex-fonts > Summary: Fonts for use with upTeX > Version: 2018-03-28 > Author: Japanese TeX Development Community > Author’s email: issue @ texjp.org > CTAN location: /fonts/uptex-fonts/ > License: bsd3 > Upload type: announce > > Announcement text: > ---------------------------------------------------------------------- > * Refine punctuation marks and parentheses. > * UniJISup-UTF16-V,UniJIS2004up-UTF16-V: > Add U+301E. > ---------------------------------------------------------------------- > > Notes to CTAN maintainers: > ------------------------------------------------------------------------ > Thank you for maintaining CTAN repository. And thank _you_ for contributing valuable material to it :-) > This is the new version of upTeX fonts. > Best regards, > ------------------------------------------------------------------------ Feedback to submitter: Please note that, curiously and in spite of being the only named copyright holder for this package, you have never been registered as a maintainer of it in the CTAN Catalogue. Under these conditions, please upload with "issue @ texjp.org" as the email address. http://mirror.ctan.org/help/ctan/CTAN-upload-addendum.html#authorsemail Alternatively, we can also record you as another maintainter of this package, if you like. ------------------------------------------------------------------------ The update has been installed on our central server and will be announced about 24 hours later, when the mirrors have had enough time to pick up the new files. Kind regards, Petra Rübe-Pugliese for the CTAN team ------------------------------------------------------------------------ This package is located at http://mirror.ctan.org/fonts/uptex-fonts/ More information is at https://ctan.org/pkg/uptex-fonts -- Please send messages to ctan @ ctan.org in English only. Please do not send HTML messages, they are held in our spam filter. Please do not send software via email, use the web upload form. Thanks! From erik @ ctan.org Thu Mar 29 21:50:19 2018 From: erik @ ctan.org (Erik Braun) Date: Thu, 29 Mar 2018 14:50:19 +0200 (CEST) Subject: [issue:181] CTAN update: ptex-fontmaps Message-ID: The Japanese TeX Development Community submitted an update to the ptex-fontmaps package. Version number: 20180328.0 License type: pd gpl3 Summary description: Font maps and configuration tools for Japanese/Chinese/Korean fonts with (u)ptex Announcement text: ---------------------------------------------------------------------- * Fix README; mention TLContrib for macOS-specific font maps. ---------------------------------------------------------------------- The package's Catalogue entry can be viewed at http://www.ctan.org/pkg/ptex-fontmaps The package's files themselves can be inspected at http://mirror.ctan.org/fonts/ptex-fontmaps ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Erik Braun ------------------------------------------------------------------------ We are supported by the TeX users groups. Please join a users group; see http://www.tug.org/usergroups.html . From petra @ ctan.org Fri Mar 30 01:17:18 2018 From: petra @ ctan.org (=?iso-2022-jp?b?cGV0cmEgGyRCIXcbKEIgY3Rhbi5vcmc=?=) Date: Thu, 29 Mar 2018 18:17:18 +0200 Subject: [issue:182] CTAN Update: uptex-fonts Message-ID: Japanese TeX Development Community submitted an update to the uptex-fonts package. Version: 2018-03-28 License: bsd3 Summary description: Fonts for use with upTeX Announcement text: ---------------------------------------------------------------------- * Refine punctuation marks and parentheses. * UniJISup-UTF16-V,UniJIS2004up-UTF16-V: Add U+301E. ---------------------------------------------------------------------- The package’s Catalogue entry can be viewed at https://ctan.org/pkg/uptex-fonts The package’s files themselves can be inspected at http://mirror.ctan.org/fonts/uptex-fonts/ ------------------------------------------------------------------------ Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese ------------------------------------------------------------------------ We are supported by the TeX users groups. Please join a users group; see https://www.tug.org/usergroups.html . From erik @ ctan.org Sat Mar 31 17:43:12 2018 From: erik @ ctan.org (Erik Braun) Date: Sat, 31 Mar 2018 10:43:12 +0200 (CEST) Subject: [issue:183] Re: CTAN Upload: uplatex In-Reply-To: <1629373037.152.1522484621487.JavaMail.tomcat7@comedy.dante.de> References: <1629373037.152.1522484621487.JavaMail.tomcat7@comedy.dante.de> Message-ID: Hello Japanese TeX Development Community, Thanks for this upload: > Package: uplatex [found] > Type: announce [found] > Version: 2018-03-31 > Author: Kazuki Maeda; Japanese TeX Development Community > Location: /language/japanese/uplatex [unmodified] > License: bsd3 [unmodified] I've installed the new version and updated the catalogue repository. The changes should become available on the mirrors within the next 24 hours. Then I will post this announcement: > Announcement: > * Fix usage of \@parse @ version. Kind regards Erik Braun for the CTAN Team -- Please send messages to this mailing list in English only. Please do not send HTML messages, they are held in our Spam filter. Please do not send software to this list, use the web upload form.