Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
79 views

Automatically calculate years of experience from provided start/end dates

I'm very very new to LaTeX and not even sure if this is possible. \resumeSubheading {Undergraduate Research Assistant} {6 Years \& 3 Months} % 1 <---------------...
Aagam Sheth's user avatar
1 vote
1 answer
54 views

How to use integer from one command into another?

I have following way to get number of spaces in a string \ExplSyntaxOn \NewDocumentCommand{\HowManySpaces}{ m }{ \seq_set_split:Nnn \l_tmpa_seq { } { #1 } \int_eval:n {(\seq_count:N \l_tmpa_seq) ...
Girish's user avatar
  • 167
1 vote
1 answer
898 views

Save command result in other command

I am getting a value by a command. Now I am temporarily changing a saved variable which changes the command output. After I finished some code I want to reset the stored value if the value before the ...
miile7's user avatar
  • 283