Use of packages titlesec and appendix in spanish babel with utf8? The Next CEO of Stack OverflowProblem with spanish babel packageApéndices (Appendix spanish accent)Conflict between nag and babel spanishUse of landscape and pdflscape packages with spanish packageBabel spanish option and fancyvrb incompatibilityTitlesec and Babel incompatibility?spanish option for babelProblem with titlesec and appendixProblems combining packages newlfm with babel[spanish]Russian and Spanish babel
Can I use the word “Senior” as part of a job title directly in German?
Is it ever safe to open a suspicious HTML file (e.g. email attachment)?
How did Beeri the Hittite come up with naming his daughter Yehudit?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
What steps are necessary to read a Modern SSD in Medieval Europe?
How to Implement Deterministic Encryption Safely in .NET
How to explain the utility of binomial logistic regression when the predictors are purely categorical
How to avoid supervisors with prejudiced views?
Why is information "lost" when it got into a black hole?
Can you teleport closer to a creature you are Frightened of?
TikZ: How to fill area with a special pattern?
Spaces in which all closed sets are regular closed
Do scriptures give a method to recognize a truly self-realized person/jivanmukta?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
What is the difference between "hamstring tendon" and "common hamstring tendon"?
what's the use of '% to gdp' type of variables?
Calculate the Mean mean of two numbers
Where do students learn to solve polynomial equations these days?
Which one is the true statement?
What day is it again?
Pulling the principal components out of a DimensionReducerFunction?
Inexact numbers as keys in Association?
Is it okay to majorly distort historical facts while writing a fiction story?
Strange use of "whether ... than ..." in official text
Use of packages titlesec and appendix in spanish babel with utf8?
The Next CEO of Stack OverflowProblem with spanish babel packageApéndices (Appendix spanish accent)Conflict between nag and babel spanishUse of landscape and pdflscape packages with spanish packageBabel spanish option and fancyvrb incompatibilityTitlesec and Babel incompatibility?spanish option for babelProblem with titlesec and appendixProblems combining packages newlfm with babel[spanish]Russian and Spanish babel
My code is like this:
usepackage[utf8]inputenc %encoding multi-byte
usepackage[T1]fontenc %para los separación de palabras "can-ción"
usepackage[spanish]babel %traducir al español Chapters, Contents, etc.
usepackagelmodern %Estilo de fuente
usepackageamsmath,amssymb,amsfonts,latexsym,textcomp %paquetes matematicos
usepackagetitlesec
makeatletter
newcommandsetappendixApéndice~thechapter:~
newcommandsetchapterthechapter~
makeatother
usepackage[titletoc]appendix
begindocument
tableofcontents
...TEXT...
beginappendices
chapterBLA,BLA
endappendices
enddocument
I expected to see the appendix pages like this: Apéndice A. BLA,BLA. but I receive error messages:
Missing endcsname inserted. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Missing number, treated as zero. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Package inputenc Error: Invalid UTF-8 byte sequence. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra else. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra endcsname. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Missing endcsname inserted. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra endcsname. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
File ended while scanning text of u8:�nd. begindocument
Undefined control sequence. ...}1Ap�ndice.1.Alph1
And so on. What am I doing wrong?
titlesec unicode spanish appendix
add a comment |
My code is like this:
usepackage[utf8]inputenc %encoding multi-byte
usepackage[T1]fontenc %para los separación de palabras "can-ción"
usepackage[spanish]babel %traducir al español Chapters, Contents, etc.
usepackagelmodern %Estilo de fuente
usepackageamsmath,amssymb,amsfonts,latexsym,textcomp %paquetes matematicos
usepackagetitlesec
makeatletter
newcommandsetappendixApéndice~thechapter:~
newcommandsetchapterthechapter~
makeatother
usepackage[titletoc]appendix
begindocument
tableofcontents
...TEXT...
beginappendices
chapterBLA,BLA
endappendices
enddocument
I expected to see the appendix pages like this: Apéndice A. BLA,BLA. but I receive error messages:
Missing endcsname inserted. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Missing number, treated as zero. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Package inputenc Error: Invalid UTF-8 byte sequence. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra else. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra endcsname. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Missing endcsname inserted. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra endcsname. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
File ended while scanning text of u8:�nd. begindocument
Undefined control sequence. ...}1Ap�ndice.1.Alph1
And so on. What am I doing wrong?
titlesec unicode spanish appendix
add a comment |
My code is like this:
usepackage[utf8]inputenc %encoding multi-byte
usepackage[T1]fontenc %para los separación de palabras "can-ción"
usepackage[spanish]babel %traducir al español Chapters, Contents, etc.
usepackagelmodern %Estilo de fuente
usepackageamsmath,amssymb,amsfonts,latexsym,textcomp %paquetes matematicos
usepackagetitlesec
makeatletter
newcommandsetappendixApéndice~thechapter:~
newcommandsetchapterthechapter~
makeatother
usepackage[titletoc]appendix
begindocument
tableofcontents
...TEXT...
beginappendices
chapterBLA,BLA
endappendices
enddocument
I expected to see the appendix pages like this: Apéndice A. BLA,BLA. but I receive error messages:
Missing endcsname inserted. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Missing number, treated as zero. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Package inputenc Error: Invalid UTF-8 byte sequence. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra else. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra endcsname. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Missing endcsname inserted. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra endcsname. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
File ended while scanning text of u8:�nd. begindocument
Undefined control sequence. ...}1Ap�ndice.1.Alph1
And so on. What am I doing wrong?
titlesec unicode spanish appendix
My code is like this:
usepackage[utf8]inputenc %encoding multi-byte
usepackage[T1]fontenc %para los separación de palabras "can-ción"
usepackage[spanish]babel %traducir al español Chapters, Contents, etc.
usepackagelmodern %Estilo de fuente
usepackageamsmath,amssymb,amsfonts,latexsym,textcomp %paquetes matematicos
usepackagetitlesec
makeatletter
newcommandsetappendixApéndice~thechapter:~
newcommandsetchapterthechapter~
makeatother
usepackage[titletoc]appendix
begindocument
tableofcontents
...TEXT...
beginappendices
chapterBLA,BLA
endappendices
enddocument
I expected to see the appendix pages like this: Apéndice A. BLA,BLA. but I receive error messages:
Missing endcsname inserted. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Missing number, treated as zero. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Package inputenc Error: Invalid UTF-8 byte sequence. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra else. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra endcsname. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Missing endcsname inserted. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
Extra endcsname. ...C5475B - Hoja de Datos }Ap�ndice.1.Alph2
File ended while scanning text of u8:�nd. begindocument
Undefined control sequence. ...}1Ap�ndice.1.Alph1
And so on. What am I doing wrong?
titlesec unicode spanish appendix
titlesec unicode spanish appendix
asked 3 mins ago
Juan Alcides Molina LópezJuan Alcides Molina López
61
61
add a comment |
add a comment |
0
active
oldest
votes
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f482516%2fuse-of-packages-titlesec-and-appendix-in-spanish-babel-with-utf8%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f482516%2fuse-of-packages-titlesec-and-appendix-in-spanish-babel-with-utf8%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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