It worked. Thanks a lot.ghuczek wrote:Code: Select all
\documentclass[twoside,twocolumn]{IEEEtran} \begin{document} \thispagestyle{empty} \title{Title} \author{Author I\thanks{Insertion}\thanks{Details of author I} and Author II\thanks{Details of author II}} \maketitle \end{document}
Search found 14 matches
- Sun Mar 01, 2015 12:22 am
- Forum: Page Layout
- Topic: Footnote Befor Affiliation in Two Column
- Replies: 3
- Views: 4258
Footnote Befor Affiliation in Two Column
- Sat Feb 28, 2015 7:16 pm
- Forum: Page Layout
- Topic: Footnote Befor Affiliation in Two Column
- Replies: 3
- Views: 4258
Footnote Befor Affiliation in Two Column
Hello All,
In a two-column paper, I need to write something before the authors' affiliations at the bottom of the page. What should I do to the following code to realize this:
\documentclass[twoside,twocolumn]{IEEEtran}
\begin{document}
\thispagestyle{empty}
\title{Title}
\author{Author I\thanks ...
In a two-column paper, I need to write something before the authors' affiliations at the bottom of the page. What should I do to the following code to realize this:
\documentclass[twoside,twocolumn]{IEEEtran}
\begin{document}
\thispagestyle{empty}
\title{Title}
\author{Author I\thanks ...
- Fri Oct 25, 2013 7:11 pm
- Forum: Graphics, Figures & Tables
- Topic: Parallel Lines between two Blocks
- Replies: 11
- Views: 15006
Parallel Lines between two Blocks
[…] I attached a hand-drawn figure of what I want.
Good idea. Sometimes a picture is better.
You can try something like this.
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usetikzlibrary{calc,shadows}
\tikzstyle{sensor}=[
draw,
fill=blue!20,
text width=5em,
text ...
Good idea. Sometimes a picture is better.
You can try something like this.
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usetikzlibrary{calc,shadows}
\tikzstyle{sensor}=[
draw,
fill=blue!20,
text width=5em,
text ...
- Wed Oct 23, 2013 7:10 pm
- Forum: Graphics, Figures & Tables
- Topic: Parallel Lines between two Blocks
- Replies: 11
- Views: 15006
Re: Parallel Lines between two Blocks
May be I was not very clear, and probably I won't be. So, I attached a hand-drawn figure of what I want.
- Wed Oct 23, 2013 6:16 pm
- Forum: Graphics, Figures & Tables
- Topic: Parallel Lines between two Blocks
- Replies: 11
- Views: 15006
Parallel Lines between two Blocks
Try something like this. Not very professional and therefore improvable.
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usetikzlibrary{calc,shadows}
\tikzstyle{sensor}=[
draw,
fill=blue!20,
text width=5em,
text centered,
minimum height=2.5em
]
\tikzstyle{naveqs ...
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usetikzlibrary{calc,shadows}
\tikzstyle{sensor}=[
draw,
fill=blue!20,
text width=5em,
text centered,
minimum height=2.5em
]
\tikzstyle{naveqs ...
- Tue Oct 22, 2013 6:36 pm
- Forum: Graphics, Figures & Tables
- Topic: Parallel Lines between two Blocks
- Replies: 11
- Views: 15006
Parallel Lines between two Blocks
Vertical, to indicate a number of lines that are eliminated.localghost wrote:And these three dots are going to be horizontal, vertical or diagonal?
Thanks
- Tue Oct 22, 2013 6:25 pm
- Forum: Graphics, Figures & Tables
- Topic: Parallel Lines between two Blocks
- Replies: 11
- Views: 15006
Parallel Lines between two Blocks
I want them to be horizontal. Two lines above the middle, then three dots, and one line at the bottom.localghost wrote:Perhaps you should be more specific regarding these lines. Should they be horizontal, vertical or diagonal?
Thorsten
Thanks in advance
- Tue Oct 22, 2013 5:19 pm
- Forum: Graphics, Figures & Tables
- Topic: Parallel Lines between two Blocks
- Replies: 11
- Views: 15006
Re: Parallel Lines between two Blocks
Any help here, please?
- Sun Oct 20, 2013 9:32 pm
- Forum: Graphics, Figures & Tables
- Topic: Parallel Lines between two Blocks
- Replies: 11
- Views: 15006
Parallel Lines between two Blocks
Hello all,
I have two blocks drawn using TikZ/PGF, and I want to draw multiple parallel lines between them. This is the code I have.
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,fadings, shadows}
\usepackage{amsmath,bm,times}
\begin{document}
\pagestyle{empty ...
I have two blocks drawn using TikZ/PGF, and I want to draw multiple parallel lines between them. This is the code I have.
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,fadings, shadows}
\usepackage{amsmath,bm,times}
\begin{document}
\pagestyle{empty ...
- Fri Jun 07, 2013 10:27 pm
- Forum: Graphics, Figures & Tables
- Topic: Code for Report fails in Presentation
- Replies: 7
- Views: 6079
Re: Code for Report fails in Presentation
I really would like to thank you. Everything is OK now.