diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex b/Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex index 842d6fbd0e2..3c050812be9 100644 --- a/Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex +++ b/Master/texmf-dist/doc/latex/knowledge/knowledge-example.tex @@ -56,12 +56,12 @@ \knowledge{knowledges}{synonym} \knowledge{Knowledges}{synonym} -% Some other configurations are possible, such as: +% Some other configurations are possible, such as external url's or replacement texts: \knowledge{LaTeX}[latex|LATEX|Latex]{url={https://fr.wikipedia.org/wiki/LaTeX}, text=\LaTeX} % Configurations can also be made contextual. For instance, the % following knowledge is only accessible directly in the introduction. -% It can nevertheless be used from elswhere using "pdflatex@@section:introduction", +% It can nevertheless be used from elsewhere using "pdflatex@@section:introduction", \knowledge{pdflatex}{scope={section:example},url={https://en.wikipedia.org/wiki/PdfTeX}, typewriter} % or \kl(section:introduction){pdflatex}. See 'scoping' in the documetation for more details. @@ -124,6 +124,6 @@ The `@' symbol allows some flexibility by having a displayed text different from \end{quote} However, using undefined "knowledges" will not cause compile time errors, but be displayed as in the following `"unknown knowledge"' (i.e. in non-"paper mode" in brown, but in regular black in "paper mode" or "electronic mode"). \AP The ""diagnose file"" (that ends with a \texttt{.diagnose} extension) contains detailed information about these warnings, and should be read often when finalizing the document. -\AP Small red corners are visible in the margin. These are called ""anchor points"" and are introduced +\AP Small red corners called ""anchor points"" are visible in the margin, and represent the precise location in a pdf document where an internal link jumps. These are introduced using the \texttt{\detokenize{\AP}}command, commonly at the beginning of each paragraph that introduce some concept, or even in the middle of the paragraph. The "anchor points" become invisible in "paper@paper mode" or "electronic mode". \end{document}
\ No newline at end of file |