Setting the date position to the top right in a NF.lco (french style) koma scrlttr2Remove date from the...
Facing a paradox: Earnshaw's theorem in one dimension
What is going on with Captain Marvel's blood colour?
Why do I get two different answers for this counting problem?
Why can't we play rap on piano?
Fully-Firstable Anagram Sets
Infinite Abelian subgroup of infinite non Abelian group example
In a Spin are Both Wings Stalled?
What's the point of deactivating Num Lock on login screens?
Withdrawals from HSA
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
Should I tell management that I intend to leave due to bad software development practices?
Emailing HOD to enhance faculty application
Reserved de-dupe rules
Did Shadowfax go to Valinor?
Can I use a neutral wire from another outlet to repair a broken neutral?
AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?
Blender 2.8 I can't see vertices, edges or faces in edit mode
1960's book about a plague that kills all white people
How badly should I try to prevent a user from XSSing themselves?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
Doing something right before you need it - expression for this?
Took a trip to a parallel universe, need help deciphering
Anagram holiday
Neighboring nodes in the network
Setting the date position to the top right in a NF.lco (french style) koma scrlttr2
Remove date from the french style for the ConTeXt letter moduleHow to position the reference fields line in scrlttr2Left Justifying the Date with Scrlttr2Position the date with dinbriefscrlttr2: Position of the recipient's addressHow can I move the date from right (default) to left side in a letter in LaTeX?Moving CC in scrlttr2 to the top
I want to place the date aboce the receiver address in Koma scrlttr2. I'm using the NF.lco or LoadLetterOption{NF}
In French letters,
- the first line contains the date, flushed to the right
- then the sender address on the left
- then the receiver address on the right
- then the subject
- ...
I can use the excellent lettre class from 'Observatoire de Genève' to obtain the correct french layout (see below), but I'm constrained by my org-mode export tool using koma scrlttr2 as the latex class.
How do I do that ?
In fact I'de love to have an org-mode tool to export directly to the lettre class. An alternative would be to reproduce the 'lettre' layout in a .lco file. but that not my question here.
I probably have not read enough linearly the official documentation but random regex search in it for 'date' 'date.*position' 'position' did not give me satisfying results.
Below are illustration of what I have and then what I want
What I have

for the following code
documentclass[a4paper,11pt,french]{scrlttr2}
usepackage{palatino} usepackage[T1]{fontenc} usepackage{ucs}
usepackage[utf8x]{inputenc} usepackage{eurosym}
usepackage{geometry} usepackage{graphicx}
geometry{verbose,a4paper,lmargin=3cm,rmargin=3cm}
setlengthparskip{medskipamount} setlengthparindent{0pt}
usepackage{setspace} usepackage{lipsum} setstretch{1.15}
LoadLetterOption{NF}%
KOMAoptions{% fromalign=left% alignment of the address
,fromphone=true% print sender phone number ,fromemail=true%
print sender e-mail address ,fromlogo=true% print a logo
(position depends on fromalign) }
setkomavar{date}{le today}
setkomafont{backaddress}{rmfamily} setkomafont{fromaddress}{small}
setkomafont{fromname}{scshape} setkomavar{backaddressseparator}{
$cdot$ } setkomavar{backaddress}{}
setkomavar{emailseparator}{~:~} setkomavar{enclseparator}{ > }
setkomavar{fromaddress}{7-13 rue dejourney 49000 ANGERS}
setkomavar{fromemail}{gigiair@gigiair.fr}
setkomavar{fromname}{Gigiair} setkomavar{fromphone}{0123 456 789}
setkomavar{phoneseparator}{~:~} setkomavar{place}{Angers}
setkomavar{signature}{qquad qquad qquad qquad qquad qquad
qquad qquad qquad qquad qquad qquad quad quad
includegraphics[width=2.5cm]{signature}}
setkomavar{subjectseparator}{ >>> } setkomavar{subject}{Modèle}
usepackage{babel}
begin{document}
begin{letter}{`A Madame la centurion
Camps de Babaurum
Bretagne conquise} defconcname{Objet :~}
opening{Madame la centurion,} C'est une invitation pour manger du
sanglier roti. closing{à la tienne !}
cc{Panoramix et Obleix} end{letter} end{document}
and what I want

from the following code
documentclass[11pt, francais]{lettre} usepackage[T1]{fontenc}
usepackage[utf8]{inputenc} usepackage{lmodern}
usepackage[francais]{babel} usepackage{mathcomp} usepackage{url}
makeatletter newcommand*{NoRule}{renewcommand*{rule@length}{0}}
makeatother
begin{document}
begin{letter} {`A Madame la centurion
Camps de Babaurum
Bretagne conquise} defconcname{Objet :~} conc{Fête au village}
NoRule
name{Abraracourcix chef} address{Village des irréductibles
Gaulois Armorique} lieu{Bretagne Libre}
telephone{0123 456 789} nofax email{goscini@uderzo.be}
opening{Madame la centurion,} C'est une invitation pour manger du
sanglier roti. closing{à la tienne !}
cc{Panoramix et Obleix}
end{letter} end{document}
letters
add a comment |
I want to place the date aboce the receiver address in Koma scrlttr2. I'm using the NF.lco or LoadLetterOption{NF}
In French letters,
- the first line contains the date, flushed to the right
- then the sender address on the left
- then the receiver address on the right
- then the subject
- ...
I can use the excellent lettre class from 'Observatoire de Genève' to obtain the correct french layout (see below), but I'm constrained by my org-mode export tool using koma scrlttr2 as the latex class.
How do I do that ?
In fact I'de love to have an org-mode tool to export directly to the lettre class. An alternative would be to reproduce the 'lettre' layout in a .lco file. but that not my question here.
I probably have not read enough linearly the official documentation but random regex search in it for 'date' 'date.*position' 'position' did not give me satisfying results.
Below are illustration of what I have and then what I want
What I have

