For questions related to dates in various sections of a document, bibliography, or related.
Questions tagged [date]
204 questions
7
votes
2 answers
Next Wednesday's date
Each week I prepare notes in TeX for a Wednesday class. Mostly I prepare the notes a couple of days before. Often the notes are copied and modified from previous notes. I add the date to the notes corresponding to the date of the class. Currently I…
badroit
- 7,557
6
votes
2 answers
Expand \today in custom format
I want to fill in an already printed form. The form has boxes to write down current date. How can I expand current date so that it look like 1 4 0 2 2 0 2 2
with a space between the digits
Vaibhav
- 6,625
- 15
- 49
- 76
5
votes
2 answers
How can I write the date in french?
I use the following command:
\documentclass[a4paper,11pt]{article}
\usepackage[francais]{babel}
but the date is just shown as "16 fvrier 2017" missing a "é", I wonder how should I deal with this problem?
What's more, the title of content misses…
Victor Chen
- 153
4
votes
2 answers
Get date elements as strings
I want to know if there is a way to get the date elements (year, month, day, hour, minute, second) in order to create a lucky of version number that automatically increments. For example if now it is 15:30 hs of March 19 of the year 2018, I would…
user171780
- 515
4
votes
0 answers
\date does not work
I've got this .tex file
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{here}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\chead{}
\rhead{\thepage}
\lhead{name…
anonymous
- 327
3
votes
1 answer
\date doesn't show date
My LaTeX code is
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsfonts, amsmath,…
GoingMyWay
- 387
2
votes
2 answers
Date stamp for each page
This question led to a new package:
datestamp
I am making a workbook, and I want it to show the last a certain page was modified.
How can I make a date stamp at the bottom of each page (f.x. "Last modified 20. August 2021").
And make it so that…
2
votes
1 answer
Convert dayofweek to number
Texmaker,
how i can change dayofweek of filecontent to diplay number:
Monday = 2, Tuesday = 3...Saturday = 7, Sunday = 1
My code
\documentclass{article}
\usepackage{filecontents}
\begin{filecontents*}{file.tex}
%Type…
latexforti
- 2,091
2
votes
3 answers
Changing the date
\documentclass[a4paper,10pt,demo ]{article} %
\usepackage{pifont} %bouni
%-----accent
\usepackage[latin1]{inputenc} %écrire directement les accents et il peut poser des problème
\usepackage[T1]{fontenc}
%-----
…
Schüler
- 886
2
votes
1 answer
How to redefine \the\year
I used \the\year many times on a template. So when I compile the document, the current year is used.
The problem is that I created many documents last year, in 2017, and now I have to fix some small parts.
How to redefine \the\year to print 2017…
Sigur
- 37,330
2
votes
1 answer
The use of \date{} doesn't remove the date
In fact, I want to remove the date. I saw that I have to use \date{}, but in my case nothing happens and the date is still there. Here is the code:
\documentclass[12pt,stdletter,orderfromtodate,sigleft]{newlfm}
\usepackage{blindtext,…
kerdouj kardouj
- 393
2
votes
3 answers
Latex convert Date string format from mm/dd/yyyyy to dd/MM/yyyy
I want to change date format for date string
Ex. /changeformat{'06/23/2016'} and result = 23 June 2016
user3863074
- 23
1
vote
1 answer
Journal with dated entries instead of chapters?
I'd like to use LaTeX to write a journal. It would be in most respects like a regular book, but with dated instead of numbered chapters. For example, instead of:
Chapter 1 - Project Setup
Chapter 2 - Beginning Experiments
I'd like:
November 15…
Roxy
- 809
1
vote
1 answer
Change date format to day/month/year
IN last topic:
date calculation: add n days
i want to change \DueDate{2019/10/26}{15} to new format: \DueDate{26/10/2019}{15}
Thank in…
latexforti
- 2,091
1
vote
1 answer
Can i get different dates on different pages?
This is my template
\documentclass[article]{amsart}
\textheight 9.3in
\textwidth 6.5in
\topmargin -1cm
\usepackage[L7x]{fontenc}
\usepackage[utf8]{inputenc}
\oddsidemargin-.5cm \evensidemargin -.5cm…
user43645