Last active
November 5, 2015 12:57
-
-
Save paulrougieux/642e1ddfb03fa420ea32 to your computer and use it in GitHub Desktop.
Hyphens are not printed when printing from the evince PDF viewer on Debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#LyX 2.1 created this file. For more info see http://www.lyx.org/ | |
\lyxformat 474 | |
\begin_document | |
\begin_header | |
\textclass article | |
\use_default_options true | |
\begin_modules | |
knitr | |
\end_modules | |
\maintain_unincluded_children false | |
\language british | |
\language_package default | |
\inputencoding utf8 | |
\fontencoding global | |
\font_roman default | |
\font_sans default | |
\font_typewriter default | |
\font_math auto | |
\font_default_family default | |
\use_non_tex_fonts false | |
\font_sc false | |
\font_osf false | |
\font_sf_scale 100 | |
\font_tt_scale 100 | |
\graphics default | |
\default_output_format default | |
\output_sync 1 | |
\bibtex_command default | |
\index_command default | |
\paperfontsize default | |
\spacing single | |
\use_hyperref true | |
\pdf_bookmarks true | |
\pdf_bookmarksnumbered false | |
\pdf_bookmarksopen false | |
\pdf_bookmarksopenlevel 1 | |
\pdf_breaklinks false | |
\pdf_pdfborder true | |
\pdf_colorlinks false | |
\pdf_backref false | |
\pdf_pdfusetitle true | |
\papersize default | |
\use_geometry false | |
\use_package amsmath 1 | |
\use_package amssymb 1 | |
\use_package cancel 1 | |
\use_package esint 1 | |
\use_package mathdots 1 | |
\use_package mathtools 1 | |
\use_package mhchem 1 | |
\use_package stackrel 1 | |
\use_package stmaryrd 1 | |
\use_package undertilde 1 | |
\cite_engine natbib | |
\cite_engine_type authoryear | |
\biblio_style plainnat | |
\use_bibtopic false | |
\use_indices false | |
\paperorientation portrait | |
\suppress_date false | |
\justification true | |
\use_refstyle 1 | |
\branch NoChildDocument | |
\selected 0 | |
\filename_suffix 0 | |
\color #faf0e6 | |
\end_branch | |
\index Index | |
\shortcut idx | |
\color #008000 | |
\end_index | |
\secnumdepth 3 | |
\tocdepth 3 | |
\paragraph_separation indent | |
\paragraph_indentation default | |
\quotes_language english | |
\papercolumns 1 | |
\papersides 1 | |
\paperpagestyle default | |
\tracking_changes false | |
\output_changes false | |
\html_math_output 0 | |
\html_css_as_file 0 | |
\html_be_strict false | |
\end_header | |
\begin_body | |
\begin_layout Standard | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod | |
tempor incididunt ut labore et dolore magna aliqua. | |
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi | |
ut aliquip ex ea commodo consequat. | |
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore | |
eu fugiat nulla pariatur. | |
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia | |
deserunt mollit anim id est laborum. | |
\end_layout | |
\end_body | |
\end_document |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\batchmode | |
\makeatletter | |
\def\input@path{{/tmp//}} | |
\makeatother | |
\documentclass[british]{article}\usepackage[]{graphicx}\usepackage[]{color} | |
%% maxwidth is the original width if it is less than linewidth | |
%% otherwise use linewidth (to make sure the graphics do not exceed the margin) | |
\makeatletter | |
\def\maxwidth{ % | |
\ifdim\Gin@nat@width>\linewidth | |
\linewidth | |
\else | |
\Gin@nat@width | |
\fi | |
} | |
\makeatother | |
\definecolor{fgcolor}{rgb}{0.345, 0.345, 0.345} | |
\newcommand{\hlnum}[1]{\textcolor[rgb]{0.686,0.059,0.569}{#1}}% | |
\newcommand{\hlstr}[1]{\textcolor[rgb]{0.192,0.494,0.8}{#1}}% | |
\newcommand{\hlcom}[1]{\textcolor[rgb]{0.678,0.584,0.686}{\textit{#1}}}% | |
\newcommand{\hlopt}[1]{\textcolor[rgb]{0,0,0}{#1}}% | |
\newcommand{\hlstd}[1]{\textcolor[rgb]{0.345,0.345,0.345}{#1}}% | |
\newcommand{\hlkwa}[1]{\textcolor[rgb]{0.161,0.373,0.58}{\textbf{#1}}}% | |
\newcommand{\hlkwb}[1]{\textcolor[rgb]{0.69,0.353,0.396}{#1}}% | |
\newcommand{\hlkwc}[1]{\textcolor[rgb]{0.333,0.667,0.333}{#1}}% | |
\newcommand{\hlkwd}[1]{\textcolor[rgb]{0.737,0.353,0.396}{\textbf{#1}}}% | |
\usepackage{framed} | |
\makeatletter | |
\newenvironment{kframe}{% | |
\def\at@end@of@kframe{}% | |
\ifinner\ifhmode% | |
\def\at@end@of@kframe{\end{minipage}}% | |
\begin{minipage}{\columnwidth}% | |
\fi\fi% | |
\def\FrameCommand##1{\hskip\@totalleftmargin \hskip-\fboxsep | |
\colorbox{shadecolor}{##1}\hskip-\fboxsep | |
% There is no \\@totalrightmargin, so: | |
\hskip-\linewidth \hskip-\@totalleftmargin \hskip\columnwidth}% | |
\MakeFramed {\advance\hsize-\width | |
\@totalleftmargin\z@ \linewidth\hsize | |
\@setminipage}}% | |
{\par\unskip\endMakeFramed% | |
\at@end@of@kframe} | |
\makeatother | |
\definecolor{shadecolor}{rgb}{.97, .97, .97} | |
\definecolor{messagecolor}{rgb}{0, 0, 0} | |
\definecolor{warningcolor}{rgb}{1, 0, 1} | |
\definecolor{errorcolor}{rgb}{1, 0, 0} | |
\newenvironment{knitrout}{}{} % an empty environment to be redefined in TeX | |
\usepackage{alltt} | |
\usepackage[T1]{fontenc} | |
\usepackage[utf8]{inputenc} | |
\synctex=-1 | |
\usepackage{babel} | |
\usepackage[authoryear]{natbib} | |
\usepackage[unicode=true,pdfusetitle, | |
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false, | |
breaklinks=false,pdfborder={0 0 0},backref=false,colorlinks=false] | |
{hyperref} | |
\IfFileExists{upquote.sty}{\usepackage{upquote}}{} | |
\begin{document} | |
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod | |
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim | |
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip | |
ex ea commodo consequat. Duis aute irure dolor in reprehenderit in | |
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur | |
sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt | |
mollit anim id est laborum. | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment