👻 OS & Tools/LaTeX
LaTex에서 수식이 포함된 문단에 줄번호가 매겨지지 않을 때
복만
2022. 6. 17. 22:47
LaTex에서 수식이 포함된 문단에 줄번호가 건너뛰어지는 경우가 있다.
이 경우 amsmath
package를 lineno
package보다 앞에 선언하면 된다.
출처: https://tex.stackexchange.com/a/456206
Why doesn't lineno number a paragraph when it is followed by an indented equation?
While searching for the source of missing line numbers, I realized that paragraphs followed immediately by an equation have no line number, but this is fixed when a space is included, e.g. the
tex.stackexchange.com
반응형