我真的不明白为什么,但当我在编写 latex 文档时,它突然改变了页面排列。它从一页接一页(从上到下滚动)变成了像书一样两页接两页。这种变化发生时没有修改序言,也没有触及尺寸内容。这种奇怪的页面排列并不是在每个 pdf 阅读器上都能呈现的,zathura 和 evince 有,但 firefox 和 chromium 没有。
它在 zathura 中的样子如下:
以下是我的完整序言:
\documentclass[a4paper]{article}
\usepackage{mathtools} %% For math
\usepackage{esvect} %% For vectors
\usepackage{mathrsfs} %% For mathscr
\usepackage[a4paper]{geometry} %% For dimensions manipulations
\usepackage{tikz,tkz-tab} %% For tikz and for variations table
\usepackage{adjustbox} %% To fit tikzpictures nicely
\usepackage{pgfplots} %% For the axis environment
\usepackage{tkz-euclide} %% For intersections calculations
\pgfplotsset{compat=1.11} %% For axis compatibility with other tikz commands
\setlength{\headsep}{5pt} %% Don't need 25pt of headsep !
\newcommand{\vc}[3]{
\vv{#1}
\begin{pmatrix}
#2\\
#3
\end{pmatrix}
}
\newcommand{\rightangle}[4]{
\draw [red, very thick]
let \p0 = ($(#1)!(#2)!(#3)$) in
let \p1 = ($(#2)!#4!(#1)$),
\p2 = ($(#2)!#4!(#3)$) in
($(\p1)!0!270:(#1)$) -- ($(\p1)!#4!90:(#1)$) -- (\p2)
}
\title{Devoir maison de mathématiques - 2}
\author{Scott Hamilton}
\date{} %% Never tell how late you are with your homeworks
\sloppy
\begin{document}