Commit 5c99d8ad authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

doc: fix listings for copy&pasting from pdf

parent 44f85b6f
\documentclass[a4paper, 12pt]{article} \documentclass[a4paper, 12pt]{article}
\usepackage[english]{babel} \usepackage[english]{babel}
\usepackage{fullpage} \usepackage{fullpage}
...@@ -14,12 +13,13 @@ ...@@ -14,12 +13,13 @@
\definecolor{light-gray}{gray}{0.95} \definecolor{light-gray}{gray}{0.95}
\usepackage{textcomp} \usepackage{textcomp}
% set listings as in other WR-doc(s) % set listings as in other WR-doc(s)
\lstset{upquote=true, frame=single, captionpos=b, caption=, basicstyle=\scriptsize, backgroundcolor=\color{light-gray}, label=lst:init_src} \lstset{columns=flexible, upquote=true, frame=single, captionpos=b, caption=, basicstyle=\scriptsize, backgroundcolor=\color{light-gray}, label=lst:init_src}
\usepackage{longtable} % table over many pages \usepackage{longtable} % table over many pages
\usepackage[document]{ragged2e} %texta djustment \usepackage[document]{ragged2e} %texta djustment
\usepackage{mdwlist} % to have tight itemization \usepackage{mdwlist} % to have tight itemization
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[T1]{fontenc}
\usepackage{lmodern}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document} \begin{document}
...@@ -1784,4 +1784,4 @@ This is not needed if the dump is retrieved using Etherbone. ...@@ -1784,4 +1784,4 @@ This is not needed if the dump is retrieved using Etherbone.
% LocalWords: tarball toolchain specsw sudo Etherbone % LocalWords: tarball toolchain specsw sudo Etherbone
\end{document} \end{document}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment