Search found 16 matches

by etp94
Tue Dec 13, 2016 10:21 pm
Forum: Document Classes
Topic: Using a lot of sections in Goettingen theme from Beamer document class
Replies: 1
Views: 7053

Using a lot of sections in Goettingen theme from Beamer document class

Hello!

I'm using Goettingen theme from Beamer document class, I want to use a lot of sections and subsections, the problem is that when the listing from the right side of the slides (which is provided by the theme) has the page filled, it moves the slide number and slides interactive buttons from ...
by etp94
Wed Dec 07, 2016 8:22 pm
Forum: Document Classes
Topic: Creating slides with Beamer
Replies: 1
Views: 4724

Creating slides with Beamer

Hello! I'm trying to make some slides by using Beamer, I'm looking at this guide:

https://www.sharelatex.com/blog/2013/08/13/beamer-series-pt1.html

I simply put my information at the example code, and it seems that my name, my institute name and my title, are too long to fit in the footer of the ...
by etp94
Wed Sep 28, 2016 1:35 am
Forum: Graphics, Figures & Tables
Topic: Problem with table location when margins has been modified
Replies: 3
Views: 4346

Problem with table location when margins has been modified

Thanks for the advice!


If you want 1in margins just use \usepackage[margin=1in]{geometry} :


By using this code, it seems that \setlength\RaggedRightParindent{0.5in} command is moving margins, I want half inch indentation but is generating this problem. Is there a way to have both .5in indent ...
by etp94
Tue Sep 27, 2016 6:58 pm
Forum: Graphics, Figures & Tables
Topic: Problem with table location when margins has been modified
Replies: 3
Views: 4346

Problem with table location when margins has been modified

Hi! I've been using this margin configuration (It suppose to set 1 inch margins):


\addtolength{\oddsidemargin}{-.875in}
\addtolength{\evensidemargin}{-.875in}
\addtolength{\textwidth}{1.75in}

\addtolength{\topmargin}{-.875in}
\addtolength{\textheight}{1.75in}


The problem is that when I use ...
by etp94
Sat Sep 24, 2016 5:59 pm
Forum: Text Formatting
Topic: Page numbering location and headers
Replies: 12
Views: 14168

Page numbering location and headers

I'm not sure i understand. You want to get apa appearance without using the apa6 class, that takes care of it? Or do you see the page numbers not at the top right corner?


PS: APA really is something completely insane. Not the institution, but the APA-style .

I do not like apa style, but my ...
by etp94
Fri Sep 23, 2016 8:05 pm
Forum: Text Formatting
Topic: Page numbering location and headers
Replies: 12
Views: 14168

Page numbering location and headers

I'm not sure i understand. You want to get apa appearance without using the apa6 class, that takes care of it? Or do you see the page numbers not at the top right corner?


PS: APA really is something completely insane. Not the institution, but the APA-style .

Totally agree, I've a digital ...
by etp94
Fri Sep 23, 2016 6:45 pm
Forum: Text Formatting
Topic: Page numbering location and headers
Replies: 12
Views: 14168

Re: Page numbering location and headers

Oh! :(

Is there another way to change page numbering location from footer to the top right corner without using apa6 package?

Thanks Johannes! :)
by etp94
Fri Sep 23, 2016 2:25 am
Forum: Text Formatting
Topic: Page numbering location and headers
Replies: 12
Views: 14168

Page numbering location and headers

Please show a minimal working example.

Thanks for replying! :)

This is my main LaTex file:

\documentclass[12pt,doc]{apa6}
\usepackage{parskip}
\usepackage{graphicx}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage[spanish,activeacute,es-lcroman,es-tabla]{babel}
\usepackage{mathtools ...
by etp94
Thu Sep 22, 2016 1:49 am
Forum: Text Formatting
Topic: Page numbering location and headers
Replies: 12
Views: 14168

Page numbering location and headers

By just using:

\documentclass[12pt,doc]{apa6}
\usepackage{apa6}

It says apa6.sty not found, I search for an answer and found that there is not such a file, the code must be run without \usepackage{apa6} .

By running just \documentclass[12pt,doc]{apa6} , the compiler return errors of undefined ...
by etp94
Tue Sep 20, 2016 11:43 pm
Forum: Text Formatting
Topic: Page numbering location and headers
Replies: 12
Views: 14168

Page numbering location and headers

How about using class apa6 . It should take care of all your specifications.

Thanks for answering!

I've been reading the package documentation of the package you recommended, to start using apa6 package ,

should I start writting the next code?

\documentclass[12pt,doc]{apa6}
\usepackage{apa6 ...