Undesired extra space on the left












0















Hello I am using MikTex in TexStudios and I have this document:



documentclass[paper=letter,fontsize=11pt]{scrartcl} % KOMA-article class

usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage[protrusion=true,expansion=true]{microtype}
usepackage{amsmath,amsfonts,amsthm} % Math packages
usepackage{graphicx} % Enable pdflatex
usepackage[svgnames]{xcolor} % Colors by their 'svgnames'
usepackage{geometry}
usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
usepackage{float}
usepackage{etaremune}
usepackage{wrapfig}

frenchspacing % Better looking spacings after periods
pagestyle{empty} % No pagenumbers/headers/footers

%addtolength{voffset}{-40pt}
%addtolength{textheight}{20pt}

setlengthtopmargin{0pt}
addtolengthtopmargin{-headheight}
addtolengthtopmargin{-headsep}
setlengthoddsidemargin{0pt}
setlengthtextwidth{paperwidth}
addtolengthtextwidth{-2in}
setlengthtextheight{paperheight}
%addtolengthtextheight{-3in}
addtolengthtextheight{-2in}
usepackage{layout}
usepackage{multicol}

%%% Custom sectioning}{sectsty package)
%%% ------------------------------------------------------------
usepackage{sectsty}

sectionfont{% % Change font of section command
usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
sectionrule{0pt}{0pt}{-5pt}{3pt}}

%%% Macros
%%% ------------------------------------------------------------
newlength{spacebox}
settowidth{spacebox}{8888888888} % Box to align text
newcommand{sepspace}{vspace*{1em}} % Vertical space macro

