How can I change “and” for another symbol. I write in SpanishCite multiplie from biblograghyBibliography:...
Why do stocks necessarily drop during a recession?
If I delete my router's history can my ISP still provide it to my parents?
How to count the characters of jar files by wc
Dilemma of explaining to interviewer that he is the reason for declining second interview
Why is working on the same position for more than 15 years not a red flag?
Why has the mole been redefined for 2019?
Eww, those bytes are gross
Can I write a book of my D&D game?
Why exactly do action photographers need high fps burst cameras?
What is the lore-based reason that the Spectator has the Create Food and Water trait, instead of simply not requiring food and water?
Can I become debt free or should I file bankruptcy ? How to manage my debt and finances?
Writing a character who is going through a civilizing process without overdoing it?
Can you tell from a blurry photo if focus was too close or too far?
Incorporating research and background: How much is too much?
Why did other German political parties disband so fast when Hitler was appointed chancellor?
Injecting creativity into a cookbook
It took me a lot of time to make this, pls like. (YouTube Comments #1)
How would an AI self awareness kill switch work?
Word or phrase for showing great skill at something WITHOUT formal training in it
Difference between `vector<int> v;` and `vector<int> v = vector<int>();`
Does paint affect EMI ability of enclosure?
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
Why is mind meld hard for T'pol in Star Trek: Enterprise?
Finding a mistake using Mayer-Vietoris
How can I change “and” for another symbol. I write in Spanish
Cite multiplie from biblograghyBibliography: How can I change the “&” in “and” in the references?How to manually change sort and name format of reference list in latexChange field order in apacite referencesHow to format(bold) only the authors part of in text citation using apacite packageApacite and multibbl: how use them together?How to write “(e.g. Surname, 2018)” with apacite?change “and” for “y” in citeA [apacite]Disable citecounter in apaciteHow to display commas in italics after journal and volume number with apacite bibliography style?
How can I change 'and' in my cites? E.g. "Rojas and Torres" I want "Rojas y Torres".
apacite
|
show 1 more comment
How can I change 'and' in my cites? E.g. "Rojas and Torres" I want "Rojas y Torres".
apacite
4
Try addingusepackage[spanish]{babel}
in your peamble.
– CarLaTeX
Feb 22 at 20:10
3
Welcome to TeX.SE. Do you use biblatex or bibtex? If it's the latter, which bibliography style do you employ.
– Mico
Feb 22 at 20:23
1
If you are indeed usingbiblatex
as you tag suggests, you should automatically get Spanish localisation strings if you write in Spanish (and tell LaTeX about that withbabel
orpiolyglossia
). For other packages and styles more work will be required. Please tell us which bibliography and citation packages you use and which style in an MWE (tex.meta.stackexchange.com/q/228/35864) or MWEB (tex.meta.stackexchange.com/q/4407/35864). Without that info we can't really help you, I'm afraid.
– moewe
Feb 23 at 14:54
Any news here? Unfortunately, your question is lacking important details and therefore can't really be answered properly at the moment. All attempts to help you would have to resort to wild guessing and might send you on a wild goose chase or be counterproductive. If the question is not clarified with more information about the packages you use (and ideally an MWE) I will vote to close this question as unclear what you are asking.
– moewe
2 days ago
1
If you are usingusepackage{apacite}
(i.e. apacite) you probably also want to usebibliographystyle{apacite}
and not apalike.apacite
has a Spanish localisation and should be able to say 'y'.apalike
on the other hand is English only. (Of course the two styles also differ in many other respects:apalike
is basically just author-year citation with nothing fancy going on, whileapacite
tries to implement the complex rules of the Publication Manual of the APA.) I didn't investigate further for a lack of a poper MWE: tex.meta.stackexchange.com/q/228/35864
– moewe
13 mins ago
|
show 1 more comment
How can I change 'and' in my cites? E.g. "Rojas and Torres" I want "Rojas y Torres".
apacite
How can I change 'and' in my cites? E.g. "Rojas and Torres" I want "Rojas y Torres".
apacite
apacite
edited 16 mins ago
moewe
92.2k10115348
92.2k10115348
asked Feb 22 at 20:02
Edwin TorresEdwin Torres
61
61
4
Try addingusepackage[spanish]{babel}
in your peamble.
– CarLaTeX
Feb 22 at 20:10
3
Welcome to TeX.SE. Do you use biblatex or bibtex? If it's the latter, which bibliography style do you employ.
– Mico
Feb 22 at 20:23
1
If you are indeed usingbiblatex
as you tag suggests, you should automatically get Spanish localisation strings if you write in Spanish (and tell LaTeX about that withbabel
orpiolyglossia
). For other packages and styles more work will be required. Please tell us which bibliography and citation packages you use and which style in an MWE (tex.meta.stackexchange.com/q/228/35864) or MWEB (tex.meta.stackexchange.com/q/4407/35864). Without that info we can't really help you, I'm afraid.
– moewe
Feb 23 at 14:54
Any news here? Unfortunately, your question is lacking important details and therefore can't really be answered properly at the moment. All attempts to help you would have to resort to wild guessing and might send you on a wild goose chase or be counterproductive. If the question is not clarified with more information about the packages you use (and ideally an MWE) I will vote to close this question as unclear what you are asking.
– moewe
2 days ago
1
If you are usingusepackage{apacite}
(i.e. apacite) you probably also want to usebibliographystyle{apacite}
and not apalike.apacite
has a Spanish localisation and should be able to say 'y'.apalike
on the other hand is English only. (Of course the two styles also differ in many other respects:apalike
is basically just author-year citation with nothing fancy going on, whileapacite
tries to implement the complex rules of the Publication Manual of the APA.) I didn't investigate further for a lack of a poper MWE: tex.meta.stackexchange.com/q/228/35864
– moewe
13 mins ago
|
show 1 more comment
4
Try addingusepackage[spanish]{babel}
in your peamble.
– CarLaTeX
Feb 22 at 20:10
3
Welcome to TeX.SE. Do you use biblatex or bibtex? If it's the latter, which bibliography style do you employ.
– Mico
Feb 22 at 20:23
1
If you are indeed usingbiblatex
as you tag suggests, you should automatically get Spanish localisation strings if you write in Spanish (and tell LaTeX about that withbabel
orpiolyglossia
). For other packages and styles more work will be required. Please tell us which bibliography and citation packages you use and which style in an MWE (tex.meta.stackexchange.com/q/228/35864) or MWEB (tex.meta.stackexchange.com/q/4407/35864). Without that info we can't really help you, I'm afraid.
– moewe
Feb 23 at 14:54
Any news here? Unfortunately, your question is lacking important details and therefore can't really be answered properly at the moment. All attempts to help you would have to resort to wild guessing and might send you on a wild goose chase or be counterproductive. If the question is not clarified with more information about the packages you use (and ideally an MWE) I will vote to close this question as unclear what you are asking.
– moewe
2 days ago
1
If you are usingusepackage{apacite}
(i.e. apacite) you probably also want to usebibliographystyle{apacite}
and not apalike.apacite
has a Spanish localisation and should be able to say 'y'.apalike
on the other hand is English only. (Of course the two styles also differ in many other respects:apalike
is basically just author-year citation with nothing fancy going on, whileapacite
tries to implement the complex rules of the Publication Manual of the APA.) I didn't investigate further for a lack of a poper MWE: tex.meta.stackexchange.com/q/228/35864
– moewe
13 mins ago
4
4
Try adding
usepackage[spanish]{babel}
in your peamble.– CarLaTeX
Feb 22 at 20:10
Try adding
usepackage[spanish]{babel}
in your peamble.– CarLaTeX
Feb 22 at 20:10
3
3
Welcome to TeX.SE. Do you use biblatex or bibtex? If it's the latter, which bibliography style do you employ.
– Mico
Feb 22 at 20:23
Welcome to TeX.SE. Do you use biblatex or bibtex? If it's the latter, which bibliography style do you employ.
– Mico
Feb 22 at 20:23
1
1
If you are indeed using
biblatex
as you tag suggests, you should automatically get Spanish localisation strings if you write in Spanish (and tell LaTeX about that with babel
or piolyglossia
). For other packages and styles more work will be required. Please tell us which bibliography and citation packages you use and which style in an MWE (tex.meta.stackexchange.com/q/228/35864) or MWEB (tex.meta.stackexchange.com/q/4407/35864). Without that info we can't really help you, I'm afraid.– moewe
Feb 23 at 14:54
If you are indeed using
biblatex
as you tag suggests, you should automatically get Spanish localisation strings if you write in Spanish (and tell LaTeX about that with babel
or piolyglossia
). For other packages and styles more work will be required. Please tell us which bibliography and citation packages you use and which style in an MWE (tex.meta.stackexchange.com/q/228/35864) or MWEB (tex.meta.stackexchange.com/q/4407/35864). Without that info we can't really help you, I'm afraid.– moewe
Feb 23 at 14:54
Any news here? Unfortunately, your question is lacking important details and therefore can't really be answered properly at the moment. All attempts to help you would have to resort to wild guessing and might send you on a wild goose chase or be counterproductive. If the question is not clarified with more information about the packages you use (and ideally an MWE) I will vote to close this question as unclear what you are asking.
– moewe
2 days ago
Any news here? Unfortunately, your question is lacking important details and therefore can't really be answered properly at the moment. All attempts to help you would have to resort to wild guessing and might send you on a wild goose chase or be counterproductive. If the question is not clarified with more information about the packages you use (and ideally an MWE) I will vote to close this question as unclear what you are asking.
– moewe
2 days ago
1
1
If you are using
usepackage{apacite}
(i.e. apacite) you probably also want to use bibliographystyle{apacite}
and not apalike. apacite
has a Spanish localisation and should be able to say 'y'. apalike
on the other hand is English only. (Of course the two styles also differ in many other respects: apalike
is basically just author-year citation with nothing fancy going on, while apacite
tries to implement the complex rules of the Publication Manual of the APA.) I didn't investigate further for a lack of a poper MWE: tex.meta.stackexchange.com/q/228/35864– moewe
13 mins ago
If you are using
usepackage{apacite}
(i.e. apacite) you probably also want to use bibliographystyle{apacite}
and not apalike. apacite
has a Spanish localisation and should be able to say 'y'. apalike
on the other hand is English only. (Of course the two styles also differ in many other respects: apalike
is basically just author-year citation with nothing fancy going on, while apacite
tries to implement the complex rules of the Publication Manual of the APA.) I didn't investigate further for a lack of a poper MWE: tex.meta.stackexchange.com/q/228/35864– moewe
13 mins ago
|
show 1 more comment
0
active
oldest
votes
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
});
}
});
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%2f476223%2fhow-can-i-change-and-for-another-symbol-i-write-in-spanish%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f476223%2fhow-can-i-change-and-for-another-symbol-i-write-in-spanish%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
4
Try adding
usepackage[spanish]{babel}
in your peamble.– CarLaTeX
Feb 22 at 20:10
3
Welcome to TeX.SE. Do you use biblatex or bibtex? If it's the latter, which bibliography style do you employ.
– Mico
Feb 22 at 20:23
1
If you are indeed using
biblatex
as you tag suggests, you should automatically get Spanish localisation strings if you write in Spanish (and tell LaTeX about that withbabel
orpiolyglossia
). For other packages and styles more work will be required. Please tell us which bibliography and citation packages you use and which style in an MWE (tex.meta.stackexchange.com/q/228/35864) or MWEB (tex.meta.stackexchange.com/q/4407/35864). Without that info we can't really help you, I'm afraid.– moewe
Feb 23 at 14:54
Any news here? Unfortunately, your question is lacking important details and therefore can't really be answered properly at the moment. All attempts to help you would have to resort to wild guessing and might send you on a wild goose chase or be counterproductive. If the question is not clarified with more information about the packages you use (and ideally an MWE) I will vote to close this question as unclear what you are asking.
– moewe
2 days ago
1
If you are using
usepackage{apacite}
(i.e. apacite) you probably also want to usebibliographystyle{apacite}
and not apalike.apacite
has a Spanish localisation and should be able to say 'y'.apalike
on the other hand is English only. (Of course the two styles also differ in many other respects:apalike
is basically just author-year citation with nothing fancy going on, whileapacite
tries to implement the complex rules of the Publication Manual of the APA.) I didn't investigate further for a lack of a poper MWE: tex.meta.stackexchange.com/q/228/35864– moewe
13 mins ago