From 997af5c58ef1a53bce77e16dccb79ec08bac0dd5 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 7 Aug 2017 18:53:21 +0200 Subject: Stop using small caps, update travis CI job --- .travis.yml | 14 ++++++++++---- mmbtools.tex | 19 +++++++++---------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0e674b..a1ca3c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,16 @@ notifications: on_success: change on_failure: always on_start: never -before_install: -- sudo apt-get update && sudo apt-get install -y --no-install-recommends texlive-fonts-recommended - texlive-latex-extra texlive-fonts-extra texlive-latex-recommended texlive-science - dvipng cm-super +addons: &addons + apt: + - texlive-latex-recommended + - texlive-latex-extra + - texlive-fonts-recommended + - texlive-fonts-extra + - texlive-science + - texlive-pictures + - dvipng + - cm-super script: - | make diff --git a/mmbtools.tex b/mmbtools.tex index d96e265..f8a9cbd 100644 --- a/mmbtools.tex +++ b/mmbtools.tex @@ -53,15 +53,6 @@ %\usepackage{titlesec} -\usepackage[pdftex, - pdfauthor={Matthias P. Braendli}, - pdftitle={ODR-mmbTools Documentation}, - pdfsubject={}, - pdfkeywords={Digital Audio Broadcasting,DAB,single-frequency network,SFN,mmbTools,ODR-mmbTools,open-source,software-defined radio}, - pdfcreator=pdflatex]{hyperref} -\hypersetup{colorlinks, citecolor=black, filecolor=black, linkcolor=black, urlcolor=black} - -\newcommand{\weblink}[2]{\href{#1}{\url{#1}: \textsc{#2}}} \newcommand{\footnoteurl}[1]{\footnote{\url{#1}}} \newcommand{\us}{\,\si{\micro\second}\xspace} \newcommand{\km}{\,\si{\kilo\meter}\xspace} @@ -102,6 +93,14 @@ Open-Source Software-Defined \dabplus Tools} \usepackage{smartdiagram} +\usepackage[pdftex, + pdfauthor={Matthias P. Braendli}, + pdftitle={ODR-mmbTools Documentation}, + pdfsubject={}, + pdfkeywords={Digital Audio Broadcasting,DAB,single-frequency network,SFN,mmbTools,ODR-mmbTools,open-source,software-defined radio}, + pdfcreator=pdflatex]{hyperref} +\hypersetup{colorlinks, citecolor=black, filecolor=black, linkcolor=black, urlcolor=black} + % LaTeX magic: make sections have a cleardoublepage % Useful for twoside only %\let\stdsection\section @@ -147,7 +146,7 @@ clock_config_t}, \begin{center} \Large - \textsc{Opendigitalradio\\\href{http://opendigitalradio.org}{http://opendigitalradio.org}\\2014--2017} + Opendigitalradio\\\href{http://opendigitalradio.org}{http://opendigitalradio.org}\\2014--2017 \end{center} \vspace{\fill} \vspace*{\stretch{2}} -- cgit v1.2.3