File: 2002_define_missing_latex_cmd_plus.patch

package info (click to toggle)
libsrtp2 2.0.0%2B20170123-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,760 kB
  • ctags: 1,344
  • sloc: ansic: 14,833; sh: 3,430; makefile: 375
file content (20 lines) | stat: -rw-r--r-- 686 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Provide missing definiton of \+ command
 doxygen's tex output contains a \+ command, which would normally
 be defined in the standard doxygen header, but srtp is using a
 custom header which lacks this definition.
 This patch adds the missing definition, following the approach
 used to solve https://bugs.debian.org/751355 .
Author: Si Padmore <sipadmore@gmx.co.uk>
Last-Update: 2014-08-22
Bug-Debian: http://bugs.debian.org/752970

--- a/doc/header.template
+++ b/doc/header.template
@@ -77,6 +77,7 @@
 \fontfamily{ppl}
 \selectfont
 
+\newcommand{\+}{\discretionary{\mbox{\scriptsize$\hookleftarrow$}}{}{}}
 
 \renewcommand{\familydefault}{\sfdefault}
 \begin{document}