Home
last modified time | relevance | path

Searched refs:footnotes (Results 176 – 200 of 3288) sorted by relevance

12345678910>>...132

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dhtml.c452 const struct footnote **footnotes, in html_put_footnote_markers() argument
460 const struct footnote *f = footnotes[i]; in html_put_footnote_markers()
475 html_put_footnote_markers (html, text->footnotes, text->n_footnotes); in html_put_table_item_text()
489 html_put_footnote_markers (html, layer->footnotes, layer->n_footnotes); in html_put_table_item_layers()
649 html_put_footnote_markers (html, cell.footnotes, cell.n_footnotes); in html_output_table()
H A Dpivot-table.c814 pivot_footnote_destroy (table->footnotes[i]); in pivot_table_unref()
815 free (table->footnotes); in pivot_table_unref()
1050 table->footnotes = x2nrealloc (table->footnotes, in pivot_table_create_footnote__()
1062 table->footnotes[table->n_footnotes++] = f; in pivot_table_create_footnote__()
1066 struct pivot_footnote *f = table->footnotes[idx]; in pivot_table_create_footnote__()
1656 const struct pivot_footnote *f = table->footnotes[i]; in pivot_table_dump()
1909 pivot_value_format (value->footnotes[i]->marker, in pivot_value_format()
1937 free (value->footnotes); in pivot_value_destroy()
2236 if (v->footnotes[i] == footnote) in pivot_value_add_footnote()
2239 v->footnotes = xrealloc (v->footnotes, in pivot_value_add_footnote()
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/report/reports/standard/
H A Dbudget.scm287 (footnotes (get-val params 'footnotes))
381 (if show-note? (footnotes note) "")))
725 (footnotes (make-footnote-collector))
737 (list 'footnotes footnotes)
787 (gnc:html-document-add-object! doc (footnotes 'list))))))
/dports/lang/racket/racket-8.3/share/pkgs/scribble-doc/scriblib/scribblings/
H A Dfootnote.scrbl7 @title[#:tag "footnotes"]{Footnotes}
20 display the registered footnotes.
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/inst/rmd/latex/
H A Ddefault-1.14.tex116 % Make links footnotes instead of hotlinks:
135 \VerbatimFootnotes % allows verbatim text in footnotes
138 %%% Use protect on footnotes to avoid problems with footnotes in titles
/dports/textproc/py-markdown/Markdown-3.3.4/docs/extensions/
H A Dindex.md45     [Footnotes] | `footnotes` | `markdown.extensions.footnotes`
64 [Footnotes]: footnotes.md
/dports/textproc/elixir-earmark/earmark-1.2.5/lib/earmark/
H A Dcontext.ex10 footnotes: map(),
17 footnotes: Map.new,
131 footnote = if options.footnotes, do: ~r{^\[\^(#{@link_text})\]}, else: ~r{\z\A}
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/expansion/
H A Durls.tex32 \paragraph{URLs in footnotes}
42 \paragraph{Probably unexpected URLs in footnotes}
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dfootnote-auto-numbering.ly6 footnotes.
26 reset-footnotes-on-new-page = ##f
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dfootnote-auto-numbering.ly6 footnotes.
26 reset-footnotes-on-new-page = ##f
/dports/textproc/py-misaka/misaka-2.1.1/docs/
H A Dindex.rst189 footnotes EXT_FOOTNOTES
291 .. py:method:: footnotes(content)
293 Depends on the footnotes extension.
297 Depends on the footnotes extension.
301 Depends on the footnotes extension.
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/writers/latex2e/
H A Ddocutils-05-compat.sty97 % * Two-way hyperlinked footnotes and support for symbol footnotes and
98 % ``--footnote-references=brackets`` with ``--use-latex-footnotes``.
114 % - use-latex-footnotes: true (no mixup with figures).
121 % | use-latex-footnotes: False
125 % ``--figure-footnotes --use-docutils-toc --font-encoding=''``
523 % Floats for footnotes settings
526 % Settings for the use of floats for footnotes are only included if
528 % * the option "use-latex-footnotes" is False, and
533 % begin: floats for footnotes tweaking.
543 % end floats for footnotes
[all …]
/dports/print/lout/lout-3.40/doc/expert/
H A Dpri_defi8 footnotes, for example. @I Definitions
11 special features -- footnotes, equations, pages -- that particular
147 text, and a section at the bottom for footnotes (since @Code "//1rt"
188 horizontal line followed by a list of places where footnotes go:
227 and so on for arbitrarily many footnotes.
231 when the need to insert text and footnotes obliges Lout to do so;
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-extensions-0.2.0.4/test/
H A Dfootnotes.md39 <section class="footnotes">
90 Ensure that nested blocks in footnotes are rendered in the
111 <section class="footnotes">
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-extensions-0.2.0.4/test/
H A Dfootnotes.md39 <section class="footnotes">
90 Ensure that nested blocks in footnotes are rendered in the
111 <section class="footnotes">
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-extensions-0.2.1.2/test/
H A Dfootnotes.md39 <section class="footnotes">
90 Ensure that nested blocks in footnotes are rendered in the
111 <section class="footnotes">
/dports/www/moodle310/moodle/lib/markdown/
H A DMarkdownExtra.php122 protected $footnotes = array(); variable in Michelf\\MarkdownExtra
142 $this->footnotes = array();
162 $this->footnotes = array();
1585 $this->footnotes[$note_id] = $this->outdent($matches[2]);
1639 unset($this->footnotes[$note_id]);
1682 if (isset($this->footnotes[$node_id])) {
1687 $this->footnotes_ordered[$node_id] = $this->footnotes[$node_id];
/dports/www/moodle39/moodle/lib/markdown/
H A DMarkdownExtra.php122 protected $footnotes = array(); variable in Michelf\\MarkdownExtra
142 $this->footnotes = array();
162 $this->footnotes = array();
1585 $this->footnotes[$note_id] = $this->outdent($matches[2]);
1639 unset($this->footnotes[$note_id]);
1682 if (isset($this->footnotes[$node_id])) {
1687 $this->footnotes_ordered[$node_id] = $this->footnotes[$node_id];
/dports/devel/9base/9base-6/troff/tmac/me/
H A Drevisions11 -- Fixed problem introduced by 2.2 which occured in footnotes and
21 -- Fixed bug in footnotes caused by 2.2.
43 -- Fixed footnote bug that caused the first line of footnotes
47 -- Fixed footnote bug that caused footnotes invoked at the
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Report/
H A DHtmlRenderer.php202 public function footnotes(): void function in Fisharebest\\Webtrees\\Report\\HtmlRenderer
253 $this->footnotes();
268 $this->footnotes();
285 $this->footnotes();
H A DPdfRenderer.php105 $this->footnotes();
125 $this->footnotes();
137 public function footnotes(): void function in Fisharebest\\Webtrees\\Report\\PdfRenderer
163 $this->footnotes();
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/tmac/me/
H A Drevisions11 -- Fixed problem introduced by 2.2 which occured in footnotes and
21 -- Fixed bug in footnotes caused by 2.2.
43 -- Fixed footnote bug that caused the first line of footnotes
47 -- Fixed footnote bug that caused footnotes invoked at the
/dports/textproc/py-markdown2/markdown2-2.3.6/test/tm-cases/
H A Dfootnotes_markup.tags1 footnotes
H A Dfootnotes_letters.tags1 footnotes
/dports/print/texinfo/texinfo-6.8/po/
H A DPOTFILES.in16 info/footnotes.c
17 info/footnotes.h

12345678910>>...132