Re: Modification of title-page of report-class.

2000-12-13 Thread Martin Högman


On Wed, 13 Dec 2000 20:21:57 +, Herbert Voss said:

>  > Thank you. It works fine... With one small problem. Now my textmass is all
>  > centered. Can't figure out why for the life of me. Any suggestions would be
>  > appreciated.
>  
>  change the following line in latex preamble of your lyx text
>  .
>   \end{pspicture}\vspace{\fill}
>   \begin{center}\huge #1\normalsize\end{center}   % this line !
>   \vspace{\fill}
>   \newpage%
>  }

Thanks a lot. This means that I even might get this paper finished on time. :)
Should perhaps start a webpage that gathers this kind of information for
swedish students. Might save someone some time. :)
Thanks again!

-- 
::[ martin högman ]::[ [EMAIL PROTECTED] ]::
::[ student @ ]::[ the department of classical archaeology ]::[ gothenburgs university 
:]::





Re: Modification of title-page of report-class.

2000-12-13 Thread Herbert Voss

"Martin Högman" wrote:
> 


something is wrong with your private email

Herbert

-

This Message was undeliverable due to the following reason:

Each of the following recipients was rejected by a remote mail server.
The reasons given by the server are included to help you determine why
each recipient was rejected.

Recipient: <[EMAIL PROTECTED]>
Reason:<[EMAIL PROTECTED]>... User unknown


Please reply to [EMAIL PROTECTED]
if you feel this message to be in error.





-- 
[EMAIL PROTECTED]
http://perce.de/lyx/



Re: Modification of title-page of report-class.

2000-12-13 Thread Herbert Voss

"Martin Högman" wrote:
> 
> On Wed, 13 Dec 2000 16:00:02 +, Herbert Voss said:
> 
> > "Martin Högman" wrote:
> >  >
> >  > Hello,
> >  > I'm currently writing a C-level paper in Classical Archaeology, and would
> >  > appreciate some help in modifying the report.cls to create title-pages in t=
> >  > he
> >  > following, university-approved  model:
> 
> [-- snip --]
> 
> >
> >  have a look at the attached lyx-file
> 
> Thank you. It works fine... With one small problem. Now my textmass is all
> centered. Can't figure out why for the life of me. Any suggestions would be
> appreciated.

change the following line in latex preamble of your lyx text
.
 \end{pspicture}\vspace{\fill}
 \begin{center}\huge #1\normalsize\end{center}   % this line !
 \vspace{\fill}
 \newpage%
}

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/



Re: Modification of title-page of report-class.

2000-12-13 Thread Martin Högman


On Wed, 13 Dec 2000 16:00:02 +, Herbert Voss said:

> "Martin Högman" wrote:
>  > 
>  > Hello,
>  > I'm currently writing a C-level paper in Classical Archaeology, and would
>  > appreciate some help in modifying the report.cls to create title-pages in t=
>  > he
>  > following, university-approved  model:

[-- snip --]

>  
>  have a look at the attached lyx-file

Thank you. It works fine... With one small problem. Now my textmass is all
centered. Can't figure out why for the life of me. Any suggestions would be
appreciated. 
TIA,

-- 
::[ martin högman ]::[ [EMAIL PROTECTED] ]::
::[ student @ ]::[ the department of classical archaeology ]::[ gothenburgs university 
:]::





Re: Modification of title-page of report-class.

2000-12-13 Thread Herbert Voss

"Martin Högman" wrote:
> 
> Hello,
> I'm currently writing a C-level paper in Classical Archaeology, and would
> appreciate some help in modifying the report.cls to create title-pages in t=
> he
> following, university-approved  model:
> 
> * in the top-left corner, the following text is needed:
> G=F6teborgs Universitet
> Antikens kultur och samh=E4llsliv
> Uppsats, f=F6rdjupningskurs 1
> Martin H=F6gman, HT 2000
> 
> (that is, First line is the University, Second is the Class, third is a
> classification (here a paper) then course (third level here, and last line =
> is
> Authors name, and what semester/year)
> 
> * In the middle comes the title, just as in the normal report-class.
> * removal of absolute date that generally comes under author in the standard
> class.=20
> 
> Right. Hope I made my intentions clear. Please help, since I'm (as always)
> running out of time for this project.

have a look at the attached lyx-file

HErbert



- 
[EMAIL PROTECTED]
http://perce.de/lyx/

#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 2.17
\textclass report
\begin_preamble
\usepackage{pstcol}% PSTricks with the `color' extension
\usepackage[tiling]{pst-fill}   % PSTricks package for filling/tiling
\usepackage{multido}   % `multido' package
\usepackage{pstricks}
\newcommand\myTitle[1]{%
\thispagestyle{empty}
\begin{pspicture}(0,-1) 
\parbox{\textwidth}{Göteborgs Universitet\\
 Antikens kultur och samhällsliv\\
 Uppsats, fördjupningskurs 1\\ 
 Martin Högman, HT 2000 \\ \today}
 \end{pspicture}\vspace{\fill}
 \centering\huge #1\normalsize
 \vspace{\fill}
 \newpage%
}
\end_preamble
\language german
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize 11
\spacing single 
\papersize a4paper
\paperpackage a4
\use_geometry 1
\use_amsmath 1
\paperorientation portrait
\paperwidth 16cm
\paperheight 23cm
\secnumdepth 2
\tocdepth 2
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Standard


\latex latex 

\backslash 
myTitle{The Title}
\layout Standard

- your text ---
\the_end