Three Dots in Center PagePlacing a decorative separator in textDifferent content if command returns empty...

Bouncing map back into its bounds, after user dragged it out

How can I convert a linear narrative into a branching narrative?

What are the cons of stateless password generators?

Why tantalum for the Hayabusa bullets?

How to choose using Collection<Id> rather than Collection<String>, or the opposite?

What is my clock telling me to do?

Why don't short runways use ramps for takeoff?

Coworker mumbles to herself when working, how to ask her to stop?

What is this kind of symbol meant to be?

Three Dots in Center Page

Can a US President, after impeachment and removal, be re-elected or re-appointed?

Can drawing a weapon be part of ANY kind of move action or just moving?

Why does the Rust compiler not optimize code assuming that two mutable references cannot alias?

Correct word for a little toy that always stands up?

Why does calling cout.operator<<(const char*) print the address instead of the character string?

Did Vladimir Lenin have a cat?

How can Paypal know my card is being used in another account?

What Marvel character has this 'W' symbol?

Complaints from (junior) developers against solution architects: how can we show the benefits of our work and improve relationships?

Does Ubuntu reduce battery life?

Do professors like answering questions from non-students/private citizens?

Why didn't Stark and Nebula use jump points with their ship to go back to Earth?

Can I attune a Circlet of Human Perfection to my animated skeletons to allow them to blend in and speak?

Should students have access to past exams or an exam bank?



Three Dots in Center Page


Placing a decorative separator in textDifferent content if command returns empty text (ConTeXt)Three tables side by sideHow to put a paragraph in the center of a page inside a box?Need to print a page in three partsHow to number sections: one, two, threeHow to place three pages on one larger page?Replace vspace at the end of the pagePlacing Three Names Horizontally in The Bottom of a PageVertically center (contents of) environment on pageDistributing three parts of a page evenly, vertically






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







3















For some books, authors can use three dots in the middle of a page to signify when a section ends and another begins without an explicit sextion header. This is demonstrated in the excerpt below:



enter image description here



Focusing on the three stars in the center of the page, I wonder how one can do something like that in LaTeX.



And to be more specific, where can I find options for different symbols? Previous questions look at certain packages. I am wondering if there is a repository of possibilities.



I have tried using a section{} command but it does not seem to be the best option.



Thank you!










share|improve this question






















  • 1





    This might be helpful: Placing a decorative separator in text

    – barbara beeton
    9 hours ago











  • Is it natural that 3 dots is at the center of page? It should be in between ending of the curent section and the next section, right?

    – Black Mild
    9 hours ago






  • 1





    [dots] :P.

    – manooooh
    8 hours ago


















3















For some books, authors can use three dots in the middle of a page to signify when a section ends and another begins without an explicit sextion header. This is demonstrated in the excerpt below:



enter image description here



Focusing on the three stars in the center of the page, I wonder how one can do something like that in LaTeX.



And to be more specific, where can I find options for different symbols? Previous questions look at certain packages. I am wondering if there is a repository of possibilities.



I have tried using a section{} command but it does not seem to be the best option.



Thank you!










share|improve this question






















  • 1





    This might be helpful: Placing a decorative separator in text

    – barbara beeton
    9 hours ago











  • Is it natural that 3 dots is at the center of page? It should be in between ending of the curent section and the next section, right?

    – Black Mild
    9 hours ago






  • 1





    [dots] :P.

    – manooooh
    8 hours ago














3












3








3


0






For some books, authors can use three dots in the middle of a page to signify when a section ends and another begins without an explicit sextion header. This is demonstrated in the excerpt below:



enter image description here



Focusing on the three stars in the center of the page, I wonder how one can do something like that in LaTeX.



And to be more specific, where can I find options for different symbols? Previous questions look at certain packages. I am wondering if there is a repository of possibilities.



I have tried using a section{} command but it does not seem to be the best option.



Thank you!










share|improve this question
















For some books, authors can use three dots in the middle of a page to signify when a section ends and another begins without an explicit sextion header. This is demonstrated in the excerpt below:



