\documentclass[10pt,letterpaper]{article} % /media/bill/PROJECTS/miniProjects/Randell Mills/Holverstott 2016 Hydrino energy.txt % www.BillHowell.ca 12Jun2018 started reading, 09Sep2018 finished (ultra-fast reading time for me!), % 09Sep2018 started write-up of jottings in book % To make this text file readable, set your text editor to : % - tabs every 3 spaces % - read in a constant-width font (eg Courier 10) % - line wrap to indent to the tab setting of the previous line. % 20Nov2018 current point p101 - tallying list of key concepts % To download packages : LMDE2 Software Manager, type in package name and see what pops up (eg Texlive-latex-extra \& makecell) \usepackage[utf8]{inputenc} % font encoding \usepackage{amsmath} % math symbols \usepackage{amsfonts} % math fonts % setspace for line spacing - http://www.tex.ac.uk/cgi-bin/texfaq2html?label=linespace. % 10Aug2018 - this is useless for me right now as I want fractional line spacing %\usepackage{/media/bill/PROJECTS/System\_maintenance/tex/styFiles/setspace} % renew commands \renewcommand{\familydefault}{\sfdefault} \renewcommand{\baselinestretch}{1.0} % headers https://stackoverflow.com/questions/559938/in-latex-how-can-one-add-a-header-footer-in-the-document-class-letter \usepackage{fancyhdr} \pagestyle{fancy} \lhead{Howell's review of "Randell Mills and the search for hydrino energy"} \chead{} \rhead{page \thepage} \lfoot{} \cfoot{} \rfoot{} \renewcommand{\headrulewidth}{0.4pt} %\renewcommand{\footrulewidth}{0.4pt} % page setup \usepackage{geometry} \geometry{letterpaper,margin=0.5in} % paragraphs \setlength{\parindent}{0pt} \setlength{\parskip}{1em} \setlength\itemsep{0pt} % tables \usepackage{makecell} % cell formatting: \thead - center horizontally, - line breaks, etc \usepackage[export]{adjustbox} % valign text \& image in a cell - 06Sep2018 didn't work for me \usepackage{longtable} % \belowbaseline - valign text \& image in a cell % headings & table of contents : shorthand to TeX % subsection \textgreater\textgreater\textvisiblespace \textgreater\textgreater\textvisiblespace \textgreater\textgreater\textvisiblespace % section \textgreater\textgreater\textvisiblespace \textgreater % comment \textgreater\textgreater\textvisiblespace % $ cat "/media/bill/RaspPi_ext4_32Gb/Projects/Holverstott 2016 Hydrino energy.tex" | sed 's/^\textgreater\textgreater\textvisiblespace \textgreater\textgreater\textvisiblespace \textgreater\textgreater\textvisiblespace }\(.*\)/\\subsection{\1}/' | sed 's/^\textgreater\textgreater\textvisiblespace \textgreater \(.*\)/\\section{\1}/' | sed 's/^\textgreater\textgreater\textvisiblespace /\textgreater\textgreater\textvisiblespace /' \textgreater"/media/bill/ramdisk/Holverstott 2016 Hydrino energy.tex" % itemize and enumerate line spacing %\usepackage{enumitem}[noitemsep,nolistsep] - must find that package! % cool from https://alvinalexander.com/blog/post/latex/control-line-spacing-in-itemize-enumerate-tags % didn't work for me?! \newenvironment{packed_enum}{ \begin{enumerate} \setlength{\itemsep}{1pt} \setlength{\parskip}{0pt} \setlength{\parsep}{0pt} }{\end{enumerate}} % tables - [L,C,R] may cause problems with some packages... \usepackage{array} \newcolumntype{L}[1]{>{\raggedright\let\newline\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{C}[1]{>{\centering\let\newline\arraybackslash\hspace{0pt}}m{#1}} \newcolumntype{R}[1]{>{\raggedleft\let\newline\arraybackslash\hspace{0pt}}m{#1}} % symbols \usepackage{amssymb} % images \usepackage{graphicx} %\usepackage[justification=centering]{caption} %\graphicspath{ {/media/bill/PROJECTS/2019 IJCNN Budapest/images/} } %\usepackage{caption} - file caption.sty not found ... % hyperlinks \usepackage{hyperref} \usepackage{caption} \DeclareCaptionFormat{empty}{} \captionsetup{format=empty,aboveskip=0pt,belowskip=0pt} % -------------------------------------------------------------------------------------- \begin{document} \begin{center}