Code Monkey home page Code Monkey logo

Comments (4)

sikouhjw avatar sikouhjw commented on August 29, 2024

sikouhjw/gdutthesis#34

from xjtu-thesis.

walru0 avatar walru0 commented on August 29, 2024

sikouhjw/gdutthesis#34

感谢回复,我使用链接中的方法设置了全局间距,将不包含分式的简单公式的行距统一了。但是对于高度较高的复杂公式,与正文的间距又不太合适。
为了调整复杂公式与正文的间距,我将\vspace{}放到公式之前可以手动调整公式与前一行正文的行距,但是在公式后使用的时候却不起作用。
比如对于以下内容:
公式
正文1
正文2

在公式和正文1之间使用\vspace{}的时候,只会调整正文1和正文2之间的间距。
请问有没有什么方法可以调整公式到内容1之间的间距?即使只能针对每个公式单独进行手动调整也行。

from xjtu-thesis.

walru0 avatar walru0 commented on August 29, 2024

sikouhjw/gdutthesis#34

感谢回复,我使用链接中的方法设置了全局间距,将不包含分式的简单公式的行距统一了。但是对于高度较高的复杂公式,与正文的间距又不太合适。 为了调整复杂公式与正文的间距,我将\vspace{}放到公式之前可以手动调整公式与前一行正文的行距,但是在公式后使用的时候却不起作用。 比如对于以下内容: 公式 正文1 正文2

在公式和正文1之间使用\vspace{}的时候,只会调整正文1和正文2之间的间距。 请问有没有什么方法可以调整公式到内容1之间的间距?即使只能针对每个公式单独进行手动调整也行。

我发现把连接中的设置放到单独的equation里面去就可以了

from xjtu-thesis.

sikouhjw avatar sikouhjw commented on August 29, 2024

我在链接里说了:

  1. 一般情况使用 alignalign 不合适时,用 equation
  2. 可以试试这个间距
\ctex_after_end_preamble:n
  {
    \setlength{\abovedisplayskip}{0.5\baselineskip - 0.5\ccwd + 3pt}
    \setlength{\belowdisplayskip}{8pt}
    \setlength{\abovedisplayshortskip}{0pt}
    \setlength{\belowdisplayshortskip}{0.5\baselineskip - 0.5\ccwd}
  }

from xjtu-thesis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.