Baselineskip latex. cls give you most of your requirements; the only thing that you might need to adjust is the spacing after the sections and subsections; those spaces are controlled by lengths (skips) e@level@one@skip (for sections) and e@level@two@skip (for subsections). Baselineskip latex

 
cls give you most of your requirements; the only thing that you might need to adjust is the spacing after the sections and subsections; those spaces are controlled by lengths (skips) e@level@one@skip (for sections) and e@level@two@skip (for subsections)Baselineskip latex  Renew the paragraph definition to be a multiple of baselineskip and things will line up

5} OR aselineskip=1. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. 1 Answer. 1 More sizes: HUGE and ssmall The moresize package adds two additional options to the list of macros above, HUGE and ssmall. Package typearea sets footskip to footheight+2. You would usually use non-breaking spaces for punctuation marks in some languages, for units and currencies, for initials, etc. Now it's 2020, You can use the latter in LaTeX2E. Kaspars wrote: I'm new in Latex and don't know how to use package. You need to end the paragraph before you close the group. Writing a thesis is a time-intensive endeavor. Therefore the space between the text area and your footer in your example ca. Nov 3, 2013 at 16:22. \vspace{1\baselineskip} \vskip 1\baselineskip 同等ではありません。前者は、LRモード(LaTeX用語を使用、TeX用語では水平モード)で指定された場合、段落の終わりを強制せず、タイプセットドキュメントに表示される行の下に指定された垂直間隔を追加します。 1 Answer. I am new to LaTeX. Here's a possible solution using the titlesec package; setting the value of aftertitleunit to aselineskip, you can then use *2 in the fourth mandatory argument of itlespacing to obtain the desired vertical spacing between the title and the following text. ) . The amsbook class changes the theorem styles to suit the general setup of the class. Two questions: Does LaTeX allow one to (re)define commands within a ewenvironment?I've tried using enewcommand, ewcommand and def in the before declaration but to no avail. 5} to get "onehalf" line spacing. @PhelypeOleinik the two things are different aselineskip is a target reference to reference space so the amount added depends on the depth of the previous line and the height of this, lineskip is just an "emergency padding` that tex adds to stop lines touching if baseline spacing can not be maintained. Everything is, at its lowest level an integer (portable floating point arithmetic wasn't standardized until 1985, well after TeX82's release, so Knuth had to implement his algorithms ex nihilo) and dimensions are represented in integer quantities of sp = 1/65536pt. The clearpage command is used to do a ewpage and makes all the figures and. Sorted by: 39. It looks like this also works (on Overleaf, at least) without adding the package setspace. As Martin Scharrer pointed out, the same idea also works with LaTeX: Define a measure for the space remaining on the page ewcommandmeasurepage{dimexprpagegoal-pagetotal-aselineskip elax} and then set is as the figure height: includegraphics[height=measurepage,width= extwidth,keepaspectratio]{cow}It works in regular text (see below). Inside a TikZ node, one can force line breaks using \\ providing the align option of the node is set. \documentclass {article} \usepackage {multicol} \usepackage {lipsum. (Not sure why in parbox it only drops 0. As far as I see aselineskip and lineskip are fixed lengths and don't have any plus / minus -es, but the distance between lines yet depends on the page. The advantage of this method is that you don't need a closing statement, such as end {} or a curly bracket. If a line is. However, for the last pair of lines TeX has separated them by an amount greater than 12pt and uses the value of lineskip for the interline glue instead of a value calculated using. intextsep : space left on top and bottom of an in-text float. Viewed 870 times. The analogous of the \hspace command for vertical spacing is, of course, called \vspace. This will produce the same result as ewline and . Remarks: aisebox can also be used to specify the final height (and depth). Postby Johannes_B » Thu Apr 09, 2015 8:55 am. Sorry. 213. This allows the separation of content and style, which can be very usefull in a lot of cases. 行送り分の空白を入れるテスト。. 行間距:lineskip = aselineskip * aselinestretch. Its value may be automatically reset by LaTeX, for example, by font changes in the text. I explained some alternatives to obtain that in Number of lines in double spacing. sty and put it the same folder with your main LaTeX UDThesis file (e. As in the previous question, the title is misleading, the issue is not with but rather a tikz question of how to propagate alignment from inner. 66667: documentclass {article} linespread {1. 5\baselineskip] to indicate that a part of a bigger argument ended in that line. Lengths can be changed by the command: setlength{lengthname} { value _ in _ specified _ unit } For example, in a two-column document the column separation can be set to 1 inch by: setlength{columnsep} { 1in } Below is a table with some of the most common lengths and their. LaTeX uses the '~' symbol as a non-breaking space. As indicated by arrows on the right-hand side of the graphic, TeX/LaTeX try to ensure a fixed distance (12pt) between pairs of lines—the value of aselineskip. 【LaTeX】垂直方向の空白 (スペース)vspace,vfill. 86pt to ≤ 92. RedeclareSectionCommands[ beforeskip=. Maybe you can decrease the glue to . A box with one line is heheight{} highAs commented, one option is to use the package setspace: documentclass {article} usepackage {setspace} doublespacing egin {document} One linepar Another line end {document} But note that doublespacing is not equivalent to the double spacing in Word. g. When using \documentclass [12pt] {article}, LaTeX executes \fontsize {12} {14. setlength{parskip} {aselineskip} A similar behavior is provided by the parskip package, zero parindent and non-zero parskip. By default, the parskip package sets \parindent to 0pt and provides a non-zero \parskip value of . Method 1: Use the Titlesec Package. The unit of both parameters defaults to pt. However, using R (or L) instead of r (or l) your figure will float, so simply changing r to R in the above code,. 3. Hmm actually I suppose the main difference here is that in the first case \baselineskip is coming from the large font so it just fits (hence gets added as 0pt) but in the second case the large font is inside the box so you are using a small baselineskip. 1 inch extwidth=6. Jun 19, 2016 at 21:49. you can use ointerlineskip before. Then it estimates the number of newlines by counting how many aselineskips fit in the height, and sets the top base anchor that much to the north. arraystretch only affects line spacing between table rows. It is a command, not a length, and does not take effect until a font change happens, so set the scale factor like this: \renewcommand {\baselinestretch} {1. Take this simple case of the vspace command: documentclass [] {article} egin {document} oindent p vspace {10 mm} oindent b end {document} This should just insert a 10mm gap between the lower tip of p and the upper. I used ex (approximately the height of an "x" in the current font) as the unit for the lengths used, but you can use instead any other valid LaTeX unit (cm, in, mm, pt, among others); you can also use multiples of predefined. From the basics to create a given vertical and horizontal space simply giving LaTeX the dimension of that space, to the more advanced use of infinitely stretchable space. usepackage [titles] {tocloft}When a minipage is used to box a text paragraph, the first line of the minipaged text and the last line of the previous text paragraph are closer than two consecutive lines in a standard text paragraph; analogously, the last line of text inside the minipage and the first line of text after the minipage are also closer. Even after the \raggedbottom command TeX still could make the interline distance shorter at 100% filled pages and larger at end-of-document or end-of-chapter pages ( ewpage 'd or so on). documentclass {article} usepackage {multicol} usepackage {lipsum. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. Create side-by-side environments in Latex. When using documentclass [12pt] {article}, LaTeX executes fontsize {12} {14. , parindent length) are set to 0 length and that we are effectively resetting them to the. Additionally, LaTeX provides the following advanced option for line break. TeX provides a set of basic commands controlling the way a paragraphs are typeset. The right way to influence the interline distance is via \baselinestretch. But if \vskip is used within a paragraph it ends the paragraph and inserts the space immediately. 1 Answer. Its value may be automatically reset by LaTeX,. 81pt (at penalty 0) or to ≤ 76. –. enlargethispage {aselineskip} The starred form enlargesthispage* tries to squeeze the material together on the page as much as possible, for the common use case of getting one more line on the page. The reason for the skip is that the standard aselineskip is 12pt, and you can check that the distance between the baselines is exactly 12pt in lines 1--3. This is what outputs from the code given below: Can you help me get the text to show up next to the figures as in the first image above? Here is the code that I have so far: documentclass {article} usepackage {graphicx} ewcommand* {authorimg} [1] {% aisebox {-. on the line where I have section{Related Works}) or at the end of paragraph before an equation (e. I am using the titlesec package to adjust the spacing between paragraph -s. Also, if a paragraph indent is required, use indent within the minipage. cls file single space is defined as, { enewcommand {aselinestretch} {1} double space is defined as, { enewcommand {aselinestretch} {2} but one and half spacing is the following:As indicated by arrows on the right-hand side of the graphic, TeX/LaTeX try to ensure a fixed distance (12pt) between pairs of lines—the value of aselineskip. 页面布局. As indicated by arrows on the right-hand side of the graphic, TeX/LaTeX try to ensure a fixed distance (12pt) between pairs of lines—the value of aselineskip. Creating a document in. The different measurement options for the distances you can input in the length option are listed here. However as you can see in the result, the figures have not the same height and width. is not too high to fill the whole line height. It is sufficient to load the package in the preamble. vspace{1aselineskip} vskip 1aselineskip 同等ではありません。前者は、LRモード(LaTeX用語を使用、TeX用語では水平モード)で指定された場合、段落の終わりを強制せず、タイプセットドキュメントに表示される行の下に指定された垂直間隔を追. The reason for the skip is that the standard \baselineskip is 12pt, and you can check that the distance between the baselines is exactly 12pt in lines 1--3. The reason is that the [t] means align the minipage with the first (top) baseline. The rst provides a font size bigger than the largest Changing the font size in LATEXIn LaTeX class and package files, however, @ is treated as a normal letter (catcode 11) and this allows package writers to make macro-names with @. setspace – Set space between lines. The following adapts the solution provided by ferahfeza, which works well. For example, normal font size is 10pt with 12pt of aselineskip. Assuming LaTeX doesn't touch on these, my money's on the change of aselineskip in the definition of vdots for your problem. Test this by adding heaselineskip in a footnote. Usually \baselineskip has zero stretching and shrinking components. 1. The baseline-skip value determines the distance between baselines of text in a paragraph typeset using font-size; it is also stored in a parameter command called. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. 5 pt from your vskip 3aselineskip because aselineskip is set to 14. 2 = 14. 5. in LaTeX it's also wrong to leave a blank line before [ but it makes some attempt to catch that case. {aselinestretch}{1. 这里的跳跃表明时间的流逝(从黄金海洋by O’Brian). 2} Playing with the vertical spaces a little bit more, it's enough to remove a few pt of added vertical space to make that extra page disappear. The baseline for the image is under the image, which is perfectly aligned with the first baseline of the text. If a LaTeX document class supports different layouts for. The default settings from apa6. breaks the line without filling the current line. and, in the definition text, you refer to the first braced group with #1 and to the second one by #2. 4pt) For example, if font height is 12pt, then aselineskip should be 12 * 1. The next example demonstrates fontsize and selectfont. (Note that on entering this environment the % ormalsize command is issued automatically. I have tried captionsetup [longtable] {linespread {1}selectfont} however this seems to crash LaTeX. For the simple 11pt value of article class with no modifications, the value of heaselineskip is 13. 6ex (to get rid of aselineskip and add a "normal line" height; obtained. \baselinestretch A factor multiplying \baselineskip. 0pt (12. It is documented in §3. depth) == tex. \setlength{\parskip} {\baselineskip} A similar behavior is provided by the parskip package, zero parindent and non-zero parskip. I recommend not to use px which is not what one with a CSS background would expect. 2\baselineskip}% {\includegraphics [height=3\baselineskip] {example-image}% }% \par }% } According to the discussion in the comments, the lines of a page should get aligned with the corresponding lines of the. However, for the last pair of lines TeX has separated them by an amount greater than 12pt and uses the value of \lineskip for the interline glue instead of a value calculated using. using this command below {fontsize{size}{baselineskip}selectfont TEXT} This command takes two. I wonder whether there is a list that indicates the meaning and intended use of each length in LaTeX. 3aselineskip} {% includegraphics. 1. The above includes some stretch/shrink. Define the height of the included image as a multiple of \baselineskip. The body of the environment goes into. Of course, that text consumes some space. 5in leaves 1 inch for right margin egin{document} enlargethispage*{-2aselineskip} signature{John Doe}. I discovered that the line spacing on the \tnote \item s is to big. ewcommand\vspacer {\par {\centering \raisebox {-0. Here, I take parskip. The advantage of this is that such macro names are automatically protected from regular users: since they cannot use @ as a normal letter, there is no accidental way for a user to override or. Renew the paragraph definition to be a multiple of baselineskip and things will line up. Joined: Thu Nov 01, 2012 2:08 pm. I discovered that the line spacing on the note item s is to big. The Titlesec package is a powerful tool that allows you to customize the formatting of section headings in LaTeX. [2\baselineskip] See this example. [1em]. 5 pt. The two arguments for fontsize {<size>} {<bskip>} sets respectively the font size and the baseline skip. value) then . Additionally, LaTeX provides the following advanced option for line break. When a font size changing command is executed, first LaTeX stores the appropriate value in ormalbaselineskip and then does. The second column depicts the situation I expected when inserting the parbox. Simply end the paragraph before closing the group associated to Large so the corresponding aselineskip will be applied; you can do this by adding par: documentclass {article} egin {document} egin {center} Large extbf {The Great Thesis About Some Very Great Things Indeed With a Pretty Long Title That Will. Thus in a normal paragraph [aselineskip] would generate an empty line and so would vspace {aselineskip}linebreak. 45009pt. setstretch {1. package executes many of these methods, packing as much text as possible onto each page. CheckBox es and TextField s take a mandatory label argument. If you want to use LaTeX's parameters you need the product f. 6pt, 15. 通過設定. g. I have tried to set the shift to -footnotesep but no success. Package typearea sets \footskip to \footheight+2. 5pt. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. 2x the font size. 0138 inch or 0. cls, you have. The former will not force end-of-paragraph, if given in LR-mode (using LaTeX parlance; horizontal mode in TeX parlance), adding the stated vertical spacing under the line in which it appears in the typeset document. the syntax conforms to the traditional LaTeX one and a \relax is placed by default behind the scenes, thus avoiding some possible problems that, by Murphy's law, will show as very weird errors. Usually Roman numerals are used with counters for enumerated lists or as numbers for sectional units and the oman and Roman facilities do just this. Okay i found out what's the problem. Example: using fontsize and selectfont. Perhaps I should not have chosen aselineskip as the vspace amount in my example, but instead a height like 1cm. 5. I want to increase the spacing between the vertical lines, I can use vspace{2mm} but that is not possible to write at end of every line. 0pt (12. Either write. 3 LaTeX font size commands. This command "AtBeginDocument {% setlength {parskip} {aselineskip plus 2pt}% }" apart from having the desired effect is ALSO creating a balnk page at the start with "2pt. However, my. Something like. For normal fonts, the usual rule of thumb is that the aselineskip should be at least around 1. 25\baselineskip. As indicated by arrows on the right-hand side of the graphic, TeX/LaTeX try to ensure a fixed distance (12pt) between pairs of lines—the value of aselineskip. 0pt) 11pt - 13. If you need to use the skip as a number instead of a length, then stdblsn. Your solution seems to provide an even spacing between the baselines when using aselineskip as vspace amount, if I see and understand it correctly. The most straightforward way to change the. However, for the last pair of lines TeX has separated them by an amount greater than 12pt and uses the value of lineskip for the interline glue instead of a value calculated using. nginx/1. 75aselineskip plus 1ex minus -0. \usepackage{parskip} Secondly teX does not force the baselineskip by using no space (or negative space) two over-height lines do not over-print, being set to a. The line spacing value is contained in the aselineskip length,. It also provides a straightforward way to reduce the space after section and subsection headings. latex geometry 页面设置 资源. I changed font size to scriptsize as I think it is big enough for the table notes. LaTeX has a package called anyfontsize to manually change the font size, by which you can use smaller than iny and larger than Huge, and you can also use exact sizes like 3. 1 Answer 1. indent: set the value of parindent, the paragraph indentation; parfill: adjusts the value of parfillskip, the glue added at the end of the last line in a paragraph. For instance, in tabular, \baselineskip is set to zero, but you can always refer to. LaTeX has a package called anyfontsize to manually change the font size, by which you can use smaller than iny and larger than Huge, and you can also use exact sizes like 3. Because of your braces the baselineskip value is reset to early. 5pt, etc. 2x the font size. I prefer more easily understood syntax, so I do it this way: Even if the current \baselineskip is changed later in the document, \stdbls remains a fixed length, being the original \baselineskip of normal text. 60004pt. 6pt (13. You can change the default using @ {} next to that column. 页眉页脚. The value of \baselineskip is set to zero inside array and tabular, because these environments space lines using struts. My only additional question would be how to make the line be automatically text height. For exactly one empty line between two paragraphs, use baselineskip: 1. 5 pt = 43. It happens either at the end of a section (e. The baseline-skip value determines the distance between baselines of text in a paragraph typeset using font-size; it is also stored in a parameter command called aselineskip—for more detail, see the Overleaf article How to change paragraph spacing in LaTeX. Jan 13, 2013 at 7:42. e. Change font size using package. For example, small under a 10pt document class option is 9pt and ormalsize is 10pt (of course, because of the class option). 8em} 这个值随时可以改,对更改点以后的文字有效。 LaTeX 用parskip表示段距,我一般把它设为1ex: setlength{parskip}{1ex} 注意:这些修改长度的命令最好都放在正文区(即begin{document}之后)。 3. (The other thread that is top-related to this has some code but it doesn't do anything for me. ltx, line 594: defstrut{ elaxifmmodecopystrutboxelseunhcopystrutboxfi} The code ule[-0. doublespacing. Usually aselineskip. The macro inspace takes something that normally doesn't fit into an fixed number of lines and overlays it over a fixed number of lines. – Sigur. RedeclareSectionCommands[ beforeskip=. ; One- or two-sided documents. 2. The right way to influence the interline distance is via \baselinestretch. 5pt (14. 12. The dimensions understood by LaTeX include cm, mm, in and pt. For example if your content consists entirely of lines of text on. I have happy with the vertical spacing in the second case. 線間距離に影響を与える正しい方法は、 \baselinestretch を使用することです。. extfloatsep: space between last top float or first bottom float and the text. Okay, thanks, sounds like this is pretty complicated in latex. All you need to add to your code is. bordermatrix. 2aselineskip minus 0. end{document} QuestionTeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. While the fontsize is updated when you issue selectfont the new leading only is updated when the paragraph is ended. I was writing a document in LaTeX. Just load the parskip package and don't change the parskip and parindent lengths manually. I encounter this error, happening at least 6 times in my document. egin {figure*} centering %vspace {-2aselineskip} egin {subfigure} [b] {0. sty and make the following changes:. However, for the last pair of lines TeX has separated them by an amount greater than 12pt and uses the value of lineskip for the interline glue instead of a value calculated using. (and also sets the parindent to zero). How can I do this? This is my ewmdtheoremenv environment at the moment. aselineskip under footnotesize is 9. The following example shows some alternatives. 2. I've created a new type of list environment from scratch using. but this solution was unsuccessful. Anyway, sometimes is necessary to have more control over the layout of the document;. (and also sets the parindent to zero). TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and. vphantom: placeholder for height and depth of the argument. I want to increase the spacing between the vertical lines, I can use vspace{2mm} but that is not possible to write at end of every line. 5aselineskip} produces a vertical space equal to aselineskip, as it should. 57. 125} instead of \singlespacing and \onehalfspacing. The grid system isn't working for me, but changing the definition of paragraph to a simple 1x or 2x baselineskip looks good. Same footnote spacing than baselineskip. There isn't a universal right answer. This is due to the fact that the line breaking in LaTeX is done automatically with an algorithm, so that the text looks justified and that just the right amount of space is left between words to do it. The pages are roughly 5" x 8" and don't allow widow or orphan lines, so this aggressive vertical stretching is probably just done to stretch the content downward to be flush with the bottom of the page. Let's stick to ewcommand. There are many lengths in LaTeX. In article class abovecaptionskip is 10pt and elowcaptionskip is 0pt and aselineskip is 12pt, so your construct. addtocontents {toc} {~vspace {-3aselineskip}} right after the ableofcontents command. As indicated by arrows on the right-hand side of the graphic, TeX/LaTeX try to ensure a fixed distance (12pt) between pairs of lines—the value of aselineskip. I am new to LaTeX. Therefore the line spacing defined by aselineskip will be preserved under all circumstances. 2. It is generated by the MWE below. 4 LaTeX font size environments. The height is known as height that can be used for calculations (dimexpr or package calc). In my preamble I use \renewcommand {\baselinestretch} {1. 9} some text\\ some text %here no change \selectfont %now it works some text\\ some text \end{document} \vspace{1\baselineskip plus 10pt minus 5pt} as 1\baselineskip will make it into a simple dimension, discarding its possible plus and minus components. The line spacing value is contained in the aselineskip length,. 2 Answers. 本文介绍如何使用 geometry 设置 LaTeX 文档页面。 这里 是 geometry 在 github 上的项目地址,本文仅对 geometry 常用的排版命令进行介绍,更多详情请参考最新的 官方手册。. It is normal in programs that try to enforce a grid to use: lineskiplimit=-maxdimen This makes TeX think that no lines are too close. Both can be used in LaTeX. 2ex, runin=false, afterskip=0. Theothersizes( iny,scriptsize,small,The disadvantage of this approach in general is that only the font size and aselineskip is modified, and not parskip. 2. The grid system isn't working for me, but changing the definition of \paragraph to a simple 1x or 2x baselineskip looks good. to your document preamble. A picture that give some visual aid can be found in the german wikipedia, Zeilenabstand. The spacing for $$ is the same in plain TeX as in LaTeX and is only wrong if you use incorrect input with a blank line before the display. 6. The available options depend on the class being used. baselinestretch vs. I appreciate the use of the name John Due. . If the space to be added would be less than the parameter \lineskiplimit then a length \lineskip is used instead. to your document preamble. Not all font sizes are available, so your choice for <size> should be made to avoid font substitution, or. sty, rename it as myparskip. The argument is not set and the width is zero. g. 12. I could just keep the default value of footnotesep, but after I setup my document font sizes, the default value of footnotesep is smaller than f@baselineskip. per paragraph. sty (package) theorem styles. For other values, you can use e. TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. strutbox. The first column depicts the situation when we replace the parbox with a simple string. If a different spacing is required then %% the setstretch {baselinestretch} command can be used in the %% preamble to set the baselinestretch appropriately. The latter depends on the circumstances, namely, on whether the list was or was not started. 1 Answer. 6pt, 15. Example: egin {document} $oxed {sin heta mbox {blablablablablabla}}$ end {document} This should produce a box around both sin theta and blablablablablabla. In addition, it adjusts the space between list items. Basically I want a vdotsfor command that does what hdotsfor does but for vertical dots. clo. The command works (in most environments) similar to ewline but allows to specify an optional argument that defines the extra space that should be added after the current line. In French typography, you would put a non-breaking space before all two-parts punctuation marks. box. aselineskip is a length command which specifies the minimum space between the botton of two successive lines in a paragraph. documentclass {article} usepackage {parskip} egin {document} We explain in this. This. While the fontsize is updated when you issue \selectfont the new leading only is updated when the paragraph is ended. \vspace is a LaTeX command and \vskip is a TeX command. aselineskip depends on the the font size. Adding the depth is not sufficient to get aselineskip. In your case the group ends (with }) before the paragraph ends (the empty line after the line end). 6pt (13. 我们知道在 LaTeX 中控制页面布局的原始命令有十个以上。In "How to Use the IEEEtran LaTeX Class," Michael Shell explains:IEEEtran provides the command IEEEaftertitletext{} which can be used to insert text or to alter the spacing between the title area and the main text: IEEEaftertitletext{vspace{-1aselineskip}} †. The problem is that the aselineskip is too small for your font size. Here, the [2aselineskip] command tells latex to skip two lines at that point. But why are you using addcontentsline manually you should almost never need to do that caption should add the entries automatically to the lot and (sub)section should automatically add entries to the toc. 05aselineskip minus . 2. } It's just an almost straightforward modification of vdots. The next example demonstrates fontsize and selectfont. I don't get that extra page after the title page when I suppress the line. For instance, if you wanted to decrease the bottom margin of the text block by enough to place an additional line of text, you could insert the instruction. To do this, first, you need to use the Titlesec package. However, for the last pair of lines TeX has separated them by an amount greater than 12pt and uses the value of lineskip for the interline glue instead of a value calculated using.