@@ 486,17 486,17 @@ is non-nil, various latex commands will be inserted."
*:description t* will add a summary of all the components used in
this buffer with their description, just before the datasheets.
-: #+BEGIN: bom-datasheet
+: #+BEGIN: bom-datasheet
:
-: #+LaTeX: \includepdf[pages=-,landscape=true,addtotoc={1, subsection, 1, CDs,CD.pdf}]{\DATASHEETPATH/CD.pdf}
+: #+LaTeX: \includepdf[pages=-,landscape=true,addtotoc={1, subsection, 1, CDs,CD.pdf}]{\DATASHEETPATH/CD.pdf}
:
-: #+END:
+: #+END:
As you may have noticed, there's a LaTeX variable in this command:
\DATASHEETPATH. In order to work, you must set this variable
using:
-: #+LATEX_HEADER: \newcommand{\DATASHEETPATH}{Name-of-the-folder/}'
+: #+LATEX_HEADER: \newcommand{\DATASHEETPATH}{Name-of-the-folder/}'
Name-of-the-folder is the folder where the datasheets' files
are located.