I am trying to line up my dates at the very end of the page using \hfill, but LaTex is not letting me and I have no idea why. I included sample code and can edit the question if it isn't clear. Thanks!
main.tex
Code: Select all
\documentclass[11pt,a4paper]{resume} % Use the custom resume.cls style\usepackage[left=0.4 in,top=0.4in,right=0.4 in,bottom=0.4in]{geometry}\usepackage{titlesec}\usepackage{subfiles}\name{Random Name} % Your name% % if you do not have a website, sub your github instead.\address{(111) 111-1111 \\ San Antonio, CA}\address{\href{mailto:randomemail@gmail.com}{randomemail@gmail.com} \\ \href{https://www.linkedin.com/in/random/}{https://www.linkedin.com/in/random/} \\ \href{https://github.com/random}{https://github.com/random}}\begin{document}\rSection{Example Title}\subfile{sections/firstsection}\end{document}
Code: Select all
\documentclass[../main.tex]{subfiles}\begin{document}\rSubSectionWork{Math tutoring for living, Company Education Services}{Mar 2021 - Present}\begin{itemize}\setlength\itemsep{0pt}\item Provide tutoring and technical support for students in the Fintech Bootcamp. iuiuniuniuniuniu\item This is sentence one with a lot of text for me to test this out please.\item More text that will include everythgin and anything for a long time because ai will be the future of the test and they will increase the funding for the thing.\end{itemize}\rSubSectionWork{R\&D Engineering Technician, Amazon website}{Jan 2019 - Mar 2019}\\\rSubSectionWork{Project Contributor, Goldman Sachs grouphhnhh}{Sept 2015-June 2016}\end{document}
Code: Select all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Medium Length Professional CV - RESUME CLASS FILE%% This template has been downloaded from:% http://www.LaTeXTemplates.com%% This class file defines the structure and design of the template.%% Original header:% Copyright (C) 2010 by Trey Hunner%% Copying and distribution of this file, with or without modification,% are permitted in any medium without royalty provided the copyright% notice and this notice are preserved. This file is offered as-is,% without any warranty.%% Created by Trey Hunner and modified by www.LaTeXTemplates.com%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\ProvidesClass{resume}[2010/07/10 v0.9 Resume class]\LoadClass[11pt,letterpaper]{article} % Font size and paper type\usepackage[parfill]{parskip} % Remove paragraph indentation\usepackage{array} % Required for boldface (\bf and \bfseries) tabular columns\usepackage{ifthen} % Required for ifthenelse statements% \setlist[itemize,1]{noitemsep, topsep=0pt}\usepackage{hyperref}\hypersetup{colorlinks=true,linkcolor=blue,filecolor=magenta,urlcolor=black,}\pagestyle{empty} % Suppress page numbers%----------------------------------------------------------------------------------------% HEADINGS COMMANDS: Commands for printing name and address
My desired output is at the separation at the bottom of the image with the job title at the left section and the dates at the very end of the right section.
https://i.stack.imgur.com/STTfI.png