Setting the date position to the top right in a NF.lco (french style) koma scrlttr2Remove date from the...

I'm flying to France today and my passport expires in less than 2 months

A reference to a well-known characterization of scattered compact spaces

Is there a hemisphere-neutral way of specifying a season?

Why are electrically insulating heatsinks so rare? Is it just cost?

Why does Kotter return in Welcome Back Kotter

Emailing HOD to enhance faculty application

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

Is it legal for company to use my work email to pretend I still work there?

How could indestructible materials be used in power generation?

Why is the 'in' operator throwing an error with a string literal instead of logging false?

How can I tell someone that I want to be his or her friend?

intersection of two sorted vectors in C++

AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?

Why is the ratio of two extensive quantities always intensive?

How badly should I try to prevent a user from XSSing themselves?

Did Shadowfax go to Valinor?

Is it inappropriate for a student to attend their mentor's dissertation defense?

Why doesn't H₄O²⁺ exist?

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

What exploit are these user agents trying to use?

Where does SFDX store details about scratch orgs?

Western buddy movie with a supernatural twist where a woman turns into an eagle at the end

Today is the Center



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













0















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



enter image description here



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



enter image description here



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}











share|improve this question

























  • 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
    4 hours ago
















0















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



enter image description here



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



enter image description here



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}











share|improve this question

























  • 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
    4 hours ago














0












0








0








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



enter image description here



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



enter image description here



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}











share|improve this question
















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



enter image description here



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



enter image description here



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago







Malik Koné

















asked 5 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 current scrlttr2 code. Add your current scrlttr2 to your question too!

    – Kurt
    4 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
    4 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
4 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
4 hours 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
});


}
});














draft saved

draft discarded


















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
















draft saved

draft discarded




















































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%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





















































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

Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

(1602) Indiana Índice Designación y nombre Características orbitales Véase...

Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...