I can't see where the sub-figures don't have the same height.
1) Its because I adjust their height manualy by changing width:
...
\begin{minipage}[h]{0.35\linewidth}
...
\begin{minipage}[h]{0.53\linewidth}
...
I set minipage width but don't know how to set height. Spend 2min to find appropriate ...
Search found 6 matches
- Thu May 10, 2012 2:30 pm
- Forum: Graphics, Figures & Tables
- Topic: Adjust Height of Sub-figures relative to each other
- Replies: 3
- Views: 14777
- Tue May 08, 2012 8:06 am
- Forum: Graphics, Figures & Tables
- Topic: Adjust Height of Sub-figures relative to each other
- Replies: 3
- Views: 14777
Adjust Height of Sub-figures relative to each other
Hi!
I need to create some figure with subfigures. My problem is that for "nice look" subfigures must have same height (original files have). I found solution with subfigures package. But next I read that it was deprecated :? So I use hand-adjusting but this is not a "good way" I think.
What to do ...
I need to create some figure with subfigures. My problem is that for "nice look" subfigures must have same height (original files have). I found solution with subfigures package. But next I read that it was deprecated :? So I use hand-adjusting but this is not a "good way" I think.
What to do ...
- Thu Apr 26, 2012 12:00 am
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: nomencl | Formatting a list of abbreviations
- Replies: 1
- Views: 6004
nomencl | Formatting a list of abbreviations
Hi!
I want to use "nomencl" package for my documents. But problem is that it make "list of abbreviations" that I don't like/need.
Some example
\RequirePackage[russian, ukrainian, english]{nomencl}
\makenomenclature
\renewcommand{\nomname}{\centerline{Something}}
\documentclass[a4paper, 12pt ...
I want to use "nomencl" package for my documents. But problem is that it make "list of abbreviations" that I don't like/need.
Some example
\RequirePackage[russian, ukrainian, english]{nomencl}
\makenomenclature
\renewcommand{\nomname}{\centerline{Something}}
\documentclass[a4paper, 12pt ...
- Sun Apr 22, 2012 5:37 am
- Forum: General
- Topic: Modifying paragraph heading formatting
- Replies: 3
- Views: 11412
Re: Modifying paragraph formatting
Wow.
But is there any way to get dot direct after paragraph title?
"This is a paragraph title. This is some text."
Thanks!
But is there any way to get dot direct after paragraph title?
"This is a paragraph title. This is some text."
Thanks!
- Sat Apr 21, 2012 3:02 pm
- Forum: General
- Topic: Modifying paragraph heading formatting
- Replies: 3
- Views: 11412
Modifying paragraph heading formatting
Hi,
I need to get paragraph looks like simple text.
For now its look like:
" This is paragraph Blabla bla blablabla."
but I need:
"This is paragraph. Blabla bla blablabla."
I try to use titlesec package (I really bad understand what I do :) )
\titleformat{\paragraph}[hang]{\normalfont\normalsize ...
I need to get paragraph looks like simple text.
For now its look like:
" This is paragraph Blabla bla blablabla."
but I need:
"This is paragraph. Blabla bla blablabla."
I try to use titlesec package (I really bad understand what I do :) )
\titleformat{\paragraph}[hang]{\normalfont\normalsize ...
- Mon Mar 12, 2012 2:18 pm
- Forum: Document Classes
- Topic: IEEEtran | Dot after Number in Headings
- Replies: 1
- Views: 1838
IEEEtran | Dot after Number in Headings
Hi, I tried to make dot after section number and find something in IEEEtran class. My main problem is I don't understand how it works. Seems that the author created another function for displaying section number. But I don't get how it's used. Can someone help me with this way to put dot after ...