TransWikia.com

Can someone help with pstricks formatting for my title page?

TeX - LaTeX Asked by Michael Alisky on September 26, 2020

I am trying to recreate Dean Serenevy’s pstricks title page. Here is the code:

documentclass{scrarticle}
usepackage{pstricks}
pagestyle{empty}
%--------------------------------------------------------------
begin{document}
%--------------------------------------------------------------
begin{titlepage}
psset{unit=1in}
    begin{pspicture}(8.5,11)
        rput[b](3.5,8){parbox{5in}{begin{flushright}
                    Hugebfseriessffamily Title Line 1 Title Line 2
        end{flushright}}}
        uput[-90](3.5,8){color{red}rule{5in}{1ex}}
    end{pspicture}
end{titlepage}
clearpage
%--------------------------------------------------------------
section*{Introduction}
...
end{document}

This is what I’m seeing in TeXstudio. Any advice??
enter image description here

One Answer

Can be done with simple text commands:

documentclass{scrarticle}
usepackage{xcolor}
%--------------------------------------------------------------
begin{document}
%--------------------------------------------------------------
begin{titlepage}
raggedleft
Hugebfseriessffamily 
Title Line 1
Title Line 2

textcolor{red}{rule{linewidth}{1ex}}
end{titlepage}


section*{Introduction}
...
end{document}

enter image description here

Answered by user187802 on September 26, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP