Drawing horizontal line through center of pageDrawing horizontal line same width as the page widthHorizontal line through table cellCenter hrule in the middle of the pageHorizontal line next to section headingDrawing footnote separator lineCenter align after horizontal line inside an align environment?Draw a horizontal line in latexCenter text between double horizontal rulesProblem drawing horizontal line above two columns, line runs through columnSpan vertical line through page with minipage

Extreme, but not acceptable situation and I can't start the work tomorrow morning

What is the offset in a seaplane's hull?

Why doesn't a const reference extend the life of a temporary object passed via a function?

Copycat chess is back

How to deal with fear of taking dependencies

Why do UK politicians seemingly ignore opinion polls on Brexit?

What does 'script /dev/null' do?

"listening to me about as much as you're listening to this pole here"

Shall I use personal or official e-mail account when registering to external websites for work purpose?

Calculate Levenshtein distance between two strings in Python

How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)

Can a planet have a different gravitational pull depending on its location in orbit around its sun?

How to create a consistant feel for character names in a fantasy setting?

How to make payment on the internet without leaving a money trail?

Why is the design of haulage companies so “special”?

Need help identifying/translating a plaque in Tangier, Morocco

What is GPS' 19 year rollover and does it present a cybersecurity issue?

Finding files for which a command fails

Could a US political party gain complete control over the government by removing checks & balances?

Is there a familial term for apples and pears?

Email Account under attack (really) - anything I can do?

Information to fellow intern about hiring?

Can I find out the caloric content of bread by dehydrating it?

Domain expired, GoDaddy holds it and is asking more money



Drawing horizontal line through center of page


Drawing horizontal line same width as the page widthHorizontal line through table cellCenter hrule in the middle of the pageHorizontal line next to section headingDrawing footnote separator lineCenter align after horizontal line inside an align environment?Draw a horizontal line in latexCenter text between double horizontal rulesProblem drawing horizontal line above two columns, line runs through columnSpan vertical line through page with minipage













0















Is it possible to draw a horizontal line through the center of the page (such as with hrule) regardless of the content of a page.










share|improve this question







New contributor




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
























    0















    Is it possible to draw a horizontal line through the center of the page (such as with hrule) regardless of the content of a page.










    share|improve this question







    New contributor




    maelstromscientist 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








      Is it possible to draw a horizontal line through the center of the page (such as with hrule) regardless of the content of a page.










      share|improve this question







      New contributor




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












      Is it possible to draw a horizontal line through the center of the page (such as with hrule) regardless of the content of a page.







      formatting rules






      share|improve this question







      New contributor




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











      share|improve this question







      New contributor




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









      share|improve this question




      share|improve this question






      New contributor




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









      asked 2 hours ago









      maelstromscientistmaelstromscientist

      31




      31




      New contributor




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





      New contributor





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






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




















          1 Answer
          1






          active

          oldest

          votes


















          2














          The following code could be a way...



          documentclassarticle
          usepackagetikz

          begindocument
          tikz[overlay,remember picture]
          draw (current page.west) -- (current page.east);
          enddocument


          enter image description here






          share|improve this answer




















          • 1





            AFAIK, the positioning library is not needed for that. :)

            – frougon
            2 hours ago











          • You are right. I'll edit my post. Thanks.

            – Marian G.
            2 hours ago











          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
          );



          );






          maelstromscientist 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%2f483833%2fdrawing-horizontal-line-through-center-of-page%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          The following code could be a way...



          documentclassarticle
          usepackagetikz

          begindocument
          tikz[overlay,remember picture]
          draw (current page.west) -- (current page.east);
          enddocument


          enter image description here






          share|improve this answer




















          • 1





            AFAIK, the positioning library is not needed for that. :)

            – frougon
            2 hours ago











          • You are right. I'll edit my post. Thanks.

            – Marian G.
            2 hours ago















          2














          The following code could be a way...



          documentclassarticle
          usepackagetikz

          begindocument
          tikz[overlay,remember picture]
          draw (current page.west) -- (current page.east);
          enddocument


          enter image description here






          share|improve this answer




















          • 1





            AFAIK, the positioning library is not needed for that. :)

            – frougon
            2 hours ago











          • You are right. I'll edit my post. Thanks.

            – Marian G.
            2 hours ago













          2












          2








          2







          The following code could be a way...



          documentclassarticle
          usepackagetikz

          begindocument
          tikz[overlay,remember picture]
          draw (current page.west) -- (current page.east);
          enddocument


          enter image description here






          share|improve this answer















          The following code could be a way...



          documentclassarticle
          usepackagetikz

          begindocument
          tikz[overlay,remember picture]
          draw (current page.west) -- (current page.east);
          enddocument


          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 2 hours ago

























          answered 2 hours ago









          Marian G.Marian G.

          4471210




          4471210







          • 1





            AFAIK, the positioning library is not needed for that. :)

            – frougon
            2 hours ago











          • You are right. I'll edit my post. Thanks.

            – Marian G.
            2 hours ago












          • 1





            AFAIK, the positioning library is not needed for that. :)

            – frougon
            2 hours ago











          • You are right. I'll edit my post. Thanks.

            – Marian G.
            2 hours ago







          1




          1





          AFAIK, the positioning library is not needed for that. :)

          – frougon
          2 hours ago





          AFAIK, the positioning library is not needed for that. :)

          – frougon
          2 hours ago













          You are right. I'll edit my post. Thanks.

          – Marian G.
          2 hours ago





          You are right. I'll edit my post. Thanks.

          – Marian G.
          2 hours ago










          maelstromscientist is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          maelstromscientist is a new contributor. Be nice, and check out our Code of Conduct.












          maelstromscientist is a new contributor. Be nice, and check out our Code of Conduct.











          maelstromscientist 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%2f483833%2fdrawing-horizontal-line-through-center-of-page%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

          acmart: Multiple authors: all with same affiliation, one author an additional affiliationHow to Write Names of Multiple Authors with Shared Affiliation in ACM 2017 Template?Multiple authors with different primary affiliation, but same additional affiliationSame affiliation for all authors without extra packagesIOS-Book-Article.cls: one author with multiple affiliationacmart: Shared Author AffiliationMultiple authors with different primary affiliation, but same additional affiliationAuthor affiliation with only 1 authorAdding Multiple Authors with Different Affiliation in LaTeX ArticleLaTeX: Multiple authors stays on same lineHow to Label Multiple Authors with Same DescriptionHow to make two authors use the same affiliationTwo authors with same affiliation on finished front page

          How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

          How to remove border form elements in the last row?Targeting flex items on the last rowHow to vertically wrap content with flexbox?Remove border from IFrameCSS3's border-radius property and border-collapse:collapse don't mix. How can I use border-radius to create a collapsed table with rounded corners?Div width 100% minus fixed amount of pixelsBorder around specific rows in a table?How to remove border (outline) around text/input boxes? (Chrome)How do I remove the space between inline-block elements?Flex-box: Align last row to gridRemove blue border from css custom-styled button in ChromeFill remaining vertical space with CSS using display:flexhow style elements in the last row of flexbox row layout with pure css without js