Setting the date position to the top right in a NF.lco (french style) koma scrlttr2Remove 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

prove that the matrix A is diagonalizable

Alternative to sending password over mail?

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

Does casting Light, or a similar spell, have any effect when the caster is swallowed by a monster?

How to say in German "enjoying home comforts"

How much of data wrangling is a data scientist's job?

1960's book about a plague that kills all white people

Python: return float 1.0 as int 1 but float 1.5 as float 1.5

Combinations of multiple lists

I Accidentally Deleted a Stock Terminal Theme

Why doesn't H₄O²⁺ exist?

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

Etiquette around loan refinance - decision is going to cost first broker a lot of money

Why does Arabsat 6A need a Falcon Heavy to launch

Why does the EU insist on the backstop when it is clear in a no deal scenario they still intend to keep an open border?

Watching something be written to a file live with tail

How do conventional missiles fly?

Today is the Center

In Romance of the Three Kingdoms why do people still use bamboo sticks when papers are already invented?

Assassin's bullet with mercury

What mechanic is there to disable a threat instead of killing it?

UK: Is there precedent for the governments e-petition site changing the direction of a government decision?

Is the Joker left-handed?

Can I make "comment-region" comment empty lines?



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 LoadLetterOptionNF



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



usepackagepalatino usepackage[T1]fontenc usepackageucs
usepackage[utf8x]inputenc usepackageeurosym
usepackagegeometry usepackagegraphicx
geometryverbose,a4paper,lmargin=3cm,rmargin=3cm



setlengthparskipmedskipamount setlengthparindent0pt



usepackagesetspace usepackagelipsum setstretch1.15



LoadLetterOptionNF%



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)



setkomavardatele today



setkomafontbackaddressrmfamily setkomafontfromaddresssmall
setkomafontfromnamescshape setkomavarbackaddressseparator
$cdot$ setkomavarbackaddress



setkomavaremailseparator~:~ setkomavarenclseparator >
setkomavarfromaddress7-13 rue dejourney 49000 ANGERS
setkomavarfromemailgigiair@gigiair.fr
setkomavarfromnameGigiair setkomavarfromphone0123 456 789
setkomavarphoneseparator~:~ setkomavarplaceAngers
setkomavarsignatureqquad qquad qquad qquad qquad qquad
qquad qquad qquad qquad qquad qquad quad quad
includegraphics[width=2.5cm]signature
setkomavarsubjectseparator >>> setkomavarsubjectModèle



usepackagebabel



begindocument



beginletter`A Madame la centurion
Camps de Babaurum
Bretagne conquise defconcnameObjet :~



openingMadame la centurion, C'est une invitation pour manger du
sanglier roti. closingà la tienne !



ccPanoramix et Obleix endletter enddocument




and what I want



enter image description here



from the following code




documentclass[11pt, francais]lettre usepackage[T1]fontenc
usepackage[utf8]inputenc usepackagelmodern
usepackage[francais]babel usepackagemathcomp usepackageurl



makeatletter newcommand*NoRulerenewcommand*rule@length0
makeatother



begindocument



beginletter `A Madame la centurion
Camps de Babaurum
Bretagne conquise defconcnameObjet :~ concFête au village



NoRule



nameAbraracourcix chef addressVillage des irréductibles
Gaulois Armorique lieuBretagne Libre



telephone0123 456 789 nofax emailgoscini@uderzo.be



openingMadame la centurion, C'est une invitation pour manger du
sanglier roti. closingà la tienne !



ccPanoramix et Obleix



endletter enddocument











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 LoadLetterOptionNF



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



usepackagepalatino usepackage[T1]fontenc usepackageucs
usepackage[utf8x]inputenc usepackageeurosym
usepackagegeometry usepackagegraphicx
geometryverbose,a4paper,lmargin=3cm,rmargin=3cm



setlengthparskipmedskipamount setlengthparindent0pt



usepackagesetspace usepackagelipsum setstretch1.15



LoadLetterOptionNF%



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)



setkomavardatele today



setkomafontbackaddressrmfamily setkomafontfromaddresssmall
setkomafontfromnamescshape setkomavarbackaddressseparator
$cdot$ setkomavarbackaddress



setkomavaremailseparator~:~ setkomavarenclseparator >
setkomavarfromaddress7-13 rue dejourney 49000 ANGERS
setkomavarfromemailgigiair@gigiair.fr
setkomavarfromnameGigiair setkomavarfromphone0123 456 789
setkomavarphoneseparator~:~ setkomavarplaceAngers
setkomavarsignatureqquad qquad qquad qquad qquad qquad
qquad qquad qquad qquad qquad qquad quad quad
includegraphics[width=2.5cm]signature
setkomavarsubjectseparator >>> setkomavarsubjectModèle



usepackagebabel



begindocument



beginletter`A Madame la centurion
Camps de Babaurum
Bretagne conquise defconcnameObjet :~



openingMadame la centurion, C'est une invitation pour manger du
sanglier roti. closingà la tienne !



ccPanoramix et Obleix endletter enddocument




and what I want



enter image description here



from the following code




documentclass[11pt, francais]lettre usepackage[T1]fontenc
usepackage[utf8]inputenc usepackagelmodern
usepackage[francais]babel usepackagemathcomp usepackageurl



makeatletter newcommand*NoRulerenewcommand*rule@length0
makeatother



begindocument



beginletter `A Madame la centurion
Camps de Babaurum
Bretagne conquise defconcnameObjet :~ concFête au village



NoRule



nameAbraracourcix chef addressVillage des irréductibles
Gaulois Armorique lieuBretagne Libre



telephone0123 456 789 nofax emailgoscini@uderzo.be



