Home
last modified time | relevance | path

Searched refs:footnotes (Results 126 – 150 of 3288) sorted by relevance

12345678910>>...132

/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/text/
H A DXFootnotesSupplier.idl32 /** makes it possible to access the footnotes within
37 /** returns a collection of footnotes.
42 the footnotes settings of the document.
/dports/textproc/elixir-earmark/earmark-1.2.5/test/functional/parser/
H A Dfootnotes_test.exs16 %Block.FnList{attrs: ".footnotes", lnb: 3,
39 …%Earmark.Block.FnList{attrs: ".footnotes", blocks: [%Earmark.Block.FnDef{attrs: nil, lnb: 3, block…
69 {blocks, context} = Earmark.parse(str, %Options{footnotes: true})
/dports/databases/pgloader3/cl-markdown-20191227-git/dev/
H A Ddefinitions.lisp23 '(table-of-contents property set-property anchor footnote footnotes
27 '(table-of-contents property set-property anchor footnote footnotes
/dports/textproc/p5-podlators/podlators-4.14/
H A DNOTES16 Two POD elements are added to support footnotes:
23 footnotes don't work correctly. I don't think they should be
54 multi-sentence (much less multi-paragraph) footnotes. If the
59 examples, detailed arguments, disclaimers, etc. in footnotes. As a
62 I<Camel> in standard POD!N<You B<can> embed footnotes in the
84 For the vast majority of footnotes, this is all you need to know. The
85 pod2X translators take care of the details for putting footnotes in X.
90 footnotes---they can't contain pod paragraphs.N<*> A general solution
120 footnotes.
128 LaTeX doesn't allow C<\verb> within footnotes, at least not without an
/dports/misc/bibletime/bibletime-2.11.2/tests/backend/managers/cswordbackend/
H A Dtest_cswordbackend.cpp54 QByteArray optName = backend->optionName(CSwordModuleInfo::footnotes).toUtf8(); in setFilterOptions()
57 fOpt.footnotes = 1; in setFilterOptions()
61 fOpt.footnotes = 0; in setFilterOptions()
273 QTest::newRow("Opt1") << CSwordModuleInfo::footnotes << "Footnotes"; in optionName_data()
291 QTest::newRow("configOpt1") << CSwordModuleInfo::footnotes << "Footnotes"; in configOptionName_data()
310 …QTest::newRow("transOpt1") << CSwordModuleInfo::footnotes << "Footnotes" << "bibl… in translatedOptionName_data()
315 …QTest::newRow("transOpt5") << CSwordModuleInfo::footnotes << "Fu\u00DFnoten" << "bib… in translatedOptionName_data()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/table/
H A DTableContentLayoutManager.java178 List<List<KnuthElement>> footnotes = PageBreaker.getFootnoteKnuthElements( in getNextKnuthElements() local
180 getTableLM().setHeaderFootnotes(footnotes); in getNextKnuthElements()
181 headerFootnoteBPD = getFootnotesBPD(footnotes); in getNextKnuthElements()
206 List<List<KnuthElement>> footnotes = PageBreaker.getFootnoteKnuthElements( in getNextKnuthElements() local
208 getTableLM().setFooterFootnotes(footnotes); in getNextKnuthElements()
209 footerNetHeight += getFootnotesBPD(footnotes); in getNextKnuthElements()
240 private int getFootnotesBPD(List<List<KnuthElement>> footnotes) { in getFootnotesBPD() argument
242 for (List<KnuthElement> footnote : footnotes) { in getFootnotesBPD()
/dports/www/py-pelican/pelican-4.7.1/pelican/tests/content/
H A Darticle_with_markdown_and_footnote.md1 Title: Article with markdown containing footnotes
12 This is some content[^1] with some footnotes[^footnote]
/dports/textproc/p5-Text-MultiMarkdown/Text-MultiMarkdown-1.000035/t/
H A D36footnotes.t20 <div class="footnotes">
30 is($m->markdown($instr) => $expstr, 'underscores in code in footnotes');
H A D38self_url.t20 <div class="footnotes">
32 'Markdown with self_url footnotes'
/dports/print/makeindex/makeindex/paper/
H A Dregmar.sty20 \textheight 8 true in % Height of text (including footnotes and figures)
30 \textheight 8 true in % Height of text (including footnotes and figures)
40 \textheight 8 true in % Height of text (including footnotes and figures)
/dports/textproc/py-markdown/Markdown-3.3.4/docs/extensions/
H A Dextra.md16 * [Footnotes](footnotes.md)
39 'footnotes': {
54 Note that in the above example, `footnotes` and `fenced_code` are both nested under the `extra` key…
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Report/
H A DReportHtml.php192 $this->footnotes();
202 public function footnotes() function in Fisharebest\\Webtrees\\Report\\ReportHtml
256 $this->footnotes();
272 $this->footnotes();
289 $this->footnotes();
/dports/print/texlive-base/texlive-20150521-source/texk/makeindexk/ind-src/
H A Dregmar.sty21 \textheight 8 true in % Height of text (including footnotes and figures)
31 \textheight 9.125 true in % Height of text (including footnotes and figures)
41 \textheight 8 true in % Height of text (including footnotes and figures)
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/ColorScheme/
H A D_footnotes1 <section label="footnotes" id="footnotes">
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/bugs/
H A Dhtmlscrubber_breaks_multimarkdown_footnotes.mdwn1 I enabled multimarkdown to make use of footnotes in my file. I have the multimarkdown plugin,
2 as well as the command-line program. If I write a document with footnotes:
/dports/math/py-plastex/plasTeX-2.1/plasTeX/Renderers/Text/
H A D__init__.py42 self.footnotes = []
297 mark = u'[%s]' % (len(self.footnotes)+1)
298 self.footnotes.append(self.fill(node, initial_indent='%s ' % mark,
307 return u'[%s]' % (len(self.footnotes)+1)
437 footnotes = u'\n\n'.join(self.footnotes).rstrip()
438 if footnotes:
439 content = u'%s\n\n\n%s' % (content, footnotes)
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/docs/xsl-generic/html/
H A Dchunk-common.xsl738 <xsl:when test="count($footnotes) = 0">
746 <xsl:with-param name="footnotes"
755 <xsl:with-param name="footnotes"
763 <xsl:with-param name="footnotes"
789 <xsl:when test="count($footnotes) = 0">
797 <xsl:with-param name="footnotes"
805 <xsl:with-param name="footnotes"
823 <xsl:template name="process.footnotes">
828 <xsl:with-param name="footnotes" select="$footnotes"/>
842 <div class="footnotes">
[all …]
/dports/textproc/hevea/hevea-2.34/examples/
H A Dcbook.tex11 \item Title footnotes in this file\footnote{This one in extra file}.
13 \item Chapter footnotes at the end of chapter files.
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Writers/LaTeX/
H A DCaption.hs36 footnotes <- if externalNotes
47 return (capt, captForLof, footnotes)
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Writers/LaTeX/
H A DCaption.hs37 footnotes <- if externalNotes
48 return (capt, captForLof, footnotes)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/nodes/footnote/
H A Dfootnote-transaction.ts68 const footnotes = findAllFootnotes(tr.doc); constant
73 footnotes.forEach((footnote, index) => {
150 const footnote = footnotes.find(fn => fn.node.attrs.ref === note.node.attrs.ref);
/dports/textproc/py-pymdown-extensions/pymdown-extensions-9.1/docs/src/markdown/extensions/
H A Dextra.md32 [Footnotes][footnotes] | `markdown.extensions.footnotes`
54 'markdown.extensions.footnotes': {
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/examples/us_income/
H A Dspi_download.csv63 …//www.bea.gov/regional/docs/footnotes.cfm?tablename=SA1-3"",""SA1-3 Footnotes"")","http://www.bea.…
/dports/math/pspp/pspp-1.4.1/src/output/
H A Dtable-item.h36 const struct footnote **footnotes; member
48 const struct footnote **footnotes; member
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_sisu13 …'(--convert --to -C)-A[plaintext with dos line-feeds, footnotes follow paragraphs in which they oc…
14 …'(--convert --to -C)-a[plaintext with Unix line-feeds, footnotes follow paragraphs in which they o…
60 '--convert=footnotes[embedded footnotes]' \

12345678910>>...132