How to reduce top margin with newlfm? The 2019 Stack Overflow Developer Survey Results Are...
How to colour the US map with Yellow, Green, Red and Blue to minimize the number of states with the colour of Green
How to copy the contents of all files with a certain name into a new file?
Didn't get enough time to take a Coding Test - what to do now?
University's motivation for having tenure-track positions
How to pronounce 1ターン?
Simulating Exploding Dice
Is there a writing software that you can sort scenes like slides in PowerPoint?
Why is superheterodyning better than direct conversion?
How are presidential pardons supposed to be used?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
How can I protect witches in combat who wear limited clothing?
What information about me do stores get via my credit card?
Did the new image of black hole confirm the general theory of relativity?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
How can I define good in a religion that claims no moral authority?
I could not break this equation. Please help me
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
How long does the line of fire that you can create as an action using the Investiture of Flame spell last?
Typeface like Times New Roman but with "tied" percent sign
Cooking pasta in a water boiler
How did passengers keep warm on sail ships?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Keeping a retro style to sci-fi spaceships?
How to reduce top margin with newlfm?
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)newlfm date annoyancenewlfm with multiple “from” namesNo “to address” in a newlfm letterUnderfull hbox (badness 10000) detected with newlfm classHow to remove signature from newlfm?newlfm bottom margin problemFormatting newlfm document: (1) top alignment, and (2) disappearing marginMargins with newlfmMargin issues with newlfm class and hyperref package
I am using a standard letter from newlfm
. I already adjusted it a bit to my needs (not in the below example code), but I cannot figure out how to reduce the space to the top (between the address and the top of the document). I tried newlfmP{headermarginsize=0in}
but it still seems to be too far down. Is it possible to shift the whole text a bit more up? I also tried something with geometry
package, but it didn't seem to have an effect either.
%title{...}
%
%
documentclass[11pt,stdletter,orderfromtodate,sigleft]{newlfm}
usepackage{blindtext, xfrac}
newlfmP{sigsize=10pt}
PhrPhone{Phone}
PhrEmail{Email}
newlfmP{Headlinewd=0pt,Footlinewd=0pt}
namefrom{...}
addrfrom{
Insert address
}
phonefrom{insert phone}
emailfrom{insert email}
dateset{insert date}% Date
begin{document}
begin{newlfm}
textbf{Subject}: text text text text text text text text text \
vspace{3mm}
Dear Sir or Madam,\
blaaa
end{newlfm}
end{document}
newlfm
bumped to the homepage by Community♦ 13 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am using a standard letter from newlfm
. I already adjusted it a bit to my needs (not in the below example code), but I cannot figure out how to reduce the space to the top (between the address and the top of the document). I tried newlfmP{headermarginsize=0in}
but it still seems to be too far down. Is it possible to shift the whole text a bit more up? I also tried something with geometry
package, but it didn't seem to have an effect either.
%title{...}
%
%
documentclass[11pt,stdletter,orderfromtodate,sigleft]{newlfm}
usepackage{blindtext, xfrac}
newlfmP{sigsize=10pt}
PhrPhone{Phone}
PhrEmail{Email}
newlfmP{Headlinewd=0pt,Footlinewd=0pt}
namefrom{...}
addrfrom{
Insert address
}
phonefrom{insert phone}
emailfrom{insert email}
dateset{insert date}% Date
begin{document}
begin{newlfm}
textbf{Subject}: text text text text text text text text text \
vspace{3mm}
Dear Sir or Madam,\
blaaa
end{newlfm}
end{document}
newlfm
bumped to the homepage by Community♦ 13 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Actually a more important question: how do i remove/reduce white space in general in newlfm? I would for example like to reduce the space above "Dear Sir or Madam.." but I cannot figure out how
– Dreica
Apr 30 '16 at 20:46
add a comment |
I am using a standard letter from newlfm
. I already adjusted it a bit to my needs (not in the below example code), but I cannot figure out how to reduce the space to the top (between the address and the top of the document). I tried newlfmP{headermarginsize=0in}
but it still seems to be too far down. Is it possible to shift the whole text a bit more up? I also tried something with geometry
package, but it didn't seem to have an effect either.
%title{...}
%
%
documentclass[11pt,stdletter,orderfromtodate,sigleft]{newlfm}
usepackage{blindtext, xfrac}
newlfmP{sigsize=10pt}
PhrPhone{Phone}
PhrEmail{Email}
newlfmP{Headlinewd=0pt,Footlinewd=0pt}
namefrom{...}
addrfrom{
Insert address
}
phonefrom{insert phone}
emailfrom{insert email}
dateset{insert date}% Date
begin{document}
begin{newlfm}
textbf{Subject}: text text text text text text text text text \
vspace{3mm}
Dear Sir or Madam,\
blaaa
end{newlfm}
end{document}
newlfm
I am using a standard letter from newlfm
. I already adjusted it a bit to my needs (not in the below example code), but I cannot figure out how to reduce the space to the top (between the address and the top of the document). I tried newlfmP{headermarginsize=0in}
but it still seems to be too far down. Is it possible to shift the whole text a bit more up? I also tried something with geometry
package, but it didn't seem to have an effect either.
%title{...}
%
%
documentclass[11pt,stdletter,orderfromtodate,sigleft]{newlfm}
usepackage{blindtext, xfrac}
newlfmP{sigsize=10pt}
PhrPhone{Phone}
PhrEmail{Email}
newlfmP{Headlinewd=0pt,Footlinewd=0pt}
namefrom{...}
addrfrom{
Insert address
}
phonefrom{insert phone}
emailfrom{insert email}
dateset{insert date}% Date
begin{document}
begin{newlfm}
textbf{Subject}: text text text text text text text text text \
vspace{3mm}
Dear Sir or Madam,\
blaaa
end{newlfm}
end{document}
newlfm
newlfm
edited May 1 '16 at 0:02
Kurt
41.1k950164
41.1k950164
asked Apr 30 '16 at 19:29
DreicaDreica
332
332
bumped to the homepage by Community♦ 13 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 13 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Actually a more important question: how do i remove/reduce white space in general in newlfm? I would for example like to reduce the space above "Dear Sir or Madam.." but I cannot figure out how
– Dreica
Apr 30 '16 at 20:46
add a comment |
Actually a more important question: how do i remove/reduce white space in general in newlfm? I would for example like to reduce the space above "Dear Sir or Madam.." but I cannot figure out how
– Dreica
Apr 30 '16 at 20:46
Actually a more important question: how do i remove/reduce white space in general in newlfm? I would for example like to reduce the space above "Dear Sir or Madam.." but I cannot figure out how
– Dreica
Apr 30 '16 at 20:46
Actually a more important question: how do i remove/reduce white space in general in newlfm? I would for example like to reduce the space above "Dear Sir or Madam.." but I cannot figure out how
– Dreica
Apr 30 '16 at 20:46
add a comment |
1 Answer
1
active
oldest
votes
To adjust vertical whitespace in newlfm
there are various commands. See the table at the end of this post.
For your specific need, I think the commands
newlfmP{dateskipbefore=-1cm}
newlfmP{dateskipafter=0cm}
will "reduce the space to the top (between the address and the top of the document)" as you request. Note how negative numbers can be used to reduce the space. For more information on newlfm
, see LaTeX’s alternative letter class newlfm
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
});
}
});
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%2f307188%2fhow-to-reduce-top-margin-with-newlfm%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
To adjust vertical whitespace in newlfm
there are various commands. See the table at the end of this post.
For your specific need, I think the commands
newlfmP{dateskipbefore=-1cm}
newlfmP{dateskipafter=0cm}
will "reduce the space to the top (between the address and the top of the document)" as you request. Note how negative numbers can be used to reduce the space. For more information on newlfm
, see LaTeX’s alternative letter class newlfm
add a comment |
To adjust vertical whitespace in newlfm
there are various commands. See the table at the end of this post.
For your specific need, I think the commands
newlfmP{dateskipbefore=-1cm}
newlfmP{dateskipafter=0cm}
will "reduce the space to the top (between the address and the top of the document)" as you request. Note how negative numbers can be used to reduce the space. For more information on newlfm
, see LaTeX’s alternative letter class newlfm
add a comment |
To adjust vertical whitespace in newlfm
there are various commands. See the table at the end of this post.
For your specific need, I think the commands
newlfmP{dateskipbefore=-1cm}
newlfmP{dateskipafter=0cm}
will "reduce the space to the top (between the address and the top of the document)" as you request. Note how negative numbers can be used to reduce the space. For more information on newlfm
, see LaTeX’s alternative letter class newlfm
To adjust vertical whitespace in newlfm
there are various commands. See the table at the end of this post.
For your specific need, I think the commands
newlfmP{dateskipbefore=-1cm}
newlfmP{dateskipafter=0cm}
will "reduce the space to the top (between the address and the top of the document)" as you request. Note how negative numbers can be used to reduce the space. For more information on newlfm
, see LaTeX’s alternative letter class newlfm
answered Apr 19 '18 at 2:03
MiloMilo
6,83721951
6,83721951
add a comment |
add a comment |
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%2f307188%2fhow-to-reduce-top-margin-with-newlfm%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
Actually a more important question: how do i remove/reduce white space in general in newlfm? I would for example like to reduce the space above "Dear Sir or Madam.." but I cannot figure out how
– Dreica
Apr 30 '16 at 20:46