I have 6 figures in my .tex file. Wherever I put a reference to the 6th image, in the pdf I get Figure1.5 instead of Figure1.6 (1 less) but upon clicking the link I go to the right figure Figure1.6.
I need to disable indentation in only one section of my document (subsect开发者_开发技巧ion, to be specific). How can I do that?
I recently have had the need to make a math array or a tabular expand to fill the page width. The effect I am trying to achieve is that for one line on the page, half is aligned at the left, and the
I often want to tell some comments inside of the text, which aren\'t so closely related to the discussed topic. Usually for this purpose I use the quotation environment, because of its large indent on
I have a plan to develop a publically accessible interface that will allow users to push git repositories to a server and have the server compile the latex sources in the repository and return the gen
I\'m using beamer package to produce slides. I put many figures on a slide by using the subfigure p开发者_C百科ackage. The problem is that for captions, the subfigure are labeled \"a\", \"b\".. \"m\",
How can I wri开发者_如何学Gote an equation with one curly brace ({), and on the right-hand side next to the curly, two statements in two different lines?You can try the cases env in amsmath.
I have a LaTeX document with a figure and references to it: \\begin{figure} ... \\caption{...} \\label{fig:1}
How can I change the caption of all figures in LaTeX to include a prefix?For example, make all figures appear as \"Supplementary Figure 1\", \"Supplementary Figure 2\", ... rather than \"Figure 1\", \
Hello Suppose I have 3 references that goes one after another i.e [1][2][3]. But I want to see [1]-[3].