Post History
There are three basic reasons for using figure references in a document, rather than just putting the figures inline in the text next to the point where they are referenced: You are referencing a...
Answer
#4: Attribution notice removed
Source: https://writers.stackexchange.com/a/30362 License name: CC BY-SA 3.0 License URL: https://creativecommons.org/licenses/by-sa/3.0/
#3: Attribution notice added
Source: https://writers.stackexchange.com/a/30362 License name: CC BY-SA 3.0 License URL: https://creativecommons.org/licenses/by-sa/3.0/
#2: Initial revision
There are three basic reasons for using figure references in a document, rather than just putting the figures inline in the text next to the point where they are referenced: - You are referencing a figure from more than one place in your document. Using figure references lets you insert a reference to the figure each time it is mentioned, rather than having to place it inline each time you talk about it. - You are printing the document and you want to optimize pagination by moving the figure away from the text that mentions it and putting it on a new page, allowing the text to flow more evenly and avoiding big gaps at the top of bottom of pages. Using figure reference allows you to move the figure referred to on page 23 to page 24 to make the pages flow better. Many automated authoring systems will move the figure to the nearest large enough space automatically if you use the right markup. - You have use figure references elsewhere in the document or in other documents and you want to maintain a uniform look and feel throughout the whole documentation set. If these conditions don't apply (as they may not if most of your material is presented online rather than on paper) then the use of figure references may just be unnecessary clutter.