I am struggling with a custom title page. I know I should preferable stick
to predefined Latex layouts, but this style is something my company demands.
It looks something like this:
Code: Select all
LogoLogoLogo Header Text----------------------------------------------------------To: Jennifer SmithMarilyn Monroecc: Donald TrumpFrom: Joe SixpackT: +1 305 6677 343 E:jsixpack@example.orgSubject: On the origin of speciesLorem ipsum dolor sit amet, consectetur adipisicing elit,sed do eiusmod tempor incididunt ut labore et dolore magnaaliqua. Ut enim ad minim veniam, quis nostrud exercitationullamco laboris nisi ut aliquip ex ea commodo consequat.
The real problem is how to get the "To:, cc:, From, Subject..." left of the left margin. I have tried changing about everything which had to do with width, but to no avail. Using some options
I could shift the text to the left, but then everything shifted, including header and body text. I also tried marginpar, tables, boxes and parboxes.
I have not tried textbox since this puts something on absolute position, and I do want to keep the first letters of the names aligned with the header. I would use this as a last resort.
The addressee part is not currently in the header, but I would not care if it were, the first page header is different anyway.
It is essential that the To:, cc: is vertically aligned with the first name in the list.
The documents are always article class, one-sided.
jlinkels