Search found 9 matches

by MrH86A
Wed Feb 17, 2016 1:08 pm
Forum: General
Topic: affiliation with two indices
Replies: 6
Views: 4064

Re: affiliation with two indices

Thanks for your help, I will follow your advice!
by MrH86A
Mon Feb 15, 2016 8:45 pm
Forum: General
Topic: affiliation with two indices
Replies: 6
Views: 4064

Re: affiliation with two indices

You are right, it's not strictly required to use the APS documentclass. But do you believe that it is possible to achieve what I want using the article documentclass? Thanks for taking the time to help.
by MrH86A
Mon Feb 15, 2016 4:20 pm
Forum: General
Topic: affiliation with two indices
Replies: 6
Views: 4064

affiliation with two indices

Thanks for your prompt reply. To be very specific and minimal, this is the what I'm trying to compile:

\documentclass[superscriptaddress]{revtex4}

\begin{document}

\author{First Name}
\affiliation{First Department, Same Institute}
\author{Second Name}
\affiliation{Second Department, Same ...
by MrH86A
Mon Feb 15, 2016 3:33 pm
Forum: General
Topic: affiliation with two indices
Replies: 6
Views: 4064

affiliation with two indices

Hi, I have the situation where many authors belong to the same institute/company but within different divisions/departments, is there a way to achieve the following (for two authors, for example):

First Name ^{1,2}, Second Name ^{1,3}
^{1} Department One ^{2} (Two ^{3}), Institute bla bla.


So ...
by MrH86A
Sun Feb 05, 2012 4:18 pm
Forum: BibTeX, biblatex and biber
Topic: Automatic Ordering of Bibliography Items
Replies: 0
Views: 1409

Automatic Ordering of Bibliography Items

I have a list of \bibitem at the end my document in the bibliography section. Is there a command that can automatically list the bibitems at end of the compiled PDF in order of where they appeared in the text? In other words, to enumerate the references in the PDF in the order they appeared in the ...
by MrH86A
Thu Dec 01, 2011 2:48 pm
Forum: Page Layout
Topic: Transparent PDF Output
Replies: 1
Views: 4322

Transparent PDF Output

Hi, is there a way to create a transparent PDF, i.e. without the white background?

I want to import a PDF created by LaTeX into another software such that only the text (contents) is displayed without the white background.

Many thanks.
by MrH86A
Tue Nov 08, 2011 5:42 pm
Forum: Page Layout
Topic: PDF Page Size fits Text
Replies: 4
Views: 3975

Re: PDF Page Size fits Text

Thank you Sir! This is exactly what I was looking for.

I spent the entire day looking for an easy solution to crop the pdf with at third party software with no luck. you have saved me time and money :D . Thank you!
by MrH86A
Tue Nov 08, 2011 5:23 pm
Forum: Page Layout
Topic: PDF Page Size fits Text
Replies: 4
Views: 3975

PDF Page Size fits Text

Thank you for your very fast reply! I still couldn't figure it out. The preview package seems to do nothing. If we consider a simple example:


\documentclass{article}

\usepackage[<active>]{preview}

\begin{document}
test
\end{document}


Can you please tell me how to modify this code to produce ...
by MrH86A
Tue Nov 08, 2011 4:45 pm
Forum: Page Layout
Topic: PDF Page Size fits Text
Replies: 4
Views: 3975

PDF Page Size fits Text

Hi,

How can I fix the page size of the PDF to fit the text, i.e no margins at all? I am wondering if there is a command or a page options that does it automatically.

Ultimately I want to create only a line of text or symbols and use the pdfs as vector images, so I don't want any white margines ...