newcommand{NewPart}[2]{section*{uppercase{#1} #2}}



%%% Begin Document
%%% ------------------------------------------------------------
begin{document}
{Hugeusefont{OT1}{phv}{b}{n}{Bruce Dickinson}}\
Address
href{mailto:mymail@somewhere.com}{mymail@somewhere.com}\
07575349875437
end{document}


and I don't understand why there is space left before Bruce, does anyone know why this is happening?



The result is in the picture:
enter image description here










share|improve this question







New contributor




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





















  • Welcome to TeX.SE! Try noindent{Hugeusefont{OT1}{phv}{b}{n}{Bruce Dickinson}}\ .

    – marmot
    2 hours ago













  • hey marmot, I did try that and it worked! I would like to understand why am I forced to use noindent though. If I write normal text it doesn't indent it as you can see from address... could you explain me why?

    – Alakanu
    2 hours ago











  • You use a document class that comes with indents at the beginning of a paragraph. \ does not end a paragraph, and you should not use it this way. From what I see, you are not using the document class that might be optimal for your task. It looks to me that you are writing a letter, and there are several document classes for that, perhaps scrletter may be more appropriate.

    – marmot
    1 hour ago











  • @marmot I am writing a CV, thanks for the explanation

    – Alakanu
    1 hour ago











  • There are also dedicated CV document classes. (Sorry for misinterpreting your document!)

    – marmot
    1 hour ago
















0















Hello I am using MikTex in TexStudios and I have this document:



documentclass[paper=letter,fontsize=11pt]{scrartcl} % KOMA-article class

usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage[protrusion=true,expansion=true]{microtype}
usepackage{amsmath,amsfonts,amsthm} % Math packages
usepackage{graphicx} % Enable pdflatex
usepackage[svgnames]{xcolor} % Colors by their 'svgnames'
usepackage{geometry}
usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
usepackage{float}
usepackage{etaremune}
usepackage{wrapfig}

frenchspacing % Better looking spacings after periods
pagestyle{empty} % No pagenumbers/headers/footers

%addtolength{voffset}{-40pt}
%addtolength{textheight}{20pt}

setlengthtopmargin{0pt}
addtolengthtopmargin{-headheight}
addtolengthtopmargin{-headsep}
setlengthoddsidemargin{0pt}
setlengthtextwidth{paperwidth}
addtolengthtextwidth{-2in}
setlengthtextheight{paperheight}
%addtolengthtextheight{-3in}
addtolengthtextheight{-2in}
usepackage{layout}
usepackage{multicol}

%%% Custom sectioning}{sectsty package)
%%% ------------------------------------------------------------
usepackage{sectsty}

sectionfont{% % Change font of section command
usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
sectionrule{0pt}{0pt}{-5pt}{3pt}}

%%% Macros
%%% ------------------------------------------------------------
newlength{spacebox}
settowidth{spacebox}{8888888888} % Box to align text
newcommand{sepspace}{vspace*{1em}} % Vertical space macro

newcommand{NewPart}[2]{section*{uppercase{#1} #2}}



%%% Begin Document
%%% ------------------------------------------------------------
begin{document}
{Hugeusefont{OT1}{phv}{b}{n}{Bruce Dickinson}}\
Address
href{mailto:mymail@somewhere.com}{mymail@somewhere.com}\
07575349875437
end{document}


and I don't understand why there is space left before Bruce, does anyone know why this is happening?



The result is in the picture:
enter image description here










share|improve this question







New contributor




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





















  • Welcome to TeX.SE! Try noindent{Hugeusefont{OT1}{phv}{b}{n}{Bruce Dickinson}}\ .

    – marmot
    2 hours ago













  • hey marmot, I did try that and it worked! I would like to understand why am I forced to use noindent though. If I write normal text it doesn't indent it as you can see from address... could you explain me why?

    – Alakanu
    2 hours ago











  • You use a document class that comes with indents at the beginning of a paragraph. \ does not end a paragraph, and you should not use it this way. From what I see, you are not using the document class that might be optimal for your task. It looks to me that you are writing a letter, and there are several document classes for that, perhaps scrletter may be more appropriate.

    – marmot
    1 hour ago











  • @marmot I am writing a CV, thanks for the explanation

    – Alakanu
    1 hour ago











  • There are also dedicated CV document classes. (Sorry for misinterpreting your document!)

    – marmot
    1 hour ago














0












0








0








Hello I am using MikTex in TexStudios and I have this document:



documentclass[paper=letter,fontsize=11pt]{scrartcl} % KOMA-article class

usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage[protrusion=true,expansion=true]{microtype}
usepackage{amsmath,amsfonts,amsthm} % Math packages
usepackage{graphicx} % Enable pdflatex
usepackage[svgnames]{xcolor} % Colors by their 'svgnames'
usepackage{geometry}
usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
usepackage{float}
usepackage{etaremune}
usepackage{wrapfig}

frenchspacing % Better looking spacings after periods
pagestyle{empty} % No pagenumbers/headers/footers

%addtolength{voffset}{-40pt}
%addtolength{textheight}{20pt}

setlengthtopmargin{0pt}
addtolengthtopmargin{-headheight}
addtolengthtopmargin{-headsep}
setlengthoddsidemargin{0pt}
setlengthtextwidth{paperwidth}
addtolengthtextwidth{-2in}
setlengthtextheight{paperheight}
%addtolengthtextheight{-3in}
addtolengthtextheight{-2in}
usepackage{layout}
usepackage{multicol}

%%% Custom sectioning}{sectsty package)
%%% ------------------------------------------------------------
usepackage{sectsty}

sectionfont{% % Change font of section command
usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
sectionrule{0pt}{0pt}{-5pt}{3pt}}

%%% Macros
%%% ------------------------------------------------------------
newlength{spacebox}
settowidth{spacebox}{8888888888} % Box to align text
newcommand{sepspace}{vspace*{1em}} % Vertical space macro

newcommand{NewPart}[2]{section*{uppercase{#1} #2}}



%%% Begin Document
%%% ------------------------------------------------------------
begin{document}
{Hugeusefont{OT1}{phv}{b}{n}{Bruce Dickinson}}\
Address
href{mailto:mymail@somewhere.com}{mymail@somewhere.com}\
07575349875437
end{document}


and I don't understand why there is space left before Bruce, does anyone know why this is happening?



The result is in the picture:
enter image description here










share|improve this question







New contributor




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












Hello I am using MikTex in TexStudios and I have this document:



documentclass[paper=letter,fontsize=11pt]{scrartcl} % KOMA-article class

usepackage[english]{babel}
usepackage[utf8x]{inputenc}
usepackage[protrusion=true,expansion=true]{microtype}
usepackage{amsmath,amsfonts,amsthm} % Math packages
usepackage{graphicx} % Enable pdflatex
usepackage[svgnames]{xcolor} % Colors by their 'svgnames'
usepackage{geometry}
usepackage[colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref}
usepackage{float}
usepackage{etaremune}
usepackage{wrapfig}

frenchspacing % Better looking spacings after periods
pagestyle{empty} % No pagenumbers/headers/footers

%addtolength{voffset}{-40pt}
%addtolength{textheight}{20pt}

setlengthtopmargin{0pt}
addtolengthtopmargin{-headheight}
addtolengthtopmargin{-headsep}
setlengthoddsidemargin{0pt}
setlengthtextwidth{paperwidth}
addtolengthtextwidth{-2in}
setlengthtextheight{paperheight}
%addtolengthtextheight{-3in}
addtolengthtextheight{-2in}
usepackage{layout}
usepackage{multicol}

%%% Custom sectioning}{sectsty package)
%%% ------------------------------------------------------------
usepackage{sectsty}

sectionfont{% % Change font of section command
usefont{OT1}{phv}{b}{n}% % bch-b-n: CharterBT-Bold font
sectionrule{0pt}{0pt}{-5pt}{3pt}}

%%% Macros
%%% ------------------------------------------------------------
newlength{spacebox}
settowidth{spacebox}{8888888888} % Box to align text
newcommand{sepspace}{vspace*{1em}} % Vertical space macro

newcommand{NewPart}[2]{section*{uppercase{#1} #2}}



%%% Begin Document
%%% ------------------------------------------------------------
begin{document}
{Hugeusefont{OT1}{phv}{b}{n}{Bruce Dickinson}}\
Address
href{mailto:mymail@somewhere.com}{mymail@somewhere.com}\
07575349875437
end{document}


and I don't understand why there is space left before Bruce, does anyone know why this is happening?



The result is in the picture:
enter image description here







horizontal-alignment miktex






share|improve this question







New contributor




Alakanu 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




Alakanu 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




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









asked 2 hours ago









AlakanuAlakanu

1011




1011




New contributor




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





New contributor





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






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













  • Welcome to TeX.SE! Try noindent{Hugeusefont{OT1}{phv}{b}{n}{Bruce Dickinson}}\ .

    – marmot
    2 hours ago













  • hey marmot, I did try that and it worked! I would like to understand why am I forced to use noindent though. If I write normal text it doesn't indent it as you can see from address... could you explain me why?

    – Alakanu
    2 hours ago











  • You use a document class that comes with indents at the beginning of a paragraph. \ does not end a paragraph, and you should not use it this way. From what I see, you are not using the document class that might be optimal for your task. It looks to me that you are writing a letter, and there are several document classes for that, perhaps scrletter may be more appropriate.

    – marmot
    1 hour ago











  • @marmot I am writing a CV, thanks for the explanation

    – Alakanu
    1 hour ago











  • There are also dedicated CV document classes. (Sorry for misinterpreting your document!)

    – marmot
    1 hour ago



















  • Welcome to TeX.SE! Try noindent{Hugeusefont{OT1}{phv}{b}{n}{Bruce Dickinson}}\ .

    – marmot
    2 hours ago













  • hey marmot, I did try that and it worked! I would like to understand why am I forced to use noindent though. If I write normal text it doesn't indent it as you can see from address... could you explain me why?

    – Alakanu
    2 hours ago











  • You use a document class that comes with indents at the beginning of a paragraph. \ does not end a paragraph, and you should not use it this way. From what I see, you are not using the document class that might be optimal for your task. It looks to me that you are writing a letter, and there are several document classes for that, perhaps scrletter may be more appropriate.

    – marmot
    1 hour ago











  • @marmot I am writing a CV, thanks for the explanation

    – Alakanu
    1 hour ago











  • There are also dedicated CV document classes. (Sorry for misinterpreting your document!)

    – marmot
    1 hour ago

















Welcome to TeX.SE! Try noindent{Hugeusefont{OT1}{phv}{b}{n}{Bruce Dickinson}}\ .

– marmot
2 hours ago







Welcome to TeX.SE! Try noindent{Hugeusefont{OT1}{phv}{b}{n}{Bruce Dickinson}}\ .

– marmot
2 hours ago















hey marmot, I did try that and it worked! I would like to understand why am I forced to use noindent though. If I write normal text it doesn't indent it as you can see from address... could you explain me why?

– Alakanu
2 hours ago





hey marmot, I did try that and it worked! I would like to understand why am I forced to use noindent though. If I write normal text it doesn't indent it as you can see from address... could you explain me why?

– Alakanu
2 hours ago













You use a document class that comes with indents at the beginning of a paragraph. \ does not end a paragraph, and you should not use it this way. From what I see, you are not using the document class that might be optimal for your task. It looks to me that you are writing a letter, and there are several document classes for that, perhaps scrletter may be more appropriate.

– marmot
1 hour ago





You use a document class that comes with indents at the beginning of a paragraph. \ does not end a paragraph, and you should not use it this way. From what I see, you are not using the document class that might be optimal for your task. It looks to me that you are writing a letter, and there are several document classes for that, perhaps scrletter may be more appropriate.

– marmot
1 hour ago













@marmot I am writing a CV, thanks for the explanation

– Alakanu
1 hour ago





@marmot I am writing a CV, thanks for the explanation

– Alakanu
1 hour ago













There are also dedicated CV document classes. (Sorry for misinterpreting your document!)

– marmot
1 hour ago





There are also dedicated CV document classes. (Sorry for misinterpreting your document!)

– marmot
1 hour ago










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
});


}
});






Alakanu 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%2f470323%2fundesired-extra-space-on-the-left%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








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










draft saved

draft discarded


















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













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












Alakanu 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f470323%2fundesired-extra-space-on-the-left%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Entries order in /etc/network/interfaces

新発田市

Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)