-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtemplate_HSSA.tex
More file actions
78 lines (56 loc) · 1.74 KB
/
Copy pathtemplate_HSSA.tex
File metadata and controls
78 lines (56 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
\RequirePackage{snapshot}
% This is the template file for articles to appear in the journal HSSA (hssa-journal.org).
% The class and style files mentioned below are maintained at
% https://github.com/wujastyk/HSSA
% where they are publicly available. There is also simple documentation available
% there for journal authors and for typesetters.
% -- Dominik Wujastyk, 2021-01-01
\documentclass{hssa}
\usepackage{hssa}
\addbibresource{\jobname.bib}
% name your bibliography file the same as this file, with extension .bib
\HSSAissuenum{999}
\HSSAissuedate{9999}
\HSSAarticletitle{The Title}
\HSSAauthorname{The Author}
\HSSAauthoraddress{University of University}
\HSSAfirstpage{88}
\HSSAlastpage{99}
\DOI{to be assigned by the editor}
% \usepackage[figuresright]{rotating} % for rotating figures sometimes
\begin{document}
\input{sanskrit-hyphenations}
%\renewcommand{\q}[1]{\relax }
\MSnocite{Pune BORI 220 of 1882--83}
\MSnocite{Chennai ARL 75278}
\section*{Introduction}
\lettrine[lines=2,loversize=.1] {I}{n} the contemporary
global market for wellness, the combining of Yoga and
\begin{small}
\section*{Abbreviations}
\begin{longtable}{ll}
ms.\ &manuscript\\
Ed.\ &Edition\\
\end{longtable}
\nocite{*}
One thing and another.
\newpage
This and that.
\defbibnote{blurb01}{\emph{In English alphabetical order.}}
\printshorthands
[title=Acronyms,
notkeyword=edition, % not flagged as such in the bib file
]
\printshorthands
[title=Text Editions,
prenote=blurb01,
keyword=edition, % flagged as such in the bib file
sorting=special,
]
\printindex[manuscripts]
\printbibliography
[title=Secondary Literature,
sorting=nyt,
notkeyword=edition] % keep the editions in the Text Editions section only
\end{small}
\end{document}