%% $Id: hindicaptions.sty,v 1.4 2007-12-31 09:42:14 icebearsoft Exp $ %% This package provides the Hindi caption names for use with XeLaTeX. %% The captions are already included in Polyglossia, namely in %% gloss-hindi.ldf, hence you probably do not need this file. \expandafter\ifx\csname ProvidesPackage\endcsname\relax % Do nothing if used by babelized plain XeTeX \else % Identification for XeLaTeX \ProvidesPackage{hindicaptions}[2019/03/06 v2.17.1 Hindi captions for XeLaTeX] \RequirePackage{ifxetex} \RequireXeTeX \fi % European style date \def\datehindi{\def\today{\number\day\space\ifcase\month\or ���������������\or ���������������\or ���������������\or ���������������\or ������\or ���������\or ������������\or ���������������\or ���������������������\or ���������������������\or ������������������\or ���������������������\fi \space\number\year}} % Captions (with variants) \def\captionshindi{% \def\abstractname{������������������}% \def\appendixname{������������������������}% \def\bibname{������������������ ������������������}% \def\ccname{}% \def\chaptername{������������������}% \def\contentsname{������������ ������������}% \def\enclname{}% \def\figurename{���������������}% ��������������������������� \def\headpagename{���������������}% \def\headtoname{}% \def\indexname{������������}% % ������������ % ��������������������������������� % ��������������������������� \def\listfigurename{��������������������� ������ ������������}% \def\listtablename{������������������������ ������ ������������}% \def\pagename{���������������}% \def\partname{������������}% \def\prefacename{������������������������������}% ��������������������������� \def\refname{���������������}% \def\tablename{������������������}% \def\seename{���������������}% \def\alsoname{������ ���������������}% \def\alsoseename{������ ���������������}} % It is supposed that the modern and traditional variant % will be switched either by selection of the proper fonts % or by using font options \let\datemodernhindi\datehindi \let\captionsmodernhindi\captionshindi