web-apps/apps/documenteditor/main/resources/help/en/UsageInstructions/ConvertFootnotesEndnotes.htm

33 lines
2.1 KiB
HTML
Raw Normal View History

2020-11-13 13:35:26 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Convert footnotes and endnotes</title>
<meta charset="utf-8" />
<meta name="description" content="Insert footnotes to provide explanations for some terms or make references to the sources" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
2022-03-21 00:34:33 +00:00
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
2020-11-13 13:35:26 +00:00
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Convert footnotes and endnotes</h1>
2021-04-30 13:51:49 +00:00
<p>The ONLYOFFICE <a href="https://www.onlyoffice.com/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Document Editor</b></a> allows you to quickly <b>convert footnotes</b> to <b>endnotes</b>, and vice versa, e.g., if you see that some footnotes in the resulting document should be placed in the end. Instead of recreating them as endnotes, use the corresponding tool for effortless conversion.</p>
2020-11-13 13:35:26 +00:00
<ol>
2022-03-21 00:34:33 +00:00
<li>Click the arrow next to the <div class = "icon icon-addfootnote"></div> <b>Footnote</b> icon on the <b>References</b> tab located at the top toolbar,</li>
2020-11-13 13:35:26 +00:00
<li>Hover over the <b>Convert all notes</b> menu item and choose one of the options from the list to the right:
<p><img alt="Convert footnotes_endnotes" src="../images/convert_footnotes_endnotes.png" /></p></li>
<li>
<ul>
<li><b>Convert all Footnotes to Endnotes</b> to change all footnotes into endnotes;</li>
<li><b>Convert all Endnotes to Footnotes</b> to change all endnotes to footnotes;</li>
<li><b>Swap Footnotes and Endnotes</b> to change all endnotes to footnotes, and all footnotes to endnotes.</li>
</ul>
</li>
</ol>
</div>
</body>
</html>