Why are my columns colliding with package paracol?paracol with manyfootParacol package: undefined...

How do we objectively assess if a dialogue sounds unnatural or cringy?

Should we avoid writing fiction about historical events without extensive research?

Are there other characters in the Star Wars universe who had damaged bodies and needed to wear an outfit like Darth Vader?

If nine coins are tossed, what is the probability that the number of heads is even?

The Key to the Door

Named nets not connected in Eagle board design

Learning to quickly identify valid fingering for piano?

An Undercover Army

Ultrafilters as a double dual

Can you run a ground wire from stove directly to ground pole in the ground

Dukha vs legitimate need

Affine transformation of circular arc in 3D

Is this nominative case or accusative case?

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

Professor forcing me to attend a conference

Are small insurances worth it

Does the in-code argument passing conventions used on PDP-11's have a name?

How to chmod files that have a specific set of permissions

Why would the IRS ask for birth certificates or even audit a small tax return?

Is there a way to find out the age of climbing ropes?

3.5% Interest Student Loan or use all of my savings on Tuition?

Where do you go through passport control when transiting through another Schengen airport on your way out of the Schengen area?

What can I do if someone tampers with my SSH public key?

The need of reserving one's ability in job interviews



Why are my columns colliding with package paracol?


paracol with manyfootParacol package: undefined environmentsUnwanted blank lines (in both columns!) when using paracolIssues with star environments inside paracol packageUsing tooltip with paracolParacol: How to change the style only for 3 columns?Paracol keep columns in sync with page breaksSynchronized paracol columns don't alignProblems with alignment in paracol packageInstallation error “paracol” package













0















I am trying to use the package paracol to display the same biblical verses in several languages. Why are my two columns colliding and how can I prevent this? Also, as a secondary question, I am using the TeXstudio application; why are the end{nthcolumn*} and end{nthcolumn} commands showing as "unrecognized command"? The source compiles regardless. I have enabled paracol.cwl in the Completion configuration. I am not very skilled with Xetex yet so please explain as simply as you can. Here is my source code:



documentclass{book}
usepackage{fontspec}
usepackage{paracol}

newcommand{omission}{hspace{6pt}$cdots$hspace{6pt}}
newcommand{at}{,·enspace} % Greek ano teleia
newcommand{setcoptic}{noindentsetmainfont{Antinoou}}
newcommand{setgreek}{noindentsetmainfont{GFS Porson}}

begin{document}
begin{Large}

begin{paracol}{2}

begin{column}
setcoptic
omission ⲉⲅⲛⲱ⳯ omission ⲉⲛ ⲧⲟomission ⲟⲩⲧⲟatomission ⲡⲏⲅⲅⲉⲓomission ⲉ ⲉⲅⲟomission ⲥⲏomission
end{column}

begin{column}
setgreek
καὶ εἶπεν αὐτῷ Ἀβιμέλεχ Οὐκ ἔγνων τίς ἐποίησεν τὸ πρᾶγμα τοῦτοat οὐδὲ σύ μοι ἀπήγγειλας, οὐδὲ ἐγὼ ἤκουσα ἀλλὰ σήμερον.
end{column}

begin{nthcolumn*}{0}
verse 27 goes here
end{nthcolumn*}

begin{nthcolumn}{1}
verse 27 goes here
end{nthcolumn}

end{paracol}

end{Large}
end{document}









share|improve this question
