for the following code
documentclass[a4paper,11pt,french]{scrlttr2}
usepackage{palatino} usepackage[T1]{fontenc} usepackage{ucs}
usepackage[utf8x]{inputenc} usepackage{eurosym}
usepackage{geometry} usepackage{graphicx}
geometry{verbose,a4paper,lmargin=3cm,rmargin=3cm}
setlengthparskip{medskipamount} setlengthparindent{0pt}
usepackage{setspace} usepackage{lipsum} setstretch{1.15}
LoadLetterOption{NF}%
KOMAoptions{% fromalign=left% alignment of the address
,fromphone=true% print sender phone number ,fromemail=true%
print sender e-mail address ,fromlogo=true% print a logo
(position depends on fromalign) }
setkomavar{date}{le today}
setkomafont{backaddress}{rmfamily} setkomafont{fromaddress}{small}
setkomafont{fromname}{scshape} setkomavar{backaddressseparator}{
$cdot$ } setkomavar{backaddress}{}
setkomavar{emailseparator}{~:~} setkomavar{enclseparator}{ > }
setkomavar{fromaddress}{7-13 rue dejourney 49000 ANGERS}
setkomavar{fromemail}{gigiair@gigiair.fr}
setkomavar{fromname}{Gigiair} setkomavar{fromphone}{0123 456 789}
setkomavar{phoneseparator}{~:~} setkomavar{place}{Angers}
setkomavar{signature}{qquad qquad qquad qquad qquad qquad
qquad qquad qquad qquad qquad qquad quad quad
includegraphics[width=2.5cm]{signature}}
setkomavar{subjectseparator}{ >>> } setkomavar{subject}{Modèle}
usepackage{babel}
begin{document}
begin{letter}{`A Madame la centurion
Camps de Babaurum
Bretagne conquise} defconcname{Objet :~}
opening{Madame la centurion,} C'est une invitation pour manger du
sanglier roti. closing{à la tienne !}
cc{Panoramix et Obleix} end{letter} end{document}
and what I want

from the following code
documentclass[11pt, francais]{lettre} usepackage[T1]{fontenc}
usepackage[utf8]{inputenc} usepackage{lmodern}
usepackage[francais]{babel} usepackage{mathcomp} usepackage{url}
makeatletter newcommand*{NoRule}{renewcommand*{rule@length}{0}}
makeatother
begin{document}
begin{letter} {`A Madame la centurion
Camps de Babaurum
Bretagne conquise} defconcname{Objet :~} conc{Fête au village}
NoRule
name{Abraracourcix chef} address{Village des irréductibles
Gaulois Armorique} lieu{Bretagne Libre}
telephone{0123 456 789} nofax email{goscini@uderzo.be}
opening{Madame la centurion,} C'est une invitation pour manger du
sanglier roti. closing{à la tienne !}
cc{Panoramix et Obleix}
end{letter} end{document}
letters
Please add a screenshot of the result you want to get and mark there the differences to your currentscrlttr2code. Add your currentscrlttr2to your question too!
– Kurt
6 hours ago
add a comment |
I want to place the date aboce the receiver address in Koma scrlttr2. I'm using the NF.lco or LoadLetterOption{NF}
In French letters,
- the first line contains the date, flushed to the right
- then the sender address on the left
- then the receiver address on the right
- then the subject
- ...
I can use the excellent lettre class from 'Observatoire de Genève' to obtain the correct french layout (see below), but I'm constrained by my org-mode export tool using koma scrlttr2 as the latex class.
How do I do that ?
In fact I'de love to have an org-mode tool to export directly to the lettre class. An alternative would be to reproduce the 'lettre' layout in a .lco file. but that not my question here.
I probably have not read enough linearly the official documentation but random regex search in it for 'date' 'date.*position' 'position' did not give me satisfying results.
Below are illustration of what I have and then what I want
What I have

