IEEEtran not working as expected with fontsize of tables,figures and references.
up vote
0
down vote
favorite
IEEEtran not working as expected with fontsize of tables,figures and references. In some places unnecessary whitespaces are created before and after section headings. Is the use of some package interfering with the IEEEtran class. I have provided the list of the package i have used below.
documentclass[journal]{IEEEtran}
%usepackage[papersize={8.5in,11in}]{geometry}
ifCLASSINFOpdf
else
fi
usepackage{dblfloatfix}
usepackage{blindtext}
usepackage{graphicx}
%usepackage{subcaption}
usepackage{subfig}
usepackage[font=scriptsize]{caption}
usepackage{float}
%usepackage{cite}
usepackage{tabularx,ragged2e}
usepackage{colortbl}
usepackage{forest}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage{float}
usepackage{multirow}
usepackage{array, hhline, cellspace, booktabs}
usepackage{float}
%usepackage{cite}
usepackage[numbers]{natbib}
usepackage{pifont}
usepackage{makecell}
usepackage{breakcites}
%usepackage{breakurl}
usepackage{tabularx,ragged2e}
usepackage[export]{adjustbox}
usepackage{microtype}
usepackage[11pt]{moresize}
%usepackage{refstyle}
usepackage{pifont}% http://ctan.org/pkg/pifont
newcommand{cmark}{ding{51}}%
newcommand{xmark}{ding{55}}%
newcommand{tabitem}{textbullet~~}
renewcommandtheadalign{l}
renewcommandtheadfont{}
renewcommandtheadgape{Gape[4pt]}
renewcommandcellgape{Gape[4pt]}
renewcommand{bibfont}{scriptsize}
%%setlength{parindent}{10ex}
%% Sets page size and margins
%usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
%% Useful packages
usepackage{amsmath}
usepackage{graphicx}
usepackage[colorinlistoftodos]{todonotes}
usepackage[colorlinks=true, allcolors=blue]{hyperref}
ieeetran
add a comment |
up vote
0
down vote
favorite
IEEEtran not working as expected with fontsize of tables,figures and references. In some places unnecessary whitespaces are created before and after section headings. Is the use of some package interfering with the IEEEtran class. I have provided the list of the package i have used below.
documentclass[journal]{IEEEtran}
%usepackage[papersize={8.5in,11in}]{geometry}
ifCLASSINFOpdf
else
fi
usepackage{dblfloatfix}
usepackage{blindtext}
usepackage{graphicx}
%usepackage{subcaption}
usepackage{subfig}
usepackage[font=scriptsize]{caption}
usepackage{float}
%usepackage{cite}
usepackage{tabularx,ragged2e}
usepackage{colortbl}
usepackage{forest}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage{float}
usepackage{multirow}
usepackage{array, hhline, cellspace, booktabs}
usepackage{float}
%usepackage{cite}
usepackage[numbers]{natbib}
usepackage{pifont}
usepackage{makecell}
usepackage{breakcites}
%usepackage{breakurl}
usepackage{tabularx,ragged2e}
usepackage[export]{adjustbox}
usepackage{microtype}
usepackage[11pt]{moresize}
%usepackage{refstyle}
usepackage{pifont}% http://ctan.org/pkg/pifont
newcommand{cmark}{ding{51}}%
newcommand{xmark}{ding{55}}%
newcommand{tabitem}{textbullet~~}
renewcommandtheadalign{l}
renewcommandtheadfont{}
renewcommandtheadgape{Gape[4pt]}
renewcommandcellgape{Gape[4pt]}
renewcommand{bibfont}{scriptsize}
%%setlength{parindent}{10ex}
%% Sets page size and margins
%usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
%% Useful packages
usepackage{amsmath}
usepackage{graphicx}
usepackage[colorinlistoftodos]{todonotes}
usepackage[colorlinks=true, allcolors=blue]{hyperref}
ieeetran
It would help greatly if you could expand your list of packages into a full example document that actually reproduces parts of the unwanted behaviour you are seeing, a so-called MWE (tex.meta.stackexchange.com/q/228/35864). That way it will be much easier to help you figure out what goes wrong.
– moewe
2 mins ago
For the moment I can only say that you load quite a lot of packages, some even more than once (graphicx
). Do you really need all of those packages?
– moewe
31 secs ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
IEEEtran not working as expected with fontsize of tables,figures and references. In some places unnecessary whitespaces are created before and after section headings. Is the use of some package interfering with the IEEEtran class. I have provided the list of the package i have used below.
documentclass[journal]{IEEEtran}
%usepackage[papersize={8.5in,11in}]{geometry}
ifCLASSINFOpdf
else
fi
usepackage{dblfloatfix}
usepackage{blindtext}
usepackage{graphicx}
%usepackage{subcaption}
usepackage{subfig}
usepackage[font=scriptsize]{caption}
usepackage{float}
%usepackage{cite}
usepackage{tabularx,ragged2e}
usepackage{colortbl}
usepackage{forest}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage{float}
usepackage{multirow}
usepackage{array, hhline, cellspace, booktabs}
usepackage{float}
%usepackage{cite}
usepackage[numbers]{natbib}
usepackage{pifont}
usepackage{makecell}
usepackage{breakcites}
%usepackage{breakurl}
usepackage{tabularx,ragged2e}
usepackage[export]{adjustbox}
usepackage{microtype}
usepackage[11pt]{moresize}
%usepackage{refstyle}
usepackage{pifont}% http://ctan.org/pkg/pifont
newcommand{cmark}{ding{51}}%
newcommand{xmark}{ding{55}}%
newcommand{tabitem}{textbullet~~}
renewcommandtheadalign{l}
renewcommandtheadfont{}
renewcommandtheadgape{Gape[4pt]}
renewcommandcellgape{Gape[4pt]}
renewcommand{bibfont}{scriptsize}
%%setlength{parindent}{10ex}
%% Sets page size and margins
%usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
%% Useful packages
usepackage{amsmath}
usepackage{graphicx}
usepackage[colorinlistoftodos]{todonotes}
usepackage[colorlinks=true, allcolors=blue]{hyperref}
ieeetran
IEEEtran not working as expected with fontsize of tables,figures and references. In some places unnecessary whitespaces are created before and after section headings. Is the use of some package interfering with the IEEEtran class. I have provided the list of the package i have used below.
documentclass[journal]{IEEEtran}
%usepackage[papersize={8.5in,11in}]{geometry}
ifCLASSINFOpdf
else
fi
usepackage{dblfloatfix}
usepackage{blindtext}
usepackage{graphicx}
%usepackage{subcaption}
usepackage{subfig}
usepackage[font=scriptsize]{caption}
usepackage{float}
%usepackage{cite}
usepackage{tabularx,ragged2e}
usepackage{colortbl}
usepackage{forest}
usepackage[english]{babel}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage{float}
usepackage{multirow}
usepackage{array, hhline, cellspace, booktabs}
usepackage{float}
%usepackage{cite}
usepackage[numbers]{natbib}
usepackage{pifont}
usepackage{makecell}
usepackage{breakcites}
%usepackage{breakurl}
usepackage{tabularx,ragged2e}
usepackage[export]{adjustbox}
usepackage{microtype}
usepackage[11pt]{moresize}
%usepackage{refstyle}
usepackage{pifont}% http://ctan.org/pkg/pifont
newcommand{cmark}{ding{51}}%
newcommand{xmark}{ding{55}}%
newcommand{tabitem}{textbullet~~}
renewcommandtheadalign{l}
renewcommandtheadfont{}
renewcommandtheadgape{Gape[4pt]}
renewcommandcellgape{Gape[4pt]}
renewcommand{bibfont}{scriptsize}
%%setlength{parindent}{10ex}
%% Sets page size and margins
%usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
%% Useful packages
usepackage{amsmath}
usepackage{graphicx}
usepackage[colorinlistoftodos]{todonotes}
usepackage[colorlinks=true, allcolors=blue]{hyperref}
ieeetran
ieeetran
edited 4 mins ago
moewe
83.2k8107320
83.2k8107320
asked 8 mins ago
hrk23
83
83
It would help greatly if you could expand your list of packages into a full example document that actually reproduces parts of the unwanted behaviour you are seeing, a so-called MWE (tex.meta.stackexchange.com/q/228/35864). That way it will be much easier to help you figure out what goes wrong.
– moewe
2 mins ago
For the moment I can only say that you load quite a lot of packages, some even more than once (graphicx
). Do you really need all of those packages?
– moewe
31 secs ago
add a comment |
It would help greatly if you could expand your list of packages into a full example document that actually reproduces parts of the unwanted behaviour you are seeing, a so-called MWE (tex.meta.stackexchange.com/q/228/35864). That way it will be much easier to help you figure out what goes wrong.
– moewe
2 mins ago
For the moment I can only say that you load quite a lot of packages, some even more than once (graphicx
). Do you really need all of those packages?
– moewe
31 secs ago
It would help greatly if you could expand your list of packages into a full example document that actually reproduces parts of the unwanted behaviour you are seeing, a so-called MWE (tex.meta.stackexchange.com/q/228/35864). That way it will be much easier to help you figure out what goes wrong.
– moewe
2 mins ago
It would help greatly if you could expand your list of packages into a full example document that actually reproduces parts of the unwanted behaviour you are seeing, a so-called MWE (tex.meta.stackexchange.com/q/228/35864). That way it will be much easier to help you figure out what goes wrong.
– moewe
2 mins ago
For the moment I can only say that you load quite a lot of packages, some even more than once (
graphicx
). Do you really need all of those packages?– moewe
31 secs ago
For the moment I can only say that you load quite a lot of packages, some even more than once (
graphicx
). Do you really need all of those packages?– moewe
31 secs ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461955%2fieeetran-not-working-as-expected-with-fontsize-of-tables-figures-and-references%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
It would help greatly if you could expand your list of packages into a full example document that actually reproduces parts of the unwanted behaviour you are seeing, a so-called MWE (tex.meta.stackexchange.com/q/228/35864). That way it will be much easier to help you figure out what goes wrong.
– moewe
2 mins ago
For the moment I can only say that you load quite a lot of packages, some even more than once (
graphicx
). Do you really need all of those packages?– moewe
31 secs ago