enter image description here



Focusing on the three stars in the center of the page, I wonder how one can do something like that in LaTeX.



And to be more specific, where can I find options for different symbols? Previous questions look at certain packages. I am wondering if there is a repository of possibilities.



I have tried using a section{} command but it does not seem to be the best option.



Thank you!







sectioning positioning






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 9 hours ago







Jennifer

















asked 9 hours ago









JenniferJennifer

17111 bronze badges




17111 bronze badges











  • 1





    This might be helpful: Placing a decorative separator in text

    – barbara beeton
    9 hours ago











  • Is it natural that 3 dots is at the center of page? It should be in between ending of the curent section and the next section, right?

    – Black Mild
    9 hours ago






  • 1





    [dots] :P.

    – manooooh
    8 hours ago














  • 1





    This might be helpful: Placing a decorative separator in text

    – barbara beeton
    9 hours ago











  • Is it natural that 3 dots is at the center of page? It should be in between ending of the curent section and the next section, right?

    – Black Mild
    9 hours ago






  • 1





    [dots] :P.

    – manooooh
    8 hours ago








1




1





This might be helpful: Placing a decorative separator in text

– barbara beeton
9 hours ago





This might be helpful: Placing a decorative separator in text

– barbara beeton
9 hours ago













Is it natural that 3 dots is at the center of page? It should be in between ending of the curent section and the next section, right?

– Black Mild
9 hours ago





Is it natural that 3 dots is at the center of page? It should be in between ending of the curent section and the next section, right?

– Black Mild
9 hours ago




1




1





[dots] :P.

– manooooh
8 hours ago





[dots] :P.

– manooooh
8 hours ago










2 Answers
2






active

oldest

votes


















5














I think you don't you need a machinery like TikZ for that:



documentclass{article}%
usepackage{lipsum}
newcommand{threestars}{begin{center}$ {ast},{ast},{ast} $end{center}}

newcommand{varthreestars}{begin{center}begin{tabular}{c}$ast$\[-0.8ex] $astenspace ast $end{tabular}end{center}}

begin{document}

lipsum[1]
threestars
lipsum[2]
varthreestars
lipsum[3]

end{document}


enter image description here






share|improve this answer




























  • Since ast is a mathbin, simply saying $astastast$ gives three spaced-out asterisks… ;o)

    – GuM
    5 hours ago











  • I know. I just thought they were a bit too much spaced (for my taste ;o))

    – Bernard
    5 hours ago



















2














TikZ may help in this case.



enter image description here



documentclass[12pt]{article}
usepackage[margin=3cm]{geometry}
usepackage{tikz}
usetikzlibrary{shapes.geometric}
usepackage{lipsum}
begin{document}
lipsum[1-1]
vspace*{2mm}

noindentbegin{tikzpicture}
pgfmathsetmacro{a}{textwidth/2}
path (0,0); % move pen to (0,0) left most of the text
path (a pt,0) node[scale=5,blue]{$cdots$};
end{tikzpicture}
vspace*{2mm}

lipsum[1-1]
vspace*{5mm}

noindentbegin{tikzpicture}
pgfmathsetmacro{a}{textwidth/2}
path (0,0); % move pen to (0,0) left most of the text
path[every node/.style={star,draw,fill=magenta,star point ratio=2.5,scale=.5}]
(a pt,0) node{}--+(0:1) node{}--+(180:1) node{};
end{tikzpicture}
vspace*{5mm}

lipsum[1-1]
end{document}





