inconsistent Vertical Spacing between equation and text The Next CEO of Stack OverflowVertical spacing between equations and textundertilde package provides inconsistent vertical spacing between nucleus and accentSpacing between equation and text inconsistent due to large equationsSpacing problem between equation and surrounding textInconsistent Vertical Spacing Using MulticolSpacing between equation and textEquation spacing and aligningInconsistent vertical space after first beginequation*Vertical spacing between text and equation/splitVertical spacing inside equation

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

Rotate a column

Method for adding error messages to a dictionary given a key

Are police here, aren't itthey?

Is there a difference between "Fahrstuhl" and "Aufzug"

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

Chain wire methods together in Lightning Web Components

Is micro rebar a better way to reinforce concrete than rebar?

Is there a way to save my career from absolute disaster?

Is wanting to ask what to write an indication that you need to change your story?

Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?

Make solar eclipses exceedingly rare, but still have new moons

Calculator final project in Python

How to check if all elements of 1 list are in the *same quantity* and in any order, in the list2?

Is it possible to replace duplicates of a character with one character using tr

Can you be charged for obstruction for refusing to answer questions?

Should I tutor a student who I know has cheated on their homework?

What happened in Rome, when the western empire "fell"?

Why didn't Khan get resurrected in the Genesis Explosion?

Find non-case sensitive string in a mixed list of elements?

TikZ: How to reverse arrow direction without switching start/end point?

Do I need to write [sic] when a number is less than 10 but isn't written out?

How to edit “Name” property in GCI output?

What steps are necessary to read a Modern SSD in Medieval Europe?



inconsistent Vertical Spacing between equation and text



The Next CEO of Stack OverflowVertical spacing between equations and textundertilde package provides inconsistent vertical spacing between nucleus and accentSpacing between equation and text inconsistent due to large equationsSpacing problem between equation and surrounding textInconsistent Vertical Spacing Using MulticolSpacing between equation and textEquation spacing and aligningInconsistent vertical space after first beginequation*Vertical spacing between text and equation/splitVertical spacing inside equation










0















I have some problems in spacing.
I just want to put equations in the text.
What I found is that the vertical spacing between the equation and text is not consistent.
Some is large and some is small. Both spacings above and below equation are not consistent.
How do I get consistent spacing in the entire thesis?
I can adjust spacing using vspacebaselineskip.
But I am not sure the spacing is exactly the same or not. It doesnt seems good solution.
Here is my code.



documentclass[twoside]utmthesis
%According to the new manual, should not mixed single-side with two-side
printing
usepackagegraphicx
usepackageurl
%usepackage[pages=some]background
usepackagelipsum
usepackagepdflscape
usepackageverbatim
usepackagetextcomp
usepackagemhchem
usepackageamsmath
usepackagelistings
usepackagegraphicx
usepackagemwe
usepackagexr
usepackagesiunitx
usepackagefloat
usepackagesubfig
newsaveboxbigleftbox
usepackagetikz
usepackagenameref
%usepackage[printonlyused]acronym
usepackageromannum
usetikzlibraryshapes.geometric, arrows
usepackagenatbib
letcitecitep
bibliographystyleutmthesis-authordate

begindocument
subsection1D numerical modeling of the SI-engine
vspacebaselineskip
The numerical models and related equations applied in the 1D engine
simulation are presented and briefly discussed.
subsubsectionPipe
vspacebaselineskip
In one-dimension modeling of flow through the pipes, working fluid is
assumed that it is flowing in one-direction, instead of three direction (X,
Y, and Z). It seems plausible, as most fluid particles are moving mostly in
longitudinal direction rather than radial direction of the pipe. A one-
dimensional pipe flow is described by Euler equation which is given in
conservation form below.

beginequation labelEuler
fracpartial mathbfUpartial t + fracpartial mathbfF(U)
partial x= mathbfS(U)
endequation

$textbfU$ and $textbfF$ represent state vector and flux vector,
respectively which are represented as follows.

beginequation
mathbfU= beginpmatrix
rho \
rho cdot u \
rho cdot barC_v cdot T + frac12 cdot rho cdot u^2 \
rho cdot w_j endpmatrix,,, , ,,, mathbfF= beginpmatrix
rho cdot u \
rho cdot u^2 + p \
rho cdot (E+p) \
rho cdot u cdot w_j endpmatrix
endequation

