Hey guys
I am sry to post a topic about this, but I feel that those others post I have founded is to advance for me.
I am trying to get latex to insert ibid instead of the same author-reference.
I can understand that there are two methods?
* \usepackage[style=authoryear-ibid]{biblatex}
* and the ...
Search found 9 matches
- Fri Apr 20, 2012 10:32 am
- Forum: BibTeX, biblatex and biber
- Topic: How to enable ibid citation instead of authors
- Replies: 0
- Views: 3730
- Fri Nov 19, 2010 12:24 pm
- Forum: Document Classes
- Topic: Article with appendix
- Replies: 1
- Views: 2960
Article with appendix
Hello guys,
I'm writing an article with the documentclass{acm_proc_article-sp}.
I have to make appendix to this article but it looks kind of odd if the appendix has the same layout as the article (because of the columns actually). Is it possible to make another different layout to the appendix in ...
I'm writing an article with the documentclass{acm_proc_article-sp}.
I have to make appendix to this article but it looks kind of odd if the appendix has the same layout as the article (because of the columns actually). Is it possible to make another different layout to the appendix in ...
- Tue Nov 02, 2010 12:38 pm
- Forum: Graphics, Figures & Tables
- Topic: baposter | Background Change
- Replies: 2
- Views: 11042
baposter | Background Change
Hey guys.
I have downloaded this template of a poster:
http://www.brian-amberg.de/uni/poster/baposter.tar.bz2
The code looks like this
\documentclass[portrait,final]{baposter}
%\documentclass[a4shrink,portrait,final]{baposter}
% Usa a4shrink for an a4 sized paper.
\tracingstats=2
\usepackage ...
I have downloaded this template of a poster:
http://www.brian-amberg.de/uni/poster/baposter.tar.bz2
The code looks like this
\documentclass[portrait,final]{baposter}
%\documentclass[a4shrink,portrait,final]{baposter}
% Usa a4shrink for an a4 sized paper.
\tracingstats=2
\usepackage ...
- Sun Oct 17, 2010 8:51 pm
- Forum: Graphics, Figures & Tables
- Topic: drop shadow picture
- Replies: 10
- Views: 11089
drop shadow picture
The coordinates that you specified for \textblock* lie outside the page; use something like
\begin{textblock*}{10cm}(5cm,0cm)%modify to change the placement
...
\end{textblock*}
or change the coordinates according to the position where the logo must appear, but use sensible values that ...
\begin{textblock*}{10cm}(5cm,0cm)%modify to change the placement
...
\end{textblock*}
or change the coordinates according to the position where the logo must appear, but use sensible values that ...
- Sun Oct 17, 2010 12:28 pm
- Forum: Graphics, Figures & Tables
- Topic: drop shadow picture
- Replies: 10
- Views: 11089
drop shadow picture
\documentclass[slidestop,compress,mathserif]{beamer}
\usetheme{Copenhagen}
\usecolortheme{seahorse} % Beamer color theme
\usepackage[utf8]{inputenc}
\usepackage[danish]{babel} %danske overskrift
\usepackage[T1]{fontenc} % fonte (output)
\usepackage{color}
\usepackage{textpos}
\usepackage{graphicx ...
\usetheme{Copenhagen}
\usecolortheme{seahorse} % Beamer color theme
\usepackage[utf8]{inputenc}
\usepackage[danish]{babel} %danske overskrift
\usepackage[T1]{fontenc} % fonte (output)
\usepackage{color}
\usepackage{textpos}
\usepackage{graphicx ...
- Sat Oct 16, 2010 8:00 pm
- Forum: Graphics, Figures & Tables
- Topic: drop shadow picture
- Replies: 10
- Views: 11089
Re: drop shadow picture
I do not get it
If I use the textblock command my picture does not show up on my paper, but latex does not give any error message. But if I outcomment the textblock the picture shows
If I use the textblock command my picture does not show up on my paper, but latex does not give any error message. But if I outcomment the textblock the picture shows

- Sat Oct 16, 2010 7:18 pm
- Forum: Graphics, Figures & Tables
- Topic: drop shadow picture
- Replies: 10
- Views: 11089
drop shadow picture
Try something like this:
\documentclass{beamer}
\usepackage{tikz}
\usetikzlibrary{shadows}
\begin{document}
\begin{frame}
\begin{tikzpicture}
\node[drop shadow={shadow xshift=.8ex,shadow yshift=-.8ex},fill=white,draw] at (0,0) {\includegraphicswidth=4cm]{billeder/aau-logo.pdf}};
\end ...
\documentclass{beamer}
\usepackage{tikz}
\usetikzlibrary{shadows}
\begin{document}
\begin{frame}
\begin{tikzpicture}
\node[drop shadow={shadow xshift=.8ex,shadow yshift=-.8ex},fill=white,draw] at (0,0) {\includegraphicswidth=4cm]{billeder/aau-logo.pdf}};
\end ...
- Sat Oct 16, 2010 6:50 pm
- Forum: Graphics, Figures & Tables
- Topic: drop shadow picture
- Replies: 10
- Views: 11089
Re: drop shadow picture
Thanks for your respons
I'm not that great with latex and it's beamer class
what what my code look like?
Can you make an example of my code - with your TikZ package
This is not correct is it?
\begin{frame}
\begin{tikzpicture}(1.5,1.1)
\put(90,-220){\includegraphics[drop shadow={shadow xshift ...
I'm not that great with latex and it's beamer class
what what my code look like?
Can you make an example of my code - with your TikZ package
This is not correct is it?
\begin{frame}
\begin{tikzpicture}(1.5,1.1)
\put(90,-220){\includegraphics[drop shadow={shadow xshift ...
- Sat Oct 16, 2010 3:30 pm
- Forum: Graphics, Figures & Tables
- Topic: drop shadow picture
- Replies: 10
- Views: 11089
drop shadow picture
Hey guys
I'm trying to drop shadow of a picture that i'm inserting. Really don't know how to do this...I have tried many things and searched everywhere. Can you help me?
my picure-code looks like this:
\begin{frame}
\begin{picture}(1.5,1.1)
\put(100,-220){\includegraphics[width=4cm]{billeder ...
I'm trying to drop shadow of a picture that i'm inserting. Really don't know how to do this...I have tried many things and searched everywhere. Can you help me?
my picure-code looks like this:
\begin{frame}
\begin{picture}(1.5,1.1)
\put(100,-220){\includegraphics[width=4cm]{billeder ...