openingMadame la centurion, C'est une invitation pour manger du
sanglier roti. closingà la tienne !



ccPanoramix et Obleix



endletter enddocument











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 LoadLetterOptionNF



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



usepackagepalatino usepackage[T1]fontenc usepackageucs
usepackage[utf8x]inputenc usepackageeurosym
usepackagegeometry usepackagegraphicx
geometryverbose,a4paper,lmargin=3cm,rmargin=3cm



setlengthparskipmedskipamount setlengthparindent0pt



usepackagesetspace usepackagelipsum setstretch1.15



LoadLetterOptionNF%



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)



setkomavardatele today



setkomafontbackaddressrmfamily setkomafontfromaddresssmall
setkomafontfromnamescshape setkomavarbackaddressseparator
$cdot$ setkomavarbackaddress



setkomavaremailseparator~:~ setkomavarenclseparator >
setkomavarfromaddress7-13 rue dejourney 49000 ANGERS
setkomavarfromemailgigiair@gigiair.fr
setkomavarfromnameGigiair setkomavarfromphone0123 456 789
setkomavarphoneseparator~:~ setkomavarplaceAngers
setkomavarsignatureqquad qquad qquad qquad qquad qquad
qquad qquad qquad qquad qquad qquad quad quad
includegraphics[width=2.5cm]signature
setkomavarsubjectseparator >>> setkomavarsubjectModèle



usepackagebabel



begindocument



beginletter`A Madame la centurion
Camps de Babaurum
Bretagne conquise defconcnameObjet :~



openingMadame la centurion, C'est une invitation pour manger du
sanglier roti. closingà la tienne !



ccPanoramix et Obleix endletter enddocument




and what I want



enter image description here



from the following code




documentclass[11pt, francais]lettre usepackage[T1]fontenc
usepackage[utf8]inputenc usepackagelmodern
usepackage[francais]babel usepackagemathcomp usepackageurl



makeatletter newcommand*NoRulerenewcommand*rule@length0
makeatother



begindocument



beginletter `A Madame la centurion
Camps de Babaurum
Bretagne conquise defconcnameObjet :~ concFête au village



NoRule



nameAbraracourcix chef addressVillage des irréductibles
Gaulois Armorique lieuBretagne Libre



telephone0123 456 789 nofax emailgoscini@uderzo.be



openingMadame la centurion, C'est une invitation pour manger du
sanglier roti. closingà la tienne !



ccPanoramix et Obleix



endletter enddocument











share|improve this question
















I want to place the date aboce the receiver address in Koma scrlttr2. I'm using the NF.lco or LoadLetterOptionNF



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



usepackagepalatino usepackage[T1]fontenc usepackageucs
usepackage[utf8x]inputenc usepackageeurosym
usepackagegeometry usepackagegraphicx
geometryverbose,a4paper,lmargin=3cm,rmargin=3cm



setlengthparskipmedskipamount setlengthparindent0pt



usepackagesetspace usepackagelipsum setstretch1.15



LoadLetterOptionNF%



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)



setkomavardatele today



setkomafontbackaddressrmfamily setkomafontfromaddresssmall
setkomafontfromnamescshape setkomavarbackaddressseparator
$cdot$ setkomavarbackaddress



setkomavaremailseparator~:~ setkomavarenclseparator >
setkomavarfromaddress7-13 rue dejourney 49000 ANGERS
setkomavarfromemailgigiair@gigiair.fr
setkomavarfromnameGigiair setkomavarfromphone0123 456 789
setkomavarphoneseparator~:~ setkomavarplaceAngers
setkomavarsignatureqquad qquad qquad qquad qquad qquad
qquad qquad qquad qquad qquad qquad quad quad
includegraphics[width=2.5cm]signature
setkomavarsubjectseparator >>> setkomavarsubjectModèle



usepackagebabel



begindocument



beginletter`A Madame la centurion
Camps de Babaurum
Bretagne conquise defconcnameObjet :~



openingMadame la centurion, C'est une invitation pour manger du
sanglier roti. closingà la tienne !



ccPanoramix et Obleix endletter enddocument




and what I want



enter image description here



from the following code




documentclass[11pt, francais]lettre usepackage[T1]fontenc
usepackage[utf8]inputenc usepackagelmodern
usepackage[francais]babel usepackagemathcomp usepackageurl



makeatletter newcommand*NoRulerenewcommand*rule@length0
makeatother



begindocument



beginletter `A Madame la centurion
Camps de Babaurum
Bretagne conquise defconcnameObjet :~ concFête au village



NoRule



nameAbraracourcix chef addressVillage des irréductibles
Gaulois Armorique lieuBretagne Libre



telephone0123 456 789 nofax emailgoscini@uderzo.be



openingMadame la centurion, C'est une invitation pour manger du
sanglier roti. closingà la tienne !



ccPanoramix et Obleix



endletter enddocument








letters






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago







Malik Koné

















asked 4 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

acmart: Multiple authors: all with same affiliation, one author an additional affiliationHow to Write Names of Multiple Authors with Shared Affiliation in ACM 2017 Template?Multiple authors with different primary affiliation, but same additional affiliationSame affiliation for all authors without extra packagesIOS-Book-Article.cls: one author with multiple affiliationacmart: Shared Author AffiliationMultiple authors with different primary affiliation, but same additional affiliationAuthor affiliation with only 1 authorAdding Multiple Authors with Different Affiliation in LaTeX ArticleLaTeX: Multiple authors stays on same lineHow to Label Multiple Authors with Same DescriptionHow to make two authors use the same affiliationTwo authors with same affiliation on finished front page

How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

Problem using RevTeX4-1 with “! Undefined control sequence. @bibitemShut”