for the following code
documentclass[a4paper,11pt,french]{scrlttr2}
usepackage{palatino} usepackage[T1]{fontenc} usepackage{ucs}
usepackage[utf8x]{inputenc} usepackage{eurosym}
usepackage{geometry} usepackage{graphicx}
geometry{verbose,a4paper,lmargin=3cm,rmargin=3cm}
setlengthparskip{medskipamount} setlengthparindent{0pt}
usepackage{setspace} usepackage{lipsum} setstretch{1.15}
LoadLetterOption{NF}%
KOMAoptions{% fromalign=left% alignment of the address
,fromphone=true% print sender phone number ,fromemail=true%
print sender e-mail address ,fromlogo=true% print a logo
(position depends on fromalign) }
setkomavar{date}{le today}
setkomafont{backaddress}{rmfamily} setkomafont{fromaddress}{small}
setkomafont{fromname}{scshape} setkomavar{backaddressseparator}{
$cdot$ } setkomavar{backaddress}{}
setkomavar{emailseparator}{~:~} setkomavar{enclseparator}{ > }
setkomavar{fromaddress}{7-13 rue dejourney 49000 ANGERS}
setkomavar{fromemail}{gigiair@gigiair.fr}
setkomavar{fromname}{Gigiair} setkomavar{fromphone}{0123 456 789}
setkomavar{phoneseparator}{~:~} setkomavar{place}{Angers}
setkomavar{signature}{qquad qquad qquad qquad qquad qquad
qquad qquad qquad qquad qquad qquad quad quad
includegraphics[width=2.5cm]{signature}}
setkomavar{subjectseparator}{ >>> } setkomavar{subject}{Modèle}
usepackage{babel}
begin{document}
begin{letter}{`A Madame la centurion
Camps de Babaurum
Bretagne conquise} defconcname{Objet :~}
opening{Madame la centurion,} C'est une invitation pour manger du
sanglier roti. closing{à la tienne !}
cc{Panoramix et Obleix} end{letter} end{document}
and what I want

from the following code
documentclass[11pt, francais]{lettre} usepackage[T1]{fontenc}
usepackage[utf8]{inputenc} usepackage{lmodern}
usepackage[francais]{babel} usepackage{mathcomp} usepackage{url}
makeatletter newcommand*{NoRule}{renewcommand*{rule@length}{0}}
makeatother
begin{document}
begin{letter} {`A Madame la centurion
Camps de Babaurum
Bretagne conquise} defconcname{Objet :~} conc{Fête au village}
NoRule
name{Abraracourcix chef} address{Village des irréductibles
Gaulois Armorique} lieu{Bretagne Libre}
telephone{0123 456 789} nofax email{goscini@uderzo.be}
opening{Madame la centurion,} C'est une invitation pour manger du
sanglier roti. closing{à la tienne !}
cc{Panoramix et Obleix}
end{letter} end{document}
letters
I want to place the date aboce the receiver address in Koma scrlttr2. I'm using the NF.lco or LoadLetterOption{NF}
In French letters,
- the first line contains the date, flushed to the right
- then the sender address on the left
- then the receiver address on the right
- then the subject
- ...
I can use the excellent lettre class from 'Observatoire de Genève' to obtain the correct french layout (see below), but I'm constrained by my org-mode export tool using koma scrlttr2 as the latex class.
How do I do that ?
In fact I'de love to have an org-mode tool to export directly to the lettre class. An alternative would be to reproduce the 'lettre' layout in a .lco file. but that not my question here.
I probably have not read enough linearly the official documentation but random regex search in it for 'date' 'date.*position' 'position' did not give me satisfying results.
Below are illustration of what I have and then what I want
What I have

