Will usepackage[UTF8]ctex change the appearance of my non-Chinese part Latex document?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I'm very new with Latex. I'm using it to write a document and 70% of the content is English and left is Chinese. After some research I found just by adding usepackage[UTF8]ctex in the document, I can use Chinese in the document correctly. My question is, will usepackage[UTF8]ctex change the appearance of the non-Chinese part of the document? I can't see any big differences but I just want to confirm.










share|improve this question







New contributor




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















  • 2




    Welcome to TeX.SX!
    – Stone-Zeng
    33 mins ago















up vote
1
down vote

favorite












I'm very new with Latex. I'm using it to write a document and 70% of the content is English and left is Chinese. After some research I found just by adding usepackage[UTF8]ctex in the document, I can use Chinese in the document correctly. My question is, will usepackage[UTF8]ctex change the appearance of the non-Chinese part of the document? I can't see any big differences but I just want to confirm.










share|improve this question







New contributor




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















  • 2




    Welcome to TeX.SX!
    – Stone-Zeng
    33 mins ago













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I'm very new with Latex. I'm using it to write a document and 70% of the content is English and left is Chinese. After some research I found just by adding usepackage[UTF8]ctex in the document, I can use Chinese in the document correctly. My question is, will usepackage[UTF8]ctex change the appearance of the non-Chinese part of the document? I can't see any big differences but I just want to confirm.










share|improve this question







New contributor




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











I'm very new with Latex. I'm using it to write a document and 70% of the content is English and left is Chinese. After some research I found just by adding usepackage[UTF8]ctex in the document, I can use Chinese in the document correctly. My question is, will usepackage[UTF8]ctex change the appearance of the non-Chinese part of the document? I can't see any big differences but I just want to confirm.







ctex






share|improve this question







New contributor




Ogrish Man 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




Ogrish Man 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




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









asked 1 hour ago









Ogrish Man

1304




1304




New contributor




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





New contributor





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






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







  • 2




    Welcome to TeX.SX!
    – Stone-Zeng
    33 mins ago













  • 2




    Welcome to TeX.SX!
    – Stone-Zeng
    33 mins ago








2




2




Welcome to TeX.SX!
– Stone-Zeng
33 mins ago





Welcome to TeX.SX!
– Stone-Zeng
33 mins ago











1 Answer
1






active

oldest

votes

















up vote
3
down vote



accepted










It will change the scheme, for example, the section name will be centered instead of ragged right.



However, you may use the scheme=plain to support Chinese only, without changing the appearance.



The default is scheme=chinese, and the following things will be changed:



  • Default font size becomes "five" (五号, wuhao), and line spread becomes 1.3

  • Caption names (e.g. Figure) will be translated into Chinese

  • Paragraph after chapter/section titles will have indent as well (using indentfirst package)

You may find more details in ctex's document (unfortunately only Chinese version is available).






share|improve this answer






















  • Thank you for the explanation. I'll take a look at the ctex doc.
    – Ogrish Man
    8 mins 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',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Ogrish Man 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%2f450961%2fwill-usepackageutf8ctex-change-the-appearance-of-my-non-chinese-part-latex%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
3
down vote



accepted










It will change the scheme, for example, the section name will be centered instead of ragged right.



However, you may use the scheme=plain to support Chinese only, without changing the appearance.



The default is scheme=chinese, and the following things will be changed:



  • Default font size becomes "five" (五号, wuhao), and line spread becomes 1.3

  • Caption names (e.g. Figure) will be translated into Chinese

  • Paragraph after chapter/section titles will have indent as well (using indentfirst package)

You may find more details in ctex's document (unfortunately only Chinese version is available).






share|improve this answer






















  • Thank you for the explanation. I'll take a look at the ctex doc.
    – Ogrish Man
    8 mins ago














up vote
3
down vote



accepted










It will change the scheme, for example, the section name will be centered instead of ragged right.



However, you may use the scheme=plain to support Chinese only, without changing the appearance.



The default is scheme=chinese, and the following things will be changed:



  • Default font size becomes "five" (五号, wuhao), and line spread becomes 1.3

  • Caption names (e.g. Figure) will be translated into Chinese

  • Paragraph after chapter/section titles will have indent as well (using indentfirst package)

You may find more details in ctex's document (unfortunately only Chinese version is available).






share|improve this answer






















  • Thank you for the explanation. I'll take a look at the ctex doc.
    – Ogrish Man
    8 mins ago












up vote
3
down vote



accepted







up vote
3
down vote



accepted






It will change the scheme, for example, the section name will be centered instead of ragged right.



However, you may use the scheme=plain to support Chinese only, without changing the appearance.



The default is scheme=chinese, and the following things will be changed:



  • Default font size becomes "five" (五号, wuhao), and line spread becomes 1.3

  • Caption names (e.g. Figure) will be translated into Chinese

  • Paragraph after chapter/section titles will have indent as well (using indentfirst package)

You may find more details in ctex's document (unfortunately only Chinese version is available).






share|improve this answer














It will change the scheme, for example, the section name will be centered instead of ragged right.



However, you may use the scheme=plain to support Chinese only, without changing the appearance.



The default is scheme=chinese, and the following things will be changed:



  • Default font size becomes "five" (五号, wuhao), and line spread becomes 1.3

  • Caption names (e.g. Figure) will be translated into Chinese

  • Paragraph after chapter/section titles will have indent as well (using indentfirst package)

You may find more details in ctex's document (unfortunately only Chinese version is available).







share|improve this answer














share|improve this answer



share|improve this answer








edited 24 mins ago

























answered 35 mins ago









Stone-Zeng

975215




975215











  • Thank you for the explanation. I'll take a look at the ctex doc.
    – Ogrish Man
    8 mins ago
















  • Thank you for the explanation. I'll take a look at the ctex doc.
    – Ogrish Man
    8 mins ago















Thank you for the explanation. I'll take a look at the ctex doc.
– Ogrish Man
8 mins ago




Thank you for the explanation. I'll take a look at the ctex doc.
– Ogrish Man
8 mins ago










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









 

draft saved


draft discarded


















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












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











Ogrish Man 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%2f450961%2fwill-usepackageutf8ctex-change-the-appearance-of-my-non-chinese-part-latex%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

Long meetings (6-7 hours a day): Being “babysat” by supervisor

Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

Confectionery