Can't figure out how to indent with the packages
up vote
2
down vote
favorite
I'm trying to write my personal statement, and I used some new packages to format it. I can't figure out why it won't let me indent the paragraphs. I've tried par
, hspace
, etc, but I've had no luck. Below I've posted the preamble and what the beginning of the statement looks like.
documentclass[a4paper,10pt]{article}
usepackage{marvosym}
usepackage{fontspec}
usepackage{xunicode,xltxtra,url,parskip}
RequirePackage{color,graphicx}
usepackage[usenames,dvipsnames]{xcolor}
usepackage[big]{layaureo}
usepackage{titlesec}
usepackage{setspace}
usepackage{hyperref}
definecolor{linkcolour}{rgb}{0,0.2,0.6}
hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
usepackage{array}
usepackage{indentfirst}
setlengthparindent{24pt}
defaultfontfeatures{Mapping=tex-text}
setmainfont[
SmallCapsFont = Fontin-SmallCaps.otf,
BoldFont = Fontin-Bold.otf,
ItalicFont = Fontin-Italic.otf
]
{Fontin.otf}
titleformat{section}{Largescshaperaggedright}{}{0em}{}[titlerule]
titlespacing{section}{0pt}{3pt}{3pt}
usepackage{geometry}
geometry{top=0.75in,bottom=0.75in,left=0.75in,right=0.75in}
begin{document}
%Beginning of the statement
begin{doublespace}
normalsize
This is the first sentence of the personal statement.
end{doublespace}
end{document}
packages indentation preamble
New contributor
add a comment |
up vote
2
down vote
favorite
I'm trying to write my personal statement, and I used some new packages to format it. I can't figure out why it won't let me indent the paragraphs. I've tried par
, hspace
, etc, but I've had no luck. Below I've posted the preamble and what the beginning of the statement looks like.
documentclass[a4paper,10pt]{article}
usepackage{marvosym}
usepackage{fontspec}
usepackage{xunicode,xltxtra,url,parskip}
RequirePackage{color,graphicx}
usepackage[usenames,dvipsnames]{xcolor}
usepackage[big]{layaureo}
usepackage{titlesec}
usepackage{setspace}
usepackage{hyperref}
definecolor{linkcolour}{rgb}{0,0.2,0.6}
hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
usepackage{array}
usepackage{indentfirst}
setlengthparindent{24pt}
defaultfontfeatures{Mapping=tex-text}
setmainfont[
SmallCapsFont = Fontin-SmallCaps.otf,
BoldFont = Fontin-Bold.otf,
ItalicFont = Fontin-Italic.otf
]
{Fontin.otf}
titleformat{section}{Largescshaperaggedright}{}{0em}{}[titlerule]
titlespacing{section}{0pt}{3pt}{3pt}
usepackage{geometry}
geometry{top=0.75in,bottom=0.75in,left=0.75in,right=0.75in}
begin{document}
%Beginning of the statement
begin{doublespace}
normalsize
This is the first sentence of the personal statement.
end{doublespace}
end{document}
packages indentation preamble
New contributor
Welcome to TeX.SE! Please make your code snippet compilable!
– Kurt
2 hours ago
I think I have made it compilable.
– lia.riley
2 hours ago
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm trying to write my personal statement, and I used some new packages to format it. I can't figure out why it won't let me indent the paragraphs. I've tried par
, hspace
, etc, but I've had no luck. Below I've posted the preamble and what the beginning of the statement looks like.
documentclass[a4paper,10pt]{article}
usepackage{marvosym}
usepackage{fontspec}
usepackage{xunicode,xltxtra,url,parskip}
RequirePackage{color,graphicx}
usepackage[usenames,dvipsnames]{xcolor}
usepackage[big]{layaureo}
usepackage{titlesec}
usepackage{setspace}
usepackage{hyperref}
definecolor{linkcolour}{rgb}{0,0.2,0.6}
hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
usepackage{array}
usepackage{indentfirst}
setlengthparindent{24pt}
defaultfontfeatures{Mapping=tex-text}
setmainfont[
SmallCapsFont = Fontin-SmallCaps.otf,
BoldFont = Fontin-Bold.otf,
ItalicFont = Fontin-Italic.otf
]
{Fontin.otf}
titleformat{section}{Largescshaperaggedright}{}{0em}{}[titlerule]
titlespacing{section}{0pt}{3pt}{3pt}
usepackage{geometry}
geometry{top=0.75in,bottom=0.75in,left=0.75in,right=0.75in}
begin{document}
%Beginning of the statement
begin{doublespace}
normalsize
This is the first sentence of the personal statement.
end{doublespace}
end{document}
packages indentation preamble
New contributor
I'm trying to write my personal statement, and I used some new packages to format it. I can't figure out why it won't let me indent the paragraphs. I've tried par
, hspace
, etc, but I've had no luck. Below I've posted the preamble and what the beginning of the statement looks like.
documentclass[a4paper,10pt]{article}
usepackage{marvosym}
usepackage{fontspec}
usepackage{xunicode,xltxtra,url,parskip}
RequirePackage{color,graphicx}
usepackage[usenames,dvipsnames]{xcolor}
usepackage[big]{layaureo}
usepackage{titlesec}
usepackage{setspace}
usepackage{hyperref}
definecolor{linkcolour}{rgb}{0,0.2,0.6}
hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
usepackage{array}
usepackage{indentfirst}
setlengthparindent{24pt}
defaultfontfeatures{Mapping=tex-text}
setmainfont[
SmallCapsFont = Fontin-SmallCaps.otf,
BoldFont = Fontin-Bold.otf,
ItalicFont = Fontin-Italic.otf
]
{Fontin.otf}
titleformat{section}{Largescshaperaggedright}{}{0em}{}[titlerule]
titlespacing{section}{0pt}{3pt}{3pt}
usepackage{geometry}
geometry{top=0.75in,bottom=0.75in,left=0.75in,right=0.75in}
begin{document}
%Beginning of the statement
begin{doublespace}
normalsize
This is the first sentence of the personal statement.
end{doublespace}
end{document}
packages indentation preamble
packages indentation preamble
New contributor
New contributor
edited 1 hour ago
Kurt
34.3k846157
34.3k846157
New contributor
asked 3 hours ago
lia.riley
112
112
New contributor
New contributor
Welcome to TeX.SE! Please make your code snippet compilable!
– Kurt
2 hours ago
I think I have made it compilable.
– lia.riley
2 hours ago
add a comment |
Welcome to TeX.SE! Please make your code snippet compilable!
– Kurt
2 hours ago
I think I have made it compilable.
– lia.riley
2 hours ago
Welcome to TeX.SE! Please make your code snippet compilable!
– Kurt
2 hours ago
Welcome to TeX.SE! Please make your code snippet compilable!
– Kurt
2 hours ago
I think I have made it compilable.
– lia.riley
2 hours ago
I think I have made it compilable.
– lia.riley
2 hours ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Well, with a little changing of the order of calling packages and adding some text and a section I see indentiation ...
Please see the following MWE (please see I commented your used font I have not installed):
documentclass[a4paper,10pt]{article}
usepackage{marvosym}
usepackage{fontspec}
usepackage{xunicode,xltxtra,url,parskip}
usepackage{color,graphicx}
usepackage[usenames,dvipsnames]{xcolor}
usepackage[big]{layaureo} % <==========================================??
usepackage{titlesec}
usepackage{setspace}
usepackage{blindtext}
usepackage{array}
usepackage{indentfirst}
usepackage{geometry}
geometry{top=0.75in,bottom=0.75in,left=0.75in,right=0.75in}
usepackage{hyperref}
definecolor{linkcolour}{rgb}{0,0.2,0.6}
hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
setlengthparindent{24pt}
defaultfontfeatures{Mapping=tex-text}
%setmainfont[
%SmallCapsFont = Fontin-SmallCaps.otf,
%BoldFont = Fontin-Bold.otf,
%ItalicFont = Fontin-Italic.otf
%]
%{Fontin.otf}
titleformat{section}{Largescshaperaggedright}{}{0em}{}[titlerule]
titlespacing{section}{0pt}{3pt}{3pt}
begin{document}
%Beginning of the statement
section{Test}
blindtext
begin{doublespace}
normalsize
This is the first sentence of the personal statement.
end{doublespace}
blindtext
end{document}
the following result:
Please see that package hyperref
should be called last in your case ...
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Well, with a little changing of the order of calling packages and adding some text and a section I see indentiation ...
Please see the following MWE (please see I commented your used font I have not installed):
documentclass[a4paper,10pt]{article}
usepackage{marvosym}
usepackage{fontspec}
usepackage{xunicode,xltxtra,url,parskip}
usepackage{color,graphicx}
usepackage[usenames,dvipsnames]{xcolor}
usepackage[big]{layaureo} % <==========================================??
usepackage{titlesec}
usepackage{setspace}
usepackage{blindtext}
usepackage{array}
usepackage{indentfirst}
usepackage{geometry}
geometry{top=0.75in,bottom=0.75in,left=0.75in,right=0.75in}
usepackage{hyperref}
definecolor{linkcolour}{rgb}{0,0.2,0.6}
hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
setlengthparindent{24pt}
defaultfontfeatures{Mapping=tex-text}
%setmainfont[
%SmallCapsFont = Fontin-SmallCaps.otf,
%BoldFont = Fontin-Bold.otf,
%ItalicFont = Fontin-Italic.otf
%]
%{Fontin.otf}
titleformat{section}{Largescshaperaggedright}{}{0em}{}[titlerule]
titlespacing{section}{0pt}{3pt}{3pt}
begin{document}
%Beginning of the statement
section{Test}
blindtext
begin{doublespace}
normalsize
This is the first sentence of the personal statement.
end{doublespace}
blindtext
end{document}
the following result:
Please see that package hyperref
should be called last in your case ...
add a comment |
up vote
1
down vote
Well, with a little changing of the order of calling packages and adding some text and a section I see indentiation ...
Please see the following MWE (please see I commented your used font I have not installed):
documentclass[a4paper,10pt]{article}
usepackage{marvosym}
usepackage{fontspec}
usepackage{xunicode,xltxtra,url,parskip}
usepackage{color,graphicx}
usepackage[usenames,dvipsnames]{xcolor}
usepackage[big]{layaureo} % <==========================================??
usepackage{titlesec}
usepackage{setspace}
usepackage{blindtext}
usepackage{array}
usepackage{indentfirst}
usepackage{geometry}
geometry{top=0.75in,bottom=0.75in,left=0.75in,right=0.75in}
usepackage{hyperref}
definecolor{linkcolour}{rgb}{0,0.2,0.6}
hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
setlengthparindent{24pt}
defaultfontfeatures{Mapping=tex-text}
%setmainfont[
%SmallCapsFont = Fontin-SmallCaps.otf,
%BoldFont = Fontin-Bold.otf,
%ItalicFont = Fontin-Italic.otf
%]
%{Fontin.otf}
titleformat{section}{Largescshaperaggedright}{}{0em}{}[titlerule]
titlespacing{section}{0pt}{3pt}{3pt}
begin{document}
%Beginning of the statement
section{Test}
blindtext
begin{doublespace}
normalsize
This is the first sentence of the personal statement.
end{doublespace}
blindtext
end{document}
the following result:
Please see that package hyperref
should be called last in your case ...
add a comment |
up vote
1
down vote
up vote
1
down vote
Well, with a little changing of the order of calling packages and adding some text and a section I see indentiation ...
Please see the following MWE (please see I commented your used font I have not installed):
documentclass[a4paper,10pt]{article}
usepackage{marvosym}
usepackage{fontspec}
usepackage{xunicode,xltxtra,url,parskip}
usepackage{color,graphicx}
usepackage[usenames,dvipsnames]{xcolor}
usepackage[big]{layaureo} % <==========================================??
usepackage{titlesec}
usepackage{setspace}
usepackage{blindtext}
usepackage{array}
usepackage{indentfirst}
usepackage{geometry}
geometry{top=0.75in,bottom=0.75in,left=0.75in,right=0.75in}
usepackage{hyperref}
definecolor{linkcolour}{rgb}{0,0.2,0.6}
hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
setlengthparindent{24pt}
defaultfontfeatures{Mapping=tex-text}
%setmainfont[
%SmallCapsFont = Fontin-SmallCaps.otf,
%BoldFont = Fontin-Bold.otf,
%ItalicFont = Fontin-Italic.otf
%]
%{Fontin.otf}
titleformat{section}{Largescshaperaggedright}{}{0em}{}[titlerule]
titlespacing{section}{0pt}{3pt}{3pt}
begin{document}
%Beginning of the statement
section{Test}
blindtext
begin{doublespace}
normalsize
This is the first sentence of the personal statement.
end{doublespace}
blindtext
end{document}
the following result:
Please see that package hyperref
should be called last in your case ...
Well, with a little changing of the order of calling packages and adding some text and a section I see indentiation ...
Please see the following MWE (please see I commented your used font I have not installed):
documentclass[a4paper,10pt]{article}
usepackage{marvosym}
usepackage{fontspec}
usepackage{xunicode,xltxtra,url,parskip}
usepackage{color,graphicx}
usepackage[usenames,dvipsnames]{xcolor}
usepackage[big]{layaureo} % <==========================================??
usepackage{titlesec}
usepackage{setspace}
usepackage{blindtext}
usepackage{array}
usepackage{indentfirst}
usepackage{geometry}
geometry{top=0.75in,bottom=0.75in,left=0.75in,right=0.75in}
usepackage{hyperref}
definecolor{linkcolour}{rgb}{0,0.2,0.6}
hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
setlengthparindent{24pt}
defaultfontfeatures{Mapping=tex-text}
%setmainfont[
%SmallCapsFont = Fontin-SmallCaps.otf,
%BoldFont = Fontin-Bold.otf,
%ItalicFont = Fontin-Italic.otf
%]
%{Fontin.otf}
titleformat{section}{Largescshaperaggedright}{}{0em}{}[titlerule]
titlespacing{section}{0pt}{3pt}{3pt}
begin{document}
%Beginning of the statement
section{Test}
blindtext
begin{doublespace}
normalsize
This is the first sentence of the personal statement.
end{doublespace}
blindtext
end{document}
the following result:
Please see that package hyperref
should be called last in your case ...
answered 1 hour ago
Kurt
34.3k846157
34.3k846157
add a comment |
add a comment |
lia.riley is a new contributor. Be nice, and check out our Code of Conduct.
lia.riley is a new contributor. Be nice, and check out our Code of Conduct.
lia.riley is a new contributor. Be nice, and check out our Code of Conduct.
lia.riley 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f463078%2fcant-figure-out-how-to-indent-with-the-packages%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
Welcome to TeX.SE! Please make your code snippet compilable!
– Kurt
2 hours ago
I think I have made it compilable.
– lia.riley
2 hours ago