blob: 45d664c2817bc78e8dd9bca215653ce6a13d1e95 (
plain)
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
|
% !TEX TS-program = lualatex
% selnolig-bugreport.tex, 2013/08/08
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage{fontspec}
% Choose a different font if desired:
\setmainfont{EB Garamond 12 Regular}
% Comment out the next instruction if you don't use babel;
% and set the language version that meets your needs.
\usepackage[ngerman]{babel}
% Choose either ngerman or english as the language option
\usepackage[ngerman]{selnolig}
\begin{document}
\paragraph*{Version of selnolig package used:}
\selnoligpackageversion, \selnoligpackagedate
% these macros are defined in selnolig.sty
\subsection*{Type-I errors: Words that contain ligatures that should be suppressed}
[List words here]
\subsection*{Type-II errors: Words for which ligatures are being suppressed improperly}
[List words here]
\subsection*{Other issues}
Examples: problems with user guide; problems caused by the package's lua code
(and, please, suggestions for bug fixes)
\end{document}
|