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" / >
< 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 >
< p > The < b > References< / b > tab allows to manage different types of references: add and refresh a table of contents, create and edit footnotes, insert hyperlinks.< / p >
2019-05-15 11:40:18 +00:00
< div class = "onlineDocumentFeatures" >
< p > Online Document Editor window:< / p >
< p > < img alt = "References tab" src = "../images/interface/referencestab.png" / > < / p >
< / div >
< div class = "desktopDocumentFeatures" >
< p > Desktop Document Editor window:< / p >
< 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 >
< li > insert < a href = "../UsageInstructions/InsertFootnotes.htm" onclick = "onhyperlinkclick(this)" > footnotes< / 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 >
2018-03-27 10:27:21 +00:00
< / ul >
< / div >
< / body >
< / html >