From 2d7d576af0d3493a4806b6ec730d43824550e4ab Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 24 Jul 2020 21:56:33 +0000 Subject: chhaya (24jul20) git-svn-id: svn://tug.org/texlive/trunk@55932 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/chhaya/chhaya.sty | 74 +++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/chhaya/chhaya.sty (limited to 'Master/texmf-dist/tex/latex/chhaya/chhaya.sty') diff --git a/Master/texmf-dist/tex/latex/chhaya/chhaya.sty b/Master/texmf-dist/tex/latex/chhaya/chhaya.sty new file mode 100644 index 00000000000..5dc5152e6b0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/chhaya/chhaya.sty @@ -0,0 +1,74 @@ +%% +%% This is file `chhaya.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% chhaya.dtx (with options: `package') +%% +%% ------------------------------------------------------------------------- +%% आज्ञासंच: chhaya +%% लेखक: निरंजन +%% आवृत्ती: ०.१ (जुलै, २०२०) +%% माहिती: भाषावैज्ञानिक छायांगांचे संक्षेप पुरवणारा आज्ञासंच +%% दुवा: https://gitlab.com/niranjanvikastambe/chhaya +%% अडचणी: https://gitlab.com/niranjanvikastambe/chhaya/-/issues +%% परवाना: लाटेक् प्रकल्प परवाना. आवृत्ती १.३सी किंवा त्यापुढील. +%% +%% अधिक माहितीकरिता chhaya.dtx ही बीज-धारिका पाहा. +%% --------------------------------------------------------------------------- +%% हे काम लाटेक् प्रकल्प परवान्याच्या (१.३सी अथवा त्यापुढील) अटींचे पालन करून वितरित केले जाऊ शकते +%% तसेच सुधारले जाऊ शकते. +%% +%% ह्या परवान्याची नवीनतम प्रत खालील दुव्यावर उपलब्ध आहे. +%% +%% http://www.latex-project.org/lppl.txt. +%% +%% हा आज्ञासंचाची लाटेक् प्रकल्पाच्या नियमांनुसार देखरेख केली जात आहे. +%% +%% ह्या आज्ञासंचाचा लेखक व पालक निरंजन आहे. +%% +%% ह्या कामात chhaya.dtx, chhaya.ins तसेच त्यांपासून निर्माण केलेली +%% chhaya.sty ही धारिका समाविष्ट आहे. +%% -------------------------------------------------------------------------- +%% Package: chhaya +%% Author: Niranjan +%% Version: 0.1 (July, 2020) +%% Description: For linguistic glossing in Marathi language. +%% Repository: https://gitlab.com/niranjanvikastambe/chhaya +%% Bug tracker: https://gitlab.com/niranjanvikastambe/chhaya/-/issues +%% License: The LaTeX Project Public License v1.3c or later. +%% --------------------------------------------------------------------------- +%% +\def\chhayaPackageName{chhaya} +\def\chhayaPackageVersion{०.१} +\def\chhayaPackageDate{जुलै, २०२०} +\def\chhayaPackageDescription{भाषावैज्ञानिक छायांगांचे संक्षेप पुरवणारा आज्ञासंच} +\ProvidesPackage{chhaya} +\NeedsTeXFormat{LaTeX2e} +\RequirePackage{fontspec} +\RequirePackage[acronym]{glossaries} +\pgfkeys{ + chhaya/.is family, + chhaya/.cd, + समरेखा/.code={\setfontfamily\test@acronymfont[Script=Devanagari,Mapping=devanagarinumerals]{#1}}, + समरेखा=Mukta, + समरेखा/.default=Shobhika, +} +\DeclareTextFontCommand{\textacronym}{\test@acronymfont} +\def\chhaya@setkey#1{\pgfkeys{chhaya/.cd,#1}} +\DeclareOption*{\expandafter\chhaya@setkey\expandafter{\CurrentOption}} +\ProcessOptions +\newcommand{\छायांग}[2] +{ + \newacronym{#1}{\textacronym{#1}}{#2} + \expandafter\newcommand\csname#1\endcsname{\acrshort{#1}} +} +\makeglossaries +\input{sankshep.tex} +\providecommand{\छायांगसूची}{ + \printglossary[type=\acronymtype,title={छायांगसूची}] +} +\endinput +%% +%% End of file `chhaya.sty'. -- cgit v1.2.3