share|improve this answer




























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


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f502336%2fthree-dots-in-center-page%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    5














    I think you don't you need a machinery like TikZ for that:



    documentclass{article}%
    usepackage{lipsum}
    newcommand{threestars}{begin{center}$ {ast},{ast},{ast} $end{center}}

    newcommand{varthreestars}{begin{center}begin{tabular}{c}$ast$\[-0.8ex] $astenspace ast $end{tabular}end{center}}

    begin{document}

    lipsum[1]
    threestars
    lipsum[2]
    varthreestars
    lipsum[3]

    end{document}


    enter image description here






    share|improve this answer




























    • Since ast is a mathbin, simply saying $astastast$ gives three spaced-out asterisks… ;o)

      – GuM
      5 hours ago











    • I know. I just thought they were a bit too much spaced (for my taste ;o))

      – Bernard
      5 hours ago
















    5














    I think you don't you need a machinery like TikZ for that:



    documentclass{article}%
    usepackage{lipsum}
    newcommand{threestars}{begin{center}$ {ast},{ast},{ast} $end{center}}

    newcommand{varthreestars}{begin{center}begin{tabular}{c}$ast$\[-0.8ex] $astenspace ast $end{tabular}end{center}}

    begin{document}

    lipsum[1]
    threestars
    lipsum[2]
    varthreestars
    lipsum[3]

    end{document}


    enter image description here






    share|improve this answer




























    • Since ast is a mathbin, simply saying $astastast$ gives three spaced-out asterisks… ;o)

      – GuM
      5 hours ago











    • I know. I just thought they were a bit too much spaced (for my taste ;o))

      – Bernard
      5 hours ago














    5












    5








    5







    I think you don't you need a machinery like TikZ for that:



    documentclass{article}%
    usepackage{lipsum}
    newcommand{threestars}{begin{center}$ {ast},{ast},{ast} $end{center}}

    newcommand{varthreestars}{begin{center}begin{tabular}{c}$ast$\[-0.8ex] $astenspace ast $end{tabular}end{center}}

    begin{document}

    lipsum[1]
    threestars
    lipsum[2]
    varthreestars
    lipsum[3]

    end{document}


    enter image description here






    share|improve this answer















    I think you don't you need a machinery like TikZ for that:



    documentclass{article}%
    usepackage{lipsum}
    newcommand{threestars}{begin{center}$ {ast},{ast},{ast} $end{center}}

    newcommand{varthreestars}{begin{center}begin{tabular}{c}$ast$\[-0.8ex] $astenspace ast $end{tabular}end{center}}

    begin{document}

    lipsum[1]
    threestars
    lipsum[2]
    varthreestars
    lipsum[3]

    end{document}


    enter image description here







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited 5 hours ago

























    answered 7 hours ago









    BernardBernard

    186k7 gold badges84 silver badges220 bronze badges




    186k7 gold badges84 silver badges220 bronze badges
















    • Since ast is a mathbin, simply saying $astastast$ gives three spaced-out asterisks… ;o)

      – GuM
      5 hours ago











    • I know. I just thought they were a bit too much spaced (for my taste ;o))

      – Bernard
      5 hours ago



















    • Since ast is a mathbin, simply saying $astastast$ gives three spaced-out asterisks… ;o)

      – GuM
      5 hours ago











    • I know. I just thought they were a bit too much spaced (for my taste ;o))

      – Bernard
      5 hours ago

















    Since ast is a mathbin, simply saying $astastast$ gives three spaced-out asterisks… ;o)

    – GuM
    5 hours ago





    Since ast is a mathbin, simply saying $astastast$ gives three spaced-out asterisks… ;o)

    – GuM
    5 hours ago













    I know. I just thought they were a bit too much spaced (for my taste ;o))

    – Bernard
    5 hours ago





    I know. I just thought they were a bit too much spaced (for my taste ;o))

    – Bernard
    5 hours ago













    2














    TikZ may help in this case.



    enter image description here



    documentclass[12pt]{article}
    usepackage[margin=3cm]{geometry}
    usepackage{tikz}
    usetikzlibrary{shapes.geometric}
    usepackage{lipsum}
    begin{document}
    lipsum[1-1]
    vspace*{2mm}

    noindentbegin{tikzpicture}
    pgfmathsetmacro{a}{textwidth/2}
    path (0,0); % move pen to (0,0) left most of the text
    path (a pt,0) node[scale=5,blue]{$cdots$};
    end{tikzpicture}
    vspace*{2mm}

    lipsum[1-1]
    vspace*{5mm}

    noindentbegin{tikzpicture}
    pgfmathsetmacro{a}{textwidth/2}
    path (0,0); % move pen to (0,0) left most of the text
    path[every node/.style={star,draw,fill=magenta,star point ratio=2.5,scale=.5}]
    (a pt,0) node{}--+(0:1) node{}--+(180:1) node{};
    end{tikzpicture}
    vspace*{5mm}

    lipsum[1-1]
    end{document}





    share|improve this answer






























      2














      TikZ may help in this case.



      enter image description here



      documentclass[12pt]{article}
      usepackage[margin=3cm]{geometry}
      usepackage{tikz}
      usetikzlibrary{shapes.geometric}
      usepackage{lipsum}
      begin{document}
      lipsum[1-1]
      vspace*{2mm}

      noindentbegin{tikzpicture}
      pgfmathsetmacro{a}{textwidth/2}
      path (0,0); % move pen to (0,0) left most of the text
      path (a pt,0) node[scale=5,blue]{$cdots$};
      end{tikzpicture}
      vspace*{2mm}

      lipsum[1-1]
      vspace*{5mm}

      noindentbegin{tikzpicture}
      pgfmathsetmacro{a}{textwidth/2}
      path (0,0); % move pen to (0,0) left most of the text
      path[every node/.style={star,draw,fill=magenta,star point ratio=2.5,scale=.5}]
      (a pt,0) node{}--+(0:1) node{}--+(180:1) node{};
      end{tikzpicture}
      vspace*{5mm}

      lipsum[1-1]
      end{document}





      share|improve this answer




























        2












        2








        2







        TikZ may help in this case.



        enter image description here



        documentclass[12pt]{article}
        usepackage[margin=3cm]{geometry}
        usepackage{tikz}
        usetikzlibrary{shapes.geometric}
        usepackage{lipsum}
        begin{document}
        lipsum[1-1]
        vspace*{2mm}

        noindentbegin{tikzpicture}
        pgfmathsetmacro{a}{textwidth/2}
        path (0,0); % move pen to (0,0) left most of the text
        path (a pt,0) node[scale=5,blue]{$cdots$};
        end{tikzpicture}
        vspace*{2mm}

        lipsum[1-1]
        vspace*{5mm}

        noindentbegin{tikzpicture}
        pgfmathsetmacro{a}{textwidth/2}
        path (0,0); % move pen to (0,0) left most of the text
        path[every node/.style={star,draw,fill=magenta,star point ratio=2.5,scale=.5}]
        (a pt,0) node{}--+(0:1) node{}--+(180:1) node{};
        end{tikzpicture}
        vspace*{5mm}

        lipsum[1-1]
        end{document}





        share|improve this answer













        TikZ may help in this case.



        enter image description here



        documentclass[12pt]{article}
        usepackage[margin=3cm]{geometry}
        usepackage{tikz}
        usetikzlibrary{shapes.geometric}
        usepackage{lipsum}
        begin{document}
        lipsum[1-1]
        vspace*{2mm}

        noindentbegin{tikzpicture}
        pgfmathsetmacro{a}{textwidth/2}
        path (0,0); % move pen to (0,0) left most of the text
        path (a pt,0) node[scale=5,blue]{$cdots$};
        end{tikzpicture}
        vspace*{2mm}

        lipsum[1-1]
        vspace*{5mm}

        noindentbegin{tikzpicture}
        pgfmathsetmacro{a}{textwidth/2}
        path (0,0); % move pen to (0,0) left most of the text
        path[every node/.style={star,draw,fill=magenta,star point ratio=2.5,scale=.5}]
        (a pt,0) node{}--+(0:1) node{}--+(180:1) node{};
        end{tikzpicture}
        vspace*{5mm}

        lipsum[1-1]
        end{document}






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 8 hours ago









        Black MildBlack Mild

        1,4237 silver badges12 bronze badges




        1,4237 silver badges12 bronze badges

































            draft saved

            draft discarded




















































            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%2f502336%2fthree-dots-in-center-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

            Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

            Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

            Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...