for the following code
documentclass[a4paper,11pt,french]{scrlttr2}
usepackage{palatino} usepackage[T1]{fontenc} usepackage{ucs}
usepackage[utf8x]{inputenc} usepackage{eurosym}
usepackage{geometry} usepackage{graphicx}
geometry{verbose,a4paper,lmargin=3cm,rmargin=3cm}
setlengthparskip{medskipamount} setlengthparindent{0pt}
usepackage{setspace} usepackage{lipsum} setstretch{1.15}
LoadLetterOption{NF}%
KOMAoptions{% fromalign=left% alignment of the address
,fromphone=true% print sender phone number ,fromemail=true%
print sender e-mail address ,fromlogo=true% print a logo
(position depends on fromalign) }
setkomavar{date}{le today}
setkomafont{backaddress}{rmfamily} setkomafont{fromaddress}{small}
setkomafont{fromname}{scshape} setkomavar{backaddressseparator}{
$cdot$ } setkomavar{backaddress}{}
setkomavar{emailseparator}{~:~} setkomavar{enclseparator}{ > }
setkomavar{fromaddress}{7-13 rue dejourney 49000 ANGERS}
setkomavar{fromemail}{gigiair@gigiair.fr}
setkomavar{fromname}{Gigiair} setkomavar{fromphone}{0123 456 789}
setkomavar{phoneseparator}{~:~} setkomavar{place}{Angers}
setkomavar{signature}{qquad qquad qquad qquad qquad qquad
qquad qquad qquad qquad qquad qquad quad quad
includegraphics[width=2.5cm]{signature}}
setkomavar{subjectseparator}{ >>> } setkomavar{subject}{Modèle}
usepackage{babel}
begin{document}
begin{letter}{`A Madame la centurion
Camps de Babaurum
Bretagne conquise} defconcname{Objet :~}
opening{Madame la centurion,} C'est une invitation pour manger du
sanglier roti. closing{à la tienne !}
cc{Panoramix et Obleix} end{letter} end{document}
and what I want

from the following code
documentclass[11pt, francais]{lettre} usepackage[T1]{fontenc}
usepackage[utf8]{inputenc} usepackage{lmodern}
usepackage[francais]{babel} usepackage{mathcomp} usepackage{url}
makeatletter newcommand*{NoRule}{renewcommand*{rule@length}{0}}
makeatother
begin{document}
begin{letter} {`A Madame la centurion
Camps de Babaurum
Bretagne conquise} defconcname{Objet :~} conc{Fête au village}
NoRule
name{Abraracourcix chef} address{Village des irréductibles
Gaulois Armorique} lieu{Bretagne Libre}
telephone{0123 456 789} nofax email{goscini@uderzo.be}
opening{Madame la centurion,} C'est une invitation pour manger du
sanglier roti. closing{à la tienne !}
cc{Panoramix et Obleix}
end{letter} end{document}
letters
letters
edited 4 hours ago
Malik Koné
asked 6 hours ago
Malik KonéMalik Koné
133
133
Please add a screenshot of the result you want to get and mark there the differences to your currentscrlttr2code. Add your currentscrlttr2to your question too!
– Kurt
6 hours ago
add a comment |
Please add a screenshot of the result you want to get and mark there the differences to your currentscrlttr2code. Add your currentscrlttr2to your question too!
– Kurt
6 hours ago
Please add a screenshot of the result you want to get and mark there the differences to your current
scrlttr2 code. Add your current scrlttr2 to your question too!– Kurt
6 hours ago
Please add a screenshot of the result you want to get and mark there the differences to your current
scrlttr2 code. Add your current scrlttr2 to your question too!– Kurt
6 hours ago
add a 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%2f483216%2fsetting-the-date-position-to-the-top-right-in-a-nf-lco-french-style-koma-scrlt%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%2f483216%2fsetting-the-date-position-to-the-top-right-in-a-nf-lco-french-style-koma-scrlt%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
Please add a screenshot of the result you want to get and mark there the differences to your current
scrlttr2code. Add your currentscrlttr2to your question too!– Kurt
6 hours ago