From ff4f9fc5988300f1893fe8d118eda8c244e9c2eb Mon Sep 17 00:00:00 2001 From: Jaromil Date: Thu, 17 Jan 2019 22:20:51 +0100 Subject: [PATCH] fix pdf rendering of comments also see: https://github.com/laboon/ebook/issues/139 --- MCL.md | 55 +++++++++++++++++++++++----------------------- views/template.tex | 2 ++ 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/MCL.md b/MCL.md index 1983567..17a0044 100644 --- a/MCL.md +++ b/MCL.md @@ -53,34 +53,33 @@ Follows the proposed taxonomy replicated as a structure of folders ``` Communication -├── 1.Brand -├── 2.Moodboards -│   ├── 1.Health -│   ├── 2.Economy -│   ├── 3.Mobility -│   ├── 4.Public-Services -│   ├── 5.EnergyAndSustainability -│   └── 6.OpenInnovativeProjects -├── 3.Texts -│   ├── 1.Internal-EU -│   ├── 2.External -│   └── 3.Divulgative -├── 4.NGI-Identity -├── 5.SoftwareDocumentation -├── 6.TV -├── 7.Gadgets -├── 8.Other -├── 9.projects-firstround -│   ├── 1.Health -│   │   └── example-project-folder -│   │   ├── press -│   │   └── promo -│   ├── 2.Economy -│   ├── 3.Mobility -│   ├── 4.Public-Services -│   ├── 5.EnergyAndSustainability -│   └── 6.OpenInnovativeProjects - + 1.Brand + 2.Moodboards + 1.Health + 2.Economy + 3.Mobility + 4.Public-Services + 5.EnergyAndSustainability + 6.OpenInnovativeProjects + 3.Texts + 1.Internal-EU + 2.External + 3.Divulgative + 4.NGI-Identity + 5.SoftwareDocumentation + 6.TV + 7.Gadgets + 8.Other + 9.projects-firstround + 1.Health + - example-project-folder + - press + - promo + 2.Economy + 3.Mobility + 4.Public-Services + 5.EnergyAndSustainability + 6.OpenInnovativeProjects ``` diff --git a/views/template.tex b/views/template.tex index 9387e0f..0ed0a1e 100644 --- a/views/template.tex +++ b/views/template.tex @@ -152,6 +152,8 @@ $if(logo)$ \logo{\includegraphics{$logo$}} $endif$ +\newcommand{\passthrough}[1]{\lstset{mathescape=false}#1\lstset{mathescape=true}} + \begin{document} \maketitle