bumped to the homepage by Community 8 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    0















    I am trying to use the package paracol to display the same biblical verses in several languages. Why are my two columns colliding and how can I prevent this? Also, as a secondary question, I am using the TeXstudio application; why are the end{nthcolumn*} and end{nthcolumn} commands showing as "unrecognized command"? The source compiles regardless. I have enabled paracol.cwl in the Completion configuration. I am not very skilled with Xetex yet so please explain as simply as you can. Here is my source code:



    documentclass{book}
    usepackage{fontspec}
    usepackage{paracol}

    newcommand{omission}{hspace{6pt}$cdots$hspace{6pt}}
    newcommand{at}{,·enspace} % Greek ano teleia
    newcommand{setcoptic}{noindentsetmainfont{Antinoou}}
    newcommand{setgreek}{noindentsetmainfont{GFS Porson}}

    begin{document}
    begin{Large}

    begin{paracol}{2}

    begin{column}
    setcoptic
    omission ⲉⲅⲛⲱ⳯ omission ⲉⲛ ⲧⲟomission ⲟⲩⲧⲟatomission ⲡⲏⲅⲅⲉⲓomission ⲉ ⲉⲅⲟomission ⲥⲏomission
    end{column}

    begin{column}
    setgreek
    καὶ εἶπεν αὐτῷ Ἀβιμέλεχ Οὐκ ἔγνων τίς ἐποίησεν τὸ πρᾶγμα τοῦτοat οὐδὲ σύ μοι ἀπήγγειλας, οὐδὲ ἐγὼ ἤκουσα ἀλλὰ σήμερον.
    end{column}

    begin{nthcolumn*}{0}
    verse 27 goes here
    end{nthcolumn*}

    begin{nthcolumn}{1}
    verse 27 goes here
    end{nthcolumn}

    end{paracol}

    end{Large}
    end{document}









    share|improve this question
















    bumped to the homepage by Community 8 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      0












      0








      0








      I am trying to use the package paracol to display the same biblical verses in several languages. Why are my two columns colliding and how can I prevent this? Also, as a secondary question, I am using the TeXstudio application; why are the end{nthcolumn*} and end{nthcolumn} commands showing as "unrecognized command"? The source compiles regardless. I have enabled paracol.cwl in the Completion configuration. I am not very skilled with Xetex yet so please explain as simply as you can. Here is my source code:



      documentclass{book}
      usepackage{fontspec}
      usepackage{paracol}

      newcommand{omission}{hspace{6pt}$cdots$hspace{6pt}}
      newcommand{at}{,·enspace} % Greek ano teleia
      newcommand{setcoptic}{noindentsetmainfont{Antinoou}}
      newcommand{setgreek}{noindentsetmainfont{GFS Porson}}

      begin{document}
      begin{Large}

      begin{paracol}{2}

      begin{column}
      setcoptic
      omission ⲉⲅⲛⲱ⳯ omission ⲉⲛ ⲧⲟomission ⲟⲩⲧⲟatomission ⲡⲏⲅⲅⲉⲓomission ⲉ ⲉⲅⲟomission ⲥⲏomission
      end{column}

      begin{column}
      setgreek
      καὶ εἶπεν αὐτῷ Ἀβιμέλεχ Οὐκ ἔγνων τίς ἐποίησεν τὸ πρᾶγμα τοῦτοat οὐδὲ σύ μοι ἀπήγγειλας, οὐδὲ ἐγὼ ἤκουσα ἀλλὰ σήμερον.
      end{column}

      begin{nthcolumn*}{0}
      verse 27 goes here
      end{nthcolumn*}

      begin{nthcolumn}{1}
      verse 27 goes here
      end{nthcolumn}

      end{paracol}

      end{Large}
      end{document}









      share|improve this question
















      I am trying to use the package paracol to display the same biblical verses in several languages. Why are my two columns colliding and how can I prevent this? Also, as a secondary question, I am using the TeXstudio application; why are the end{nthcolumn*} and end{nthcolumn} commands showing as "unrecognized command"? The source compiles regardless. I have enabled paracol.cwl in the Completion configuration. I am not very skilled with Xetex yet so please explain as simply as you can. Here is my source code:



      documentclass{book}
      usepackage{fontspec}
      usepackage{paracol}

      newcommand{omission}{hspace{6pt}$cdots$hspace{6pt}}
      newcommand{at}{,·enspace} % Greek ano teleia
      newcommand{setcoptic}{noindentsetmainfont{Antinoou}}
      newcommand{setgreek}{noindentsetmainfont{GFS Porson}}

      begin{document}
      begin{Large}

      begin{paracol}{2}

      begin{column}
      setcoptic
      omission ⲉⲅⲛⲱ⳯ omission ⲉⲛ ⲧⲟomission ⲟⲩⲧⲟatomission ⲡⲏⲅⲅⲉⲓomission ⲉ ⲉⲅⲟomission ⲥⲏomission
      end{column}

      begin{column}
      setgreek
      καὶ εἶπεν αὐτῷ Ἀβιμέλεχ Οὐκ ἔγνων τίς ἐποίησεν τὸ πρᾶγμα τοῦτοat οὐδὲ σύ μοι ἀπήγγειλας, οὐδὲ ἐγὼ ἤκουσα ἀλλὰ σήμερον.
      end{column}

      begin{nthcolumn*}{0}
      verse 27 goes here
      end{nthcolumn*}

      begin{nthcolumn}{1}
      verse 27 goes here
      end{nthcolumn}

      end{paracol}

      end{Large}
      end{document}






      spacing xetex texstudio columns paracol






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 5 at 23:23







      Dustin Nieffenegger

















      asked Feb 5 at 23:16









      Dustin NieffeneggerDustin Nieffenegger

      1013




      1013





      bumped to the homepage by Community 8 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 8 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          After reading through the paracol documentation further, I found that setting setcolumnwidth{30pt,30pt} fixed my collision issue. I am not sure if this is the most proper answer and still welcome other answers or an explanation of why this works.






          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%2f473556%2fwhy-are-my-columns-colliding-with-package-paracol%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









            0














            After reading through the paracol documentation further, I found that setting setcolumnwidth{30pt,30pt} fixed my collision issue. I am not sure if this is the most proper answer and still welcome other answers or an explanation of why this works.






            share|improve this answer




























              0














              After reading through the paracol documentation further, I found that setting setcolumnwidth{30pt,30pt} fixed my collision issue. I am not sure if this is the most proper answer and still welcome other answers or an explanation of why this works.






              share|improve this answer


























                0












                0








                0







                After reading through the paracol documentation further, I found that setting setcolumnwidth{30pt,30pt} fixed my collision issue. I am not sure if this is the most proper answer and still welcome other answers or an explanation of why this works.






                share|improve this answer













                After reading through the paracol documentation further, I found that setting setcolumnwidth{30pt,30pt} fixed my collision issue. I am not sure if this is the most proper answer and still welcome other answers or an explanation of why this works.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 6 at 0:47









                Dustin NieffeneggerDustin Nieffenegger

                1013




                1013






























                    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%2f473556%2fwhy-are-my-columns-colliding-with-package-paracol%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

                    Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

                    Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

                    How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...