From c73e16e048251facdca23a69c7a43f48598d9643 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 22 Oct 2016 22:03:17 +0000 Subject: context-cmscbf git-svn-id: svn://tug.org/texlive/trunk@42327 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/context/third/cmscbf/cmscbf-demo.pdf | Bin 0 -> 51786 bytes .../doc/context/third/cmscbf/cmscbf-doc.pdf | Bin 0 -> 123339 bytes .../tex/context/third/cmscbf/t-cmscbf.tex | 42 +++++++++++++++++++++ Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/libexec/ctan2tds | 2 + Master/tlpkg/tlpsrc/collection-context.tlpsrc | 2 + Master/tlpkg/tlpsrc/context-cmscbf.tlpsrc | 2 + Master/tlpkg/tlpsrc/context-cmttbf.tlpsrc | 2 + 8 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/context/third/cmscbf/cmscbf-demo.pdf create mode 100644 Master/texmf-dist/doc/context/third/cmscbf/cmscbf-doc.pdf create mode 100644 Master/texmf-dist/tex/context/third/cmscbf/t-cmscbf.tex create mode 100644 Master/tlpkg/tlpsrc/context-cmscbf.tlpsrc create mode 100644 Master/tlpkg/tlpsrc/context-cmttbf.tlpsrc diff --git a/Master/texmf-dist/doc/context/third/cmscbf/cmscbf-demo.pdf b/Master/texmf-dist/doc/context/third/cmscbf/cmscbf-demo.pdf new file mode 100644 index 00000000000..6f45bb60a00 Binary files /dev/null and b/Master/texmf-dist/doc/context/third/cmscbf/cmscbf-demo.pdf differ diff --git a/Master/texmf-dist/doc/context/third/cmscbf/cmscbf-doc.pdf b/Master/texmf-dist/doc/context/third/cmscbf/cmscbf-doc.pdf new file mode 100644 index 00000000000..bce42c35d55 Binary files /dev/null and b/Master/texmf-dist/doc/context/third/cmscbf/cmscbf-doc.pdf differ diff --git a/Master/texmf-dist/tex/context/third/cmscbf/t-cmscbf.tex b/Master/texmf-dist/tex/context/third/cmscbf/t-cmscbf.tex new file mode 100644 index 00000000000..b3903fa7614 --- /dev/null +++ b/Master/texmf-dist/tex/context/third/cmscbf/t-cmscbf.tex @@ -0,0 +1,42 @@ +%D \useregime[il9] +%D \enableregime[il9] +%D \module +%D [ file=t-cmscbf, +%D version=2006.09.12, +%D title=\CONTEXT\ User Module, +%D subtitle=Bold Small Caps for Computer/Latin Modern, +%D author=Peter Münster, +%D date=\currentdate, +%D copyright={Peter Münster}] +%C This module is copyrighted by Peter Münster. +%C Please send any comments to pmrb at free.fr. + +% 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. + +\writestatus{loading}{Bold Small Caps for Computer/Latin Modern} + +\definebodyfont[15pt,14pt,13pt,12pt,11pt,10pt,9pt,8pt,7pt,6pt,5pt] + [sc] [bf=cmbcsc10 sa 1, tf=cmcsc10 sa 1] + +%D Hint: when producing PDF, adjust your resolution with +%D \type{\pdfpkresolution=xxx} + +\doifnotmode{demo}{\endinput} + +%D Usage example: +\usemodule[cmscbf] +\useregime[il9] +\enableregime[il9] +\pdfpkresolution=1200 +\starttext +{\sc Normal and \bf bold Small Caps.} +{\sc Äö¤½æ¼Æ \bf Äö¤½æ¼Æ} +\stoptext diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index ff4fd57adc0..c03dac753fb 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -158,7 +158,7 @@ my @TLP_working = qw( complexity components-of-TeX comprehensive computational-complexity concepts concmath concmath-fonts concprog concrete confproc constants conteq context-account context-algorithmic context-animation context-annotation - context-bnf context-chromato + context-bnf context-chromato context-cmscbf context-cmttbf context-construction-plan context-cyrillicnumbers context-degrade context-fancybreak context-filter context-french context-fullpage diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3354139c709..4b167e3d7b2 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -273,6 +273,8 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'context-annotation', "&MAKEcopy", 'context-bnf', "&MAKEcopy", 'context-chromato', "&MAKEcopy", + 'context-cmscbf', "&MAKEcopy", + 'context-cmttbf', "&MAKEcopy", 'context-cyrillicnumbers', "&MAKEcopy", 'context-construction-plan',"&MAKEcopy", 'context-degrade', "&MAKEcopy", diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc index 96e11d3e544..c484ecb3eb5 100644 --- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc @@ -17,6 +17,8 @@ depend context-animation depend context-annotation depend context-bnf depend context-chromato +depend context-cmscbf +depend context-cmttbf depend context-construction-plan depend context-cyrillicnumbers depend context-degrade diff --git a/Master/tlpkg/tlpsrc/context-cmscbf.tlpsrc b/Master/tlpkg/tlpsrc/context-cmscbf.tlpsrc new file mode 100644 index 00000000000..80e71c2e536 --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-cmscbf.tlpsrc @@ -0,0 +1,2 @@ +category ConTeXt +depend context diff --git a/Master/tlpkg/tlpsrc/context-cmttbf.tlpsrc b/Master/tlpkg/tlpsrc/context-cmttbf.tlpsrc new file mode 100644 index 00000000000..80e71c2e536 --- /dev/null +++ b/Master/tlpkg/tlpsrc/context-cmttbf.tlpsrc @@ -0,0 +1,2 @@ +category ConTeXt +depend context -- cgit v1.2.3