3
votes
0answers
80 views

How to modify the package 'newspaper' so that the heading is perfectly centered? And how to change the heading's font?

This is the newspaper package that I've modified to remove the quote and location at the beginning of the title page and I have modified the side margins so the left side's margin is (roughly) equal ...
0
votes
1answer
86 views

Making a Title after using \hfill [closed]

Hey guys I'm totally new to this and I guess I'm asking for something that kind of defeats the purpose of LaTeX, but maybe not.. Anyways, how can I make a title after I have used \hfill to make a ...
2
votes
1answer
223 views

Using the res.cls LaTeX file, how do I centre the address?

Right now, it would look something like this for the address area: Obviously the last line is not centred, but I'd like it to be. Here's the code so far: % LaTeX resume using res.cls ...
2
votes
2answers
348 views

KOMA-Script unequal left/right margin

I'm using the following header \documentclass[fontsize=11pt]{scrbook} \usepackage{amsmath,amssymb,amsfonts,hyperref} \begin{document} \large %%% Header %%% \title{My Title} \author{John J. Johnson} ...
3
votes
1answer
972 views

Left align abstract, title and authors

I would like to re-align my title, authors and abstract to the left of the document. The example in this question is basically the output I want, but I do not want to use the memoir environment. MWE: ...
1
vote
1answer
167 views

Centering the frontpage using memoir

I'm using memoir (two-side layout). I have the problem that my front page is centered with respect to the margins, which are not equal in left and right side. \begin{center} will not solve this, since ...
5
votes
2answers
167 views

Modify title page

Is it possible to modify the title page from its default in LaTeX? Example: \documentclass[pdftex,12pt,a4paper,english,dutch,leqno]{article} \usepackage[utf8]{inputenc} \usepackage{authblk} ...
4
votes
1answer
366 views

Title page oddly centered

I have to insert the cover page of my thesis as a title page, so it will also move from the center of the page to openright, I guess. The titlepage code is this: \begin{titlepage} \begin{center} ...
2
votes
1answer
137 views

Problem with centering the text of the title page and more

The following is the code related to my title page: \documentclass[a4paper,12pt]{book} \usepackage{amsmath, amsthm, amssymb} \usepackage{url} \usepackage[algoruled,vlined]{algorithm2e} ...
2
votes
1answer
728 views

How to put the block title at the center in beamer?

In my beamer block the title always comes left alined. Is that possible to make the title of the block centered? \documentclass[final, 12pt]{beamer} ...
1
vote
1answer
85 views

Force title break in apa6e

Apologies in advance: this is not minimal in the example but I am afraid my lack of knowledge about what packages control what could lead me to leave out packages that have an effect on the output. I ...
8
votes
1answer
1k views

Centered frame title in beamer

How to set up beamer in a document so that frame titles are centered? Most of the themes seem to use left aligned frame titles.
1
vote
2answers
881 views

How can I get this title page?

I want my university title page but I wonder if can I get this. As I was trying a lot with many classes but I am not getting the correct format. Could someone help me to get this? I don't know how ...
2
votes
2answers
946 views

float left figure in titlepage

I try add a figure in the titlepage \begin{titlepage} \begin{center} \begin{figure}[h] \includegraphics[scale=0.15]{images/logo.jpg} \end{figure} ...
2
votes
1answer
536 views

How to add author an affiliation and their email address and all left aligned

How to add author an affiliation and their email address and all left aligned? title author 1, author 2, author 3 Authors affiliation author1 's email address abstract I'm using a single column ...
0
votes
2answers
186 views

\center is centering, but only at the top of the page

For an article, I'm trying to center my name and address, but \center is putting the relevant info at the very top of the page before the title instead of where I want it, after the title. How can get ...
3
votes
2answers
9k views

How to right-align a title (without creating a complete custom title page)?

I suppose this is a simple matter, but I'm still finding my way around where to put things in LaTeX. I would like to right-align (i.e. flush to right) the contents of an article's title page. By ...