2018-03-27 10:27:21 +00:00
<!DOCTYPE html>
< html >
< head >
< title > References tab< / title >
< meta charset = "utf-8" / >
< meta name = "description" content = "Introducing the Document Editor user interface - References tab" / >
< 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" / >
2018-03-27 10:27:21 +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 > References tab< / h1 >
2021-04-30 13:51:49 +00:00
< p > The < b > References< / b > tab of the < a href = "https://www.onlyoffice.com/document-editor.aspx" target = "_blank" onclick = "onhyperlinkclick(this)" > < b > Document Editor< / b > < / a > allows managing different types of references: adding and refreshing tables of contents, creating and editing footnotes, inserting hyperlinks.< / p >
2019-05-15 11:40:18 +00:00
< div class = "onlineDocumentFeatures" >
2020-09-14 12:21:50 +00:00
< p > The corresponding window of the Online Document Editor:< / p >
2019-05-15 11:40:18 +00:00
< p > < img alt = "References tab" src = "../images/interface/referencestab.png" / > < / p >
< / div >
< div class = "desktopDocumentFeatures" >
2020-09-14 12:21:50 +00:00
< p > The corresponding window of the Desktop Document Editor:< / p >
2019-05-15 11:40:18 +00:00
< p > < img alt = "References tab" src = "../images/interface/desktop_referencestab.png" / > < / p >
< / div >
2018-03-27 10:27:21 +00:00
< p > Using this tab, you can:< / p >
< ul >
< li > create and automatically update a < a href = "../UsageInstructions/CreateTableOfContents.htm" onclick = "onhyperlinkclick(this)" > table of contents< / a > ,< / li >
2020-11-13 13:35:26 +00:00
< li > insert < a href = "../UsageInstructions/InsertFootnotes.htm" onclick = "onhyperlinkclick(this)" > footnotes< / a > and < a href = "../UsageInstructions/InsertEndnotes.htm" onclick = "onhyperlinkclick(this)" > endnotes< / a > ,< / li >
2018-09-21 12:50:20 +00:00
< li > insert < a href = "../UsageInstructions/AddHyperlinks.htm" onclick = "onhyperlinkclick(this)" > hyperlinks< / a > ,< / li >
< li > add < a href = "../UsageInstructions/InsertBookmarks.htm" onclick = "onhyperlinkclick(this)" > bookmarks< / a > .< / li >
2020-11-13 13:35:26 +00:00
< li > add < a href = "../UsageInstructions/Addcaption.htm" onclick = "onhyperlinkclick(this)" > captions< / a > ,< / li >
2021-01-14 11:37:06 +00:00
< li > insert < a href = "../UsageInstructions/InsertCrossReference.htm" onclick = "onhyperlinkclick(this)" > cross-references< / a > ,< / li >
< li > create a < a href = "../UsageInstructions/AddTableofFigures.htm" onclick = "onhyperlinkclick(this)" > table of figures< / a > .< / li >
2018-03-27 10:27:21 +00:00
< / ul >
< / div >
< / body >
< / html >