-
Notifications
You must be signed in to change notification settings - Fork 0
/
langsci-basic.sty
30 lines (25 loc) · 1.2 KB
/
langsci-basic.sty
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% File: langsci-basic.sty
%% Author: Language Science Press (http://langsci-press.org)
%% Date: 2016-01-16 16:47:43 UTC
%% Purpose: This file contains essential macros and is included
%% into langscibook.cls
%% Language: LaTeX
%% Licence:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\ob}{{\upshape [}} %opening bracket
\newcommand{\cb}{{\upshape ]}} %closing bracket
\newcommand{\op}{{\upshape (}} %opening paren
\newcommand{\cp}{{\upshape )}} %closing paren
\newcommand{\db}{\hspaceThis{[}} %dummy space for [ in IMT line
% \newcommand{\rmfnm}{{\upshape\footnotemark}} %romanfootnotemark
% old font commands
\renewcommand{\it}{\itshape}
\renewcommand{\bf}{\bfseries}
\renewcommand{\sc}{\scshape}
\renewcommand{\rm}{\upshape}
% Default commands for loaded graphics
\renewcommand{\includespinelogo}{\includegraphics{langsci_spinelogo_nocolor}}
\renewcommand{\includestoragelogo}{\includegraphics[width=5cm]{storagelogo}}
\renewcommand{\includepublisherlogo}{\includegraphics{langsci_logo_nocolor}}
\renewcommand{\includechapterfooterlogo}{\includegraphics{langsci_spinelogo_nocolor}}