With total energy, $E$ is given as below.

beginequation labelE
beginsplit
E=rho cdot barC_v cdot T + frac12 cdot rho cdot u^2
endsplit
endequation

The source term, $textbfS$ is divided into two different sub-source
terms.

beginequation labelS
mathbfS(U)= mathbfS_A(F(U)) + mathbfS_R(U)
endequation

$mathbfS_A$ is the source term caused by axial changes in the pipe cross
section.

beginequation labelSa
mathbfS_A(F(U))= - frac1A cdot fracdAdx cdot left(F +
beginpmatrix
0 \
-p \
0 \
0
endpmatrix right)
endequation

$mathbfS_R$ is the source term taking into account homogeneous chemical
reaction, friction, heat and mass transfer between gas and solid phase.

beginequation labelSr
mathbfS_R(F(U))= beginpmatrix
0 \
-fracF_RV \
fracq_wV \
M W_j cdot left(sumlimits_i^R_hom nu_i.j cdot
dotr_iright)endpmatrix
endequation

bibliographyreference
enddocument


enter image description here









share







New contributor




Je Young Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    I have some problems in spacing.
    I just want to put equations in the text.
    What I found is that the vertical spacing between the equation and text is not consistent.
    Some is large and some is small. Both spacings above and below equation are not consistent.
    How do I get consistent spacing in the entire thesis?
    I can adjust spacing using vspacebaselineskip.
    But I am not sure the spacing is exactly the same or not. It doesnt seems good solution.
    Here is my code.



    documentclass[twoside]utmthesis
    %According to the new manual, should not mixed single-side with two-side
    printing
    usepackagegraphicx
    usepackageurl
    %usepackage[pages=some]background
    usepackagelipsum
    usepackagepdflscape
    usepackageverbatim
    usepackagetextcomp
    usepackagemhchem
    usepackageamsmath
    usepackagelistings
    usepackagegraphicx
    usepackagemwe
    usepackagexr
    usepackagesiunitx
    usepackagefloat
    usepackagesubfig
    newsaveboxbigleftbox
    usepackagetikz
    usepackagenameref
    %usepackage[printonlyused]acronym
    usepackageromannum
    usetikzlibraryshapes.geometric, arrows
    usepackagenatbib
    letcitecitep
    bibliographystyleutmthesis-authordate

    begindocument
    subsection1D numerical modeling of the SI-engine
    vspacebaselineskip
    The numerical models and related equations applied in the 1D engine
    simulation are presented and briefly discussed.
    subsubsectionPipe
    vspacebaselineskip
    In one-dimension modeling of flow through the pipes, working fluid is
    assumed that it is flowing in one-direction, instead of three direction (X,
    Y, and Z). It seems plausible, as most fluid particles are moving mostly in
    longitudinal direction rather than radial direction of the pipe. A one-
    dimensional pipe flow is described by Euler equation which is given in
    conservation form below.

    beginequation labelEuler
    fracpartial mathbfUpartial t + fracpartial mathbfF(U)
    partial x= mathbfS(U)
    endequation

    $textbfU$ and $textbfF$ represent state vector and flux vector,
    respectively which are represented as follows.

    beginequation
    mathbfU= beginpmatrix
    rho \
    rho cdot u \
    rho cdot barC_v cdot T + frac12 cdot rho cdot u^2 \
    rho cdot w_j endpmatrix,,, , ,,, mathbfF= beginpmatrix
    rho cdot u \
    rho cdot u^2 + p \
    rho cdot (E+p) \
    rho cdot u cdot w_j endpmatrix
    endequation

    With total energy, $E$ is given as below.

    beginequation labelE
    beginsplit
    E=rho cdot barC_v cdot T + frac12 cdot rho cdot u^2
    endsplit
    endequation

    The source term, $textbfS$ is divided into two different sub-source
    terms.

    beginequation labelS
    mathbfS(U)= mathbfS_A(F(U)) + mathbfS_R(U)
    endequation

    $mathbfS_A$ is the source term caused by axial changes in the pipe cross
    section.

    beginequation labelSa
    mathbfS_A(F(U))= - frac1A cdot fracdAdx cdot left(F +
    beginpmatrix
    0 \
    -p \
    0 \
    0
    endpmatrix right)
    endequation

    $mathbfS_R$ is the source term taking into account homogeneous chemical
    reaction, friction, heat and mass transfer between gas and solid phase.

    beginequation labelSr
    mathbfS_R(F(U))= beginpmatrix
    0 \
    -fracF_RV \
    fracq_wV \
    M W_j cdot left(sumlimits_i^R_hom nu_i.j cdot
    dotr_iright)endpmatrix
    endequation

    bibliographyreference
    enddocument


    enter image description here









    share







    New contributor




    Je Young Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      I have some problems in spacing.
      I just want to put equations in the text.
      What I found is that the vertical spacing between the equation and text is not consistent.
      Some is large and some is small. Both spacings above and below equation are not consistent.
      How do I get consistent spacing in the entire thesis?
      I can adjust spacing using vspacebaselineskip.
      But I am not sure the spacing is exactly the same or not. It doesnt seems good solution.
      Here is my code.



      documentclass[twoside]utmthesis
      %According to the new manual, should not mixed single-side with two-side
      printing
      usepackagegraphicx
      usepackageurl
      %usepackage[pages=some]background
      usepackagelipsum
      usepackagepdflscape
      usepackageverbatim
      usepackagetextcomp
      usepackagemhchem
      usepackageamsmath
      usepackagelistings
      usepackagegraphicx
      usepackagemwe
      usepackagexr
      usepackagesiunitx
      usepackagefloat
      usepackagesubfig
      newsaveboxbigleftbox
      usepackagetikz
      usepackagenameref
      %usepackage[printonlyused]acronym
      usepackageromannum
      usetikzlibraryshapes.geometric, arrows
      usepackagenatbib
      letcitecitep
      bibliographystyleutmthesis-authordate

      begindocument
      subsection1D numerical modeling of the SI-engine
      vspacebaselineskip
      The numerical models and related equations applied in the 1D engine
      simulation are presented and briefly discussed.
      subsubsectionPipe
      vspacebaselineskip
      In one-dimension modeling of flow through the pipes, working fluid is
      assumed that it is flowing in one-direction, instead of three direction (X,
      Y, and Z). It seems plausible, as most fluid particles are moving mostly in
      longitudinal direction rather than radial direction of the pipe. A one-
      dimensional pipe flow is described by Euler equation which is given in
      conservation form below.

      beginequation labelEuler
      fracpartial mathbfUpartial t + fracpartial mathbfF(U)
      partial x= mathbfS(U)
      endequation

      $textbfU$ and $textbfF$ represent state vector and flux vector,
      respectively which are represented as follows.

      beginequation
      mathbfU= beginpmatrix
      rho \
      rho cdot u \
      rho cdot barC_v cdot T + frac12 cdot rho cdot u^2 \
      rho cdot w_j endpmatrix,,, , ,,, mathbfF= beginpmatrix
      rho cdot u \
      rho cdot u^2 + p \
      rho cdot (E+p) \
      rho cdot u cdot w_j endpmatrix
      endequation

      With total energy, $E$ is given as below.

      beginequation labelE
      beginsplit
      E=rho cdot barC_v cdot T + frac12 cdot rho cdot u^2
      endsplit
      endequation

      The source term, $textbfS$ is divided into two different sub-source
      terms.

      beginequation labelS
      mathbfS(U)= mathbfS_A(F(U)) + mathbfS_R(U)
      endequation

      $mathbfS_A$ is the source term caused by axial changes in the pipe cross
      section.

      beginequation labelSa
      mathbfS_A(F(U))= - frac1A cdot fracdAdx cdot left(F +
      beginpmatrix
      0 \
      -p \
      0 \
      0
      endpmatrix right)
      endequation

      $mathbfS_R$ is the source term taking into account homogeneous chemical
      reaction, friction, heat and mass transfer between gas and solid phase.

      beginequation labelSr
      mathbfS_R(F(U))= beginpmatrix
      0 \
      -fracF_RV \
      fracq_wV \
      M W_j cdot left(sumlimits_i^R_hom nu_i.j cdot
      dotr_iright)endpmatrix
      endequation

      bibliographyreference
      enddocument


      enter image description here









      share







      New contributor




      Je Young Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I have some problems in spacing.
      I just want to put equations in the text.
      What I found is that the vertical spacing between the equation and text is not consistent.
      Some is large and some is small. Both spacings above and below equation are not consistent.
      How do I get consistent spacing in the entire thesis?
      I can adjust spacing using vspacebaselineskip.
      But I am not sure the spacing is exactly the same or not. It doesnt seems good solution.
      Here is my code.



      documentclass[twoside]utmthesis
      %According to the new manual, should not mixed single-side with two-side
      printing
      usepackagegraphicx
      usepackageurl
      %usepackage[pages=some]background
      usepackagelipsum
      usepackagepdflscape
      usepackageverbatim
      usepackagetextcomp
      usepackagemhchem
      usepackageamsmath
      usepackagelistings
      usepackagegraphicx
      usepackagemwe
      usepackagexr
      usepackagesiunitx
      usepackagefloat
      usepackagesubfig
      newsaveboxbigleftbox
      usepackagetikz
      usepackagenameref
      %usepackage[printonlyused]acronym
      usepackageromannum
      usetikzlibraryshapes.geometric, arrows
      usepackagenatbib
      letcitecitep
      bibliographystyleutmthesis-authordate

      begindocument
      subsection1D numerical modeling of the SI-engine
      vspacebaselineskip
      The numerical models and related equations applied in the 1D engine
      simulation are presented and briefly discussed.
      subsubsectionPipe
      vspacebaselineskip
      In one-dimension modeling of flow through the pipes, working fluid is
      assumed that it is flowing in one-direction, instead of three direction (X,
      Y, and Z). It seems plausible, as most fluid particles are moving mostly in
      longitudinal direction rather than radial direction of the pipe. A one-
      dimensional pipe flow is described by Euler equation which is given in
      conservation form below.

      beginequation labelEuler
      fracpartial mathbfUpartial t + fracpartial mathbfF(U)
      partial x= mathbfS(U)
      endequation

      $textbfU$ and $textbfF$ represent state vector and flux vector,
      respectively which are represented as follows.

      beginequation
      mathbfU= beginpmatrix
      rho \
      rho cdot u \
      rho cdot barC_v cdot T + frac12 cdot rho cdot u^2 \
      rho cdot w_j endpmatrix,,, , ,,, mathbfF= beginpmatrix
      rho cdot u \
      rho cdot u^2 + p \
      rho cdot (E+p) \
      rho cdot u cdot w_j endpmatrix
      endequation

      With total energy, $E$ is given as below.

      beginequation labelE
      beginsplit
      E=rho cdot barC_v cdot T + frac12 cdot rho cdot u^2
      endsplit
      endequation

      The source term, $textbfS$ is divided into two different sub-source
      terms.

      beginequation labelS
      mathbfS(U)= mathbfS_A(F(U)) + mathbfS_R(U)
      endequation

      $mathbfS_A$ is the source term caused by axial changes in the pipe cross
      section.

      beginequation labelSa
      mathbfS_A(F(U))= - frac1A cdot fracdAdx cdot left(F +
      beginpmatrix
      0 \
      -p \
      0 \
      0
      endpmatrix right)
      endequation

      $mathbfS_R$ is the source term taking into account homogeneous chemical
      reaction, friction, heat and mass transfer between gas and solid phase.

      beginequation labelSr
      mathbfS_R(F(U))= beginpmatrix
      0 \
      -fracF_RV \
      fracq_wV \
      M W_j cdot left(sumlimits_i^R_hom nu_i.j cdot
      dotr_iright)endpmatrix
      endequation

      bibliographyreference
      enddocument


      enter image description here







      spacing equations amsmath





      share







      New contributor




      Je Young Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Je Young Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Je Young Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 7 mins ago









      Je Young KimJe Young Kim

      11




      11




      New contributor




      Je Young Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Je Young Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Je Young Kim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "85"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Je Young Kim is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482361%2finconsistent-vertical-spacing-between-equation-and-text%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Je Young Kim is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Je Young Kim is a new contributor. Be nice, and check out our Code of Conduct.












          Je Young Kim is a new contributor. Be nice, and check out our Code of Conduct.











          Je Young Kim is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482361%2finconsistent-vertical-spacing-between-equation-and-text%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

          152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

          Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"