Search found 17 matches

by eswap0
Tue Apr 19, 2011 9:26 pm
Forum: General
Topic: Running pdflatex into a bash script
Replies: 2
Views: 4767

Re: Running pdflatex into a bash script

Sorry for my late reply: thanks!
by eswap0
Mon Apr 11, 2011 8:05 pm
Forum: General
Topic: Running pdflatex into a bash script
Replies: 2
Views: 4767

Running pdflatex into a bash script

Hi,
I am using pdflatex to generate reports from txt files, but have some doubts I can not solve by myself using the man page.

Rerun pdflatex
Quite often you need to rerun pdflatex, to achieve the desired result. Now, I simply do:
--bash code here---
pdflatex file.tex
pdflatex file.tex
--more ...
by eswap0
Fri Apr 08, 2011 11:13 pm
Forum: Text Formatting
Topic: fixed-width fonts for long tables
Replies: 2
Views: 3499

Re: fixed-width fonts for long tables

Great, thanks a lot.
by eswap0
Fri Apr 08, 2011 12:07 pm
Forum: Text Formatting
Topic: fixed-width fonts for long tables
Replies: 2
Views: 3499

fixed-width fonts for long tables

Hi!
I am building long tables full of data, and think it would be better to use fixed-width fonts.
1. Which font would you recomend?
2. How can I set a fixed-widht type font for the whole document?
Thanks!
by eswap0
Sun Dec 19, 2010 9:27 pm
Forum: Page Layout
Topic: Beamer: move logo and/or frame number
Replies: 2
Views: 5951

Beamer: move logo and/or frame number

Solved it by myself, after some time of working on it this weekend.
By the way, I made a solution for "two logos and the frame number in the middle". Removing one logo keeps the same structure (with just one logo, obviously)
;)
\setbeamertemplate{footline}{
\color{gray}
\begin{tabularx}{\textwidth ...
by eswap0
Fri Dec 17, 2010 11:03 pm
Forum: Page Layout
Topic: Beamer: move logo and/or frame number
Replies: 2
Views: 5951

Beamer: move logo and/or frame number

Hi,
I am using Beamer with Rochester theme.
I set:
\setbeamertemplate{footline}[frame number]

\pgfdeclareimage[height=0.7cm]{latex-logo}{my_logo_image}
\logo{\pgfuseimage{latex-logo}}


What happens is that both logo and frame numbers are located in the bottom-right corner.
Is there any way to ...
by eswap0
Tue Oct 12, 2010 12:44 pm
Forum: Graphics, Figures & Tables
Topic: Two series of caption
Replies: 2
Views: 1771

Two series of caption

Hi!
Here again, afer googling quite a bit.
While composing a document, figures/tables are inserted in a suitable place within the text, according to the [!htbp] preferencies.
Quite often you don't want big or complex figures/tables mixed within your text, and you prefer to send them to the end of ...
by eswap0
Sat Oct 09, 2010 4:22 pm
Forum: Graphics, Figures & Tables
Topic: Where to include \caption with \makebox+\tabularx
Replies: 4
Views: 5788

Re: Where to include \caption with \makebox+\tabularx

I see now, thank-you.
It is a pitty, because Exce2LaTeX uses \bf as default.
Used text replace to change {\bf.. to \textbf{...
Thanks
by eswap0
Sat Oct 09, 2010 2:10 pm
Forum: Graphics, Figures & Tables
Topic: Where to include \caption with \makebox+\tabularx
Replies: 4
Views: 5788

Re: Where to include \caption with \makebox+\tabularx

Thank you very much, problem solved.
BTW, I couln't find were I am using obsolete syntax, sorry :oops:
by eswap0
Sat Oct 09, 2010 12:24 pm
Forum: Graphics, Figures & Tables
Topic: Where to include \caption with \makebox+\tabularx
Replies: 4
Views: 5788

Where to include \caption with \makebox+\tabularx

Hi,
I am trying to add without success a \caption to the following table, which is included in a \makebox in order to appear in the center and overpassing both margins.
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}%para monedas ...