10.5.1 Predicate reference for the LaTeX backend
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog Source Documentation Version 2
Running the documentation system
Including PlDoc in a LaTeX document
Predicate reference for the LaTeX backend
doc_latex/3
latex_for_file/3
latex_for_wiki_file/3
latex_for_predicates/3
Availability:
:- use_module(
library(doc_latex)
).
(can be autoloaded)
[det]
latex_for_predicates
(
+PI:list, +Out, +Options
)
Generate LaTeX for a list of predicate indicators. This does
not
produce the
\
begin{description}...
\
end{description} environment, just a plain list of
\
predicate, etc. statements. The current implementation ignores
Options
.