Added index style page

This commit is contained in:
Kenneth John Odle 2026-07-25 13:49:57 -04:00
parent 370226ff41
commit 134c577bdd
4 changed files with 14 additions and 2 deletions

View File

@ -13,6 +13,8 @@ All contents \copyright\kpubyear{} Kenneth John Odle
\kref{https://just13.click/just13/useful-linux-commands}{just13.click/just13/useful-linux-commands} \kref{https://just13.click/just13/useful-linux-commands}{just13.click/just13/useful-linux-commands}
\medskip
\noindent{}This is typeset in \LaTeX \,using the memoir document class. It then gets exported to a letterhalf (5.5 in x 8.5 in) pdf, which then gets made into a booklet using PDF Booklet, which you can find at \noindent{}This is typeset in \LaTeX \,using the memoir document class. It then gets exported to a letterhalf (5.5 in x 8.5 in) pdf, which then gets made into a booklet using PDF Booklet, which you can find at
\kref{https://pdfbooklet.sourceforge.io/wordpress/}{https://pdfbooklet.sourceforge.io/wordpress/} \kref{https://pdfbooklet.sourceforge.io/wordpress/}{https://pdfbooklet.sourceforge.io/wordpress/}

View File

@ -1,6 +1,6 @@
\chapter{Introduction} \chapter{Introduction}
What follows here is a compendium of commands and their options that I have found useful while using Linux on the command line. That is all. This started out as notes to myself and I decided to make it a zine, based on the good feedback I got from my hand-written zine \textit{Do it in the Terminal}. I have intended to make a sequel to that one for some time, but because the amount of information I can contain in a zine of that size is limited, I decided to go with one set in \LaTeX{} instead. What follows here is a compendium of Linux commands and various options that I have found useful. That is all. This started out as notes to myself and I decided to make it a zine, based on the good feedback I got from my hand-written zine \textit{Do it in the Terminal}. I have intended to make a sequel to that one for some time, but because the amount of information I can contain in a zine of that size is limited, I decided to go with one typeset in \LaTeX{} instead.
\paragraph{Organization} This zine is organized by the \textit{output}. For example, if you want to get images out of a pdf file, you would look in the ``Images'' chapter. If you want to get text out of a pdf, you would look in the ``Text'' chapter. If you want to \textit{convert} something to a pdf, or you want to combine pdf files into one (or separate one into many), then you would look in the ``PDF'' chapter. \paragraph{Organization} This zine is organized by the \textit{output}. For example, if you want to get images out of a pdf file, you would look in the ``Images'' chapter. If you want to get text out of a pdf, you would look in the ``Text'' chapter. If you want to \textit{convert} something to a pdf, or you want to combine pdf files into one (or separate one into many), then you would look in the ``PDF'' chapter.

10
parts/index_style.ist Normal file
View File

@ -0,0 +1,10 @@
headings_flag 1
heading_prefix "\n\\centering\\large\\Fontlukas\\bfseries%
\\noindent\\textbf{"heading_suffix "}\\par\\nopagebreak\\normalfont\n"
item_0 "\n \\item \\small "
delim_0 " \\dotfill "
delim_1 " \\hfill "
delim_2 " \\hfill "

View File

@ -9,7 +9,7 @@
%%% Get it started %%% Get it started
\checkandfixthelayout % Required if you have altered settings for the memoir class \checkandfixthelayout % Required if you have altered settings for the memoir class
% Make an index % Make an index
\makeindex[title=Packages Mentioned, intoc] \makeindex[columns=3, title=Packages Mentioned, intoc]
\begin{document} \begin{document}
\pagenumbering{roman} \pagenumbering{roman}