Differences between documentclass[spanish]article and usepackage[spanish]babel Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)a4paper, where should I declare it? In document class or geometry?How to use non-breaking space (~) with usepackage[spanish]babel?Conflict between nag and babel spanishWhat's the difference between usepackagengerman and usepackage[ngerman]babelBabel spanish option and fancyvrb incompatibilityConflict between stackengine and babel with spanish optionWhy the language selection of babel affects the page number format?spanish option for babel[spanish]babel and circuitikzRussian and Spanish babel`usepackage[spanish]babel` flags `!LaTeX Error: Command quoting already defined.`
Why are vacuum tubes still used in amateur radios?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
How were pictures turned from film to a big picture in a picture frame before digital scanning?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
If Windows 7 doesn't support WSL, then what is "Subsystem for UNIX-based Applications"?
Do wooden building fires get hotter than 600°C?
How did Fremen produce and carry enough thumpers to use Sandworms as de facto Ubers?
What does it mean that physics no longer uses mechanical models to describe phenomena?
Is it fair for a professor to grade us on the possession of past papers?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
Do I really need to have a message in a novel to appeal to readers?
Random body shuffle every night—can we still function?
Semigroups with no morphisms between them
Is multiple magic items in one inherently imbalanced?
How does the math work when buying airline miles?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
What's the point of the test set?
How would a mousetrap for use in space work?
How could we fake a moon landing now?
Why are my pictures showing a dark band on one edge?
Should a wizard buy fine inks every time he want to copy spells into his spellbook?
Is CEO the "profession" with the most psychopaths?
What is the chair depicted in Cesare Maccari's 1889 painting "Cicerone denuncia Catilina"?
An adverb for when you're not exaggerating
Differences between documentclass[spanish]article and usepackage[spanish]babel
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)a4paper, where should I declare it? In document class or geometry?How to use non-breaking space (~) with usepackage[spanish]babel?Conflict between nag and babel spanishWhat's the difference between usepackagengerman and usepackage[ngerman]babelBabel spanish option and fancyvrb incompatibilityConflict between stackengine and babel with spanish optionWhy the language selection of babel affects the page number format?spanish option for babel[spanish]babel and circuitikzRussian and Spanish babel`usepackage[spanish]babel` flags `!LaTeX Error: Command quoting already defined.`
This is my second post in latex-SE. Here is a very (I think) basic question, but I could'nt find a precise answer yet:
What exactly does the command documentclass[spanish]article
and what sets it apart from the command: usepackage[spanish]babel
?
Thanks, in advance, for your kindly answer(s).
babel class-options
New contributor
add a comment |
This is my second post in latex-SE. Here is a very (I think) basic question, but I could'nt find a precise answer yet:
What exactly does the command documentclass[spanish]article
and what sets it apart from the command: usepackage[spanish]babel
?
Thanks, in advance, for your kindly answer(s).
babel class-options
New contributor
When you pass the option tousepackage
, that option will affect that specific package only. Other packages that happen to have an option namedspanish
will not (generally) know that you used that option. If you pass the option todocumentclass
then the option becomes global and all packages that happen to have anspanish
option will use it. (I'm pretty sure there is a duplicate of this, I just can't find it now)
– Phelype Oleinik
1 hour ago
Hello Phelype Oleinik. Now it is clear for me, Thanks!
– Patone
1 hour ago
Please have a look to the related question/answer tex.stackexchange.com/a/62314/16550
– Kurt
1 hour ago
add a comment |
This is my second post in latex-SE. Here is a very (I think) basic question, but I could'nt find a precise answer yet:
What exactly does the command documentclass[spanish]article
and what sets it apart from the command: usepackage[spanish]babel
?
Thanks, in advance, for your kindly answer(s).
babel class-options
New contributor
This is my second post in latex-SE. Here is a very (I think) basic question, but I could'nt find a precise answer yet:
What exactly does the command documentclass[spanish]article
and what sets it apart from the command: usepackage[spanish]babel
?
Thanks, in advance, for your kindly answer(s).
babel class-options
babel class-options
New contributor
New contributor
edited 50 secs ago
Patone
New contributor
asked 1 hour ago
PatonePatone
33
33
New contributor
New contributor
When you pass the option tousepackage
, that option will affect that specific package only. Other packages that happen to have an option namedspanish
will not (generally) know that you used that option. If you pass the option todocumentclass
then the option becomes global and all packages that happen to have anspanish
option will use it. (I'm pretty sure there is a duplicate of this, I just can't find it now)
– Phelype Oleinik
1 hour ago
Hello Phelype Oleinik. Now it is clear for me, Thanks!
– Patone
1 hour ago
Please have a look to the related question/answer tex.stackexchange.com/a/62314/16550
– Kurt
1 hour ago
add a comment |
When you pass the option tousepackage
, that option will affect that specific package only. Other packages that happen to have an option namedspanish
will not (generally) know that you used that option. If you pass the option todocumentclass
then the option becomes global and all packages that happen to have anspanish
option will use it. (I'm pretty sure there is a duplicate of this, I just can't find it now)
– Phelype Oleinik
1 hour ago
Hello Phelype Oleinik. Now it is clear for me, Thanks!
– Patone
1 hour ago
Please have a look to the related question/answer tex.stackexchange.com/a/62314/16550
– Kurt
1 hour ago
When you pass the option to
usepackage
, that option will affect that specific package only. Other packages that happen to have an option named spanish
will not (generally) know that you used that option. If you pass the option to documentclass
then the option becomes global and all packages that happen to have an spanish
option will use it. (I'm pretty sure there is a duplicate of this, I just can't find it now)– Phelype Oleinik
1 hour ago
When you pass the option to
usepackage
, that option will affect that specific package only. Other packages that happen to have an option named spanish
will not (generally) know that you used that option. If you pass the option to documentclass
then the option becomes global and all packages that happen to have an spanish
option will use it. (I'm pretty sure there is a duplicate of this, I just can't find it now)– Phelype Oleinik
1 hour ago
Hello Phelype Oleinik. Now it is clear for me, Thanks!
– Patone
1 hour ago
Hello Phelype Oleinik. Now it is clear for me, Thanks!
– Patone
1 hour ago
Please have a look to the related question/answer tex.stackexchange.com/a/62314/16550
– Kurt
1 hour ago
Please have a look to the related question/answer tex.stackexchange.com/a/62314/16550
– Kurt
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
When you pass the option to usepackage
, that option will affect that specific package only. Other packages that happen to have an option named spanish
will not (generally) know that you used that option. If you pass the option to documentclass
then the option becomes global and all packages that happen to have an spanish
option will use it.
The relevant bits of documentation can be found, in “LaTeX2ε for authors”, section 2.2 Class and package options:
and in the “The LaTeX2ε Sources”, section 67 user interface (note especially the last paragraph):
Now it's very clear. I compose my documents using LyX, in spanish language. Now I see whyLyX
puts the linedocumentclass[spanish]article
at the very beginning of any exported file. Thanks, a lot, Phelype!
– Patone
30 mins ago
@Patone You're welcome :-)
– Phelype Oleinik
26 mins ago
add a comment |
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
);
);
Patone is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485682%2fdifferences-between-documentclassspanisharticle-and-usepackagespanishba%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
When you pass the option to usepackage
, that option will affect that specific package only. Other packages that happen to have an option named spanish
will not (generally) know that you used that option. If you pass the option to documentclass
then the option becomes global and all packages that happen to have an spanish
option will use it.
The relevant bits of documentation can be found, in “LaTeX2ε for authors”, section 2.2 Class and package options:
and in the “The LaTeX2ε Sources”, section 67 user interface (note especially the last paragraph):
Now it's very clear. I compose my documents using LyX, in spanish language. Now I see whyLyX
puts the linedocumentclass[spanish]article
at the very beginning of any exported file. Thanks, a lot, Phelype!
– Patone
30 mins ago
@Patone You're welcome :-)
– Phelype Oleinik
26 mins ago
add a comment |
When you pass the option to usepackage
, that option will affect that specific package only. Other packages that happen to have an option named spanish
will not (generally) know that you used that option. If you pass the option to documentclass
then the option becomes global and all packages that happen to have an spanish
option will use it.
The relevant bits of documentation can be found, in “LaTeX2ε for authors”, section 2.2 Class and package options:
and in the “The LaTeX2ε Sources”, section 67 user interface (note especially the last paragraph):
Now it's very clear. I compose my documents using LyX, in spanish language. Now I see whyLyX
puts the linedocumentclass[spanish]article
at the very beginning of any exported file. Thanks, a lot, Phelype!
– Patone
30 mins ago
@Patone You're welcome :-)
– Phelype Oleinik
26 mins ago
add a comment |
When you pass the option to usepackage
, that option will affect that specific package only. Other packages that happen to have an option named spanish
will not (generally) know that you used that option. If you pass the option to documentclass
then the option becomes global and all packages that happen to have an spanish
option will use it.
The relevant bits of documentation can be found, in “LaTeX2ε for authors”, section 2.2 Class and package options:
and in the “The LaTeX2ε Sources”, section 67 user interface (note especially the last paragraph):
When you pass the option to usepackage
, that option will affect that specific package only. Other packages that happen to have an option named spanish
will not (generally) know that you used that option. If you pass the option to documentclass
then the option becomes global and all packages that happen to have an spanish
option will use it.
The relevant bits of documentation can be found, in “LaTeX2ε for authors”, section 2.2 Class and package options:
and in the “The LaTeX2ε Sources”, section 67 user interface (note especially the last paragraph):
answered 53 mins ago
Phelype OleinikPhelype Oleinik
25.7k54691
25.7k54691
Now it's very clear. I compose my documents using LyX, in spanish language. Now I see whyLyX
puts the linedocumentclass[spanish]article
at the very beginning of any exported file. Thanks, a lot, Phelype!
– Patone
30 mins ago
@Patone You're welcome :-)
– Phelype Oleinik
26 mins ago
add a comment |
Now it's very clear. I compose my documents using LyX, in spanish language. Now I see whyLyX
puts the linedocumentclass[spanish]article
at the very beginning of any exported file. Thanks, a lot, Phelype!
– Patone
30 mins ago
@Patone You're welcome :-)
– Phelype Oleinik
26 mins ago
Now it's very clear. I compose my documents using LyX, in spanish language. Now I see why
LyX
puts the line documentclass[spanish]article
at the very beginning of any exported file. Thanks, a lot, Phelype!– Patone
30 mins ago
Now it's very clear. I compose my documents using LyX, in spanish language. Now I see why
LyX
puts the line documentclass[spanish]article
at the very beginning of any exported file. Thanks, a lot, Phelype!– Patone
30 mins ago
@Patone You're welcome :-)
– Phelype Oleinik
26 mins ago
@Patone You're welcome :-)
– Phelype Oleinik
26 mins ago
add a comment |
Patone is a new contributor. Be nice, and check out our Code of Conduct.
Patone is a new contributor. Be nice, and check out our Code of Conduct.
Patone is a new contributor. Be nice, and check out our Code of Conduct.
Patone 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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485682%2fdifferences-between-documentclassspanisharticle-and-usepackagespanishba%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
When you pass the option to
usepackage
, that option will affect that specific package only. Other packages that happen to have an option namedspanish
will not (generally) know that you used that option. If you pass the option todocumentclass
then the option becomes global and all packages that happen to have anspanish
option will use it. (I'm pretty sure there is a duplicate of this, I just can't find it now)– Phelype Oleinik
1 hour ago
Hello Phelype Oleinik. Now it is clear for me, Thanks!
– Patone
1 hour ago
Please have a look to the related question/answer tex.stackexchange.com/a/62314/16550
– Kurt
1 hour ago