I want my citation should be in bold in my textPut cite in Figure caption, but don't want to show this in...

Can someone clarify Hamming's notion of important problems in relation to modern academia?

Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)

How dangerous is XSS

How do conventional missiles fly?

Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?

Finding the error in an argument

Finitely generated matrix groups whose eigenvalues are all algebraic

One verb to replace 'be a member of' a club

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

How could indestructible materials be used in power generation?

Notepad++ delete until colon for every line with replace all

How obscure is the use of 令 in 令和?

Can I hook these wires up to find the connection to a dead outlet?

Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?

What is the most common color to indicate the input-field is disabled?

Getting extremely large arrows with tikzcd

Is this draw by repetition?

How exploitable/balanced is this homebrew spell: Spell Permanency?

What historical events would have to change in order to make 19th century "steampunk" technology possible?

How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?

What exactly is ineptocracy?

How seriously should I take size and weight limits of hand luggage?

How to remove border from elements in the last row?

How badly should I try to prevent a user from XSSing themselves?



I want my citation should be in bold in my text


Put cite in Figure caption, but don't want to show this in TOCmaking citations bold latexCan cite use bold font?citation in {elsarticle} worked example!et al not working for first citationwant bibliographic entries sorted alphabeticallyHow should I cite LaTeX itself?cite is not working properlyUnable to fix the bibliography. Bold question mark persistsbold words instead of number in citation call-outs













0















Here is my minimum working example:



documentclass[11pt, a4paper, oneside]{Thesis} % Paper size, default font size and one-sided paper
setcounter{tocdepth}{5}
setcounter{secnumdepth}{4}
usepackage{longtable}
usepackage{wrapfig}
usepackage{lscape}
usepackage{rotating}
usepackage{graphicx}
usepackage{caption}
usepackage{amsmath}
usepackage{enumitem}
usepackage[english]{babel}
usepackage{titlesec}
titleformat{paragraph}
{normalfontnormalsizebfseries}{theparagraph}{1em}{}
titlespacing*{paragraph}{parindent}{3.25ex plus 1ex minus .2ex}{.75ex plus .1ex}
titleformat{subparagraph}
{normalfontnormalsizebfseries}{thesubparagraph}{1em}{}
titlespacing*{subparagraph}{parindent}{3.25ex plus 1ex minus .2ex}{.75ex plus .1ex}
usepackage{tabularx,booktabs}

% for better rules in the table
% prints author names as small caps
usepackage{algorithm}
usepackage{tabularx}
usepackage{ragged2e}
usepackage{longtable}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
usepackage{ltablex}
usepackage{algpseudocode,caption}
newcolumntype{C}{>{centeringarraybackslash}X} % centered version of "X" type
setlength{extrarowheight}{1pt}
%usepackage{subcaption} %incompatible with subfig
graphicspath{{Pictures/}} % Specifies the directory where pictures are stored
usepackage[numbers,sort&compress]{natbib} % Use the natbib reference package - read up on this to edit the reference style; if you want text (e.g. Smith et al., 2012) for the in-text references (instead of numbers), remove 'numbers' v

hypersetup{urlcolor=black, colorlinks=true} % Colors hyperlinks in blue - change to black if annoyingv`
title{ttitle} % Defines the thesis title - don't touch this

begin{document}
This mode is defined as IEEE 802.11 networking framework where different wireless nodes communicate with each other through a centralized controlling point, known as Access Point (AP). This AP acts as a bridge between the existing infrastructure (i.e. wired network) and the various wireless nodes wishing to communicate cite{I6,I7}. There is no direct communication between wireless nodes as shown in ref{f2}. The network services are delivered to the wireless nodes by the access point which is further connected to the predefined infrastructure consisting of wired nodes and gateways. Most of the corporate wireless LAN’s are connected in infrastructure mode because they need to get access to the wired LAN to use the printers and file servers. Cellular networks and satellite networks are typical examples of this wireless mode.
label{Bibliography}

lhead{emph{Bibliography}} % Change the page header to say "Bibliography"

bibliographystyle{unsrtnat} % Use the "custom" BibTeX style for formatting the Bibliography

bibliography{Bibliography} % The references (bibliography) information are stored in the file named "Bibliography.bib"

end{document}









share|improve this question

























  • Please add two of your used bib entries to your question.

    – Kurt
    7 mins ago











  • sir i added it in the text "wishing to communicate cite{I6,I7}."

    – monika
    5 mins ago











  • You missunderstood me ;-) Copy two used bib entries from your bib file Bibliography.bib to your question ...

    – Kurt
    2 mins ago











  • @book{I6, title={Wireless communications}, author={Goldsmith, Andrea}, year={2005}, publisher={Cambridge university press}, } @book{I7, title={Wireless and mobile network architectures}, author={Lin, Yi-Bang and Chlamtac, Imrich}, year={2008}, publisher={John Wiley & Sons} }

    – monika
    39 secs ago
















0















Here is my minimum working example:



documentclass[11pt, a4paper, oneside]{Thesis} % Paper size, default font size and one-sided paper
setcounter{tocdepth}{5}
setcounter{secnumdepth}{4}
usepackage{longtable}
usepackage{wrapfig}
usepackage{lscape}
usepackage{rotating}
usepackage{graphicx}
usepackage{caption}
usepackage{amsmath}
usepackage{enumitem}
usepackage[english]{babel}
usepackage{titlesec}
titleformat{paragraph}
{normalfontnormalsizebfseries}{theparagraph}{1em}{}
titlespacing*{paragraph}{parindent}{3.25ex plus 1ex minus .2ex}{.75ex plus .1ex}
titleformat{subparagraph}
{normalfontnormalsizebfseries}{thesubparagraph}{1em}{}
titlespacing*{subparagraph}{parindent}{3.25ex plus 1ex minus .2ex}{.75ex plus .1ex}
usepackage{tabularx,booktabs}

% for better rules in the table
% prints author names as small caps
usepackage{algorithm}
usepackage{tabularx}
usepackage{ragged2e}
usepackage{longtable}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
usepackage{ltablex}
usepackage{algpseudocode,caption}
newcolumntype{C}{>{centeringarraybackslash}X} % centered version of "X" type
setlength{extrarowheight}{1pt}
%usepackage{subcaption} %incompatible with subfig
graphicspath{{Pictures/}} % Specifies the directory where pictures are stored
usepackage[numbers,sort&compress]{natbib} % Use the natbib reference package - read up on this to edit the reference style; if you want text (e.g. Smith et al., 2012) for the in-text references (instead of numbers), remove 'numbers' v

hypersetup{urlcolor=black, colorlinks=true} % Colors hyperlinks in blue - change to black if annoyingv`
title{ttitle} % Defines the thesis title - don't touch this

begin{document}
This mode is defined as IEEE 802.11 networking framework where different wireless nodes communicate with each other through a centralized controlling point, known as Access Point (AP). This AP acts as a bridge between the existing infrastructure (i.e. wired network) and the various wireless nodes wishing to communicate cite{I6,I7}. There is no direct communication between wireless nodes as shown in ref{f2}. The network services are delivered to the wireless nodes by the access point which is further connected to the predefined infrastructure consisting of wired nodes and gateways. Most of the corporate wireless LAN’s are connected in infrastructure mode because they need to get access to the wired LAN to use the printers and file servers. Cellular networks and satellite networks are typical examples of this wireless mode.
label{Bibliography}

lhead{emph{Bibliography}} % Change the page header to say "Bibliography"

bibliographystyle{unsrtnat} % Use the "custom" BibTeX style for formatting the Bibliography

bibliography{Bibliography} % The references (bibliography) information are stored in the file named "Bibliography.bib"

end{document}









share|improve this question

























  • Please add two of your used bib entries to your question.

    – Kurt
    7 mins ago











  • sir i added it in the text "wishing to communicate cite{I6,I7}."

    – monika
    5 mins ago











  • You missunderstood me ;-) Copy two used bib entries from your bib file Bibliography.bib to your question ...

    – Kurt
    2 mins ago











  • @book{I6, title={Wireless communications}, author={Goldsmith, Andrea}, year={2005}, publisher={Cambridge university press}, } @book{I7, title={Wireless and mobile network architectures}, author={Lin, Yi-Bang and Chlamtac, Imrich}, year={2008}, publisher={John Wiley & Sons} }

    – monika
    39 secs ago














0












0








0








Here is my minimum working example:



documentclass[11pt, a4paper, oneside]{Thesis} % Paper size, default font size and one-sided paper
setcounter{tocdepth}{5}
setcounter{secnumdepth}{4}
usepackage{longtable}
usepackage{wrapfig}
usepackage{lscape}
usepackage{rotating}
usepackage{graphicx}
usepackage{caption}
usepackage{amsmath}
usepackage{enumitem}
usepackage[english]{babel}
usepackage{titlesec}
titleformat{paragraph}
{normalfontnormalsizebfseries}{theparagraph}{1em}{}
titlespacing*{paragraph}{parindent}{3.25ex plus 1ex minus .2ex}{.75ex plus .1ex}
titleformat{subparagraph}
{normalfontnormalsizebfseries}{thesubparagraph}{1em}{}
titlespacing*{subparagraph}{parindent}{3.25ex plus 1ex minus .2ex}{.75ex plus .1ex}
usepackage{tabularx,booktabs}

% for better rules in the table
% prints author names as small caps
usepackage{algorithm}
usepackage{tabularx}
usepackage{ragged2e}
usepackage{longtable}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
usepackage{ltablex}
usepackage{algpseudocode,caption}
newcolumntype{C}{>{centeringarraybackslash}X} % centered version of "X" type
setlength{extrarowheight}{1pt}
%usepackage{subcaption} %incompatible with subfig
graphicspath{{Pictures/}} % Specifies the directory where pictures are stored
usepackage[numbers,sort&compress]{natbib} % Use the natbib reference package - read up on this to edit the reference style; if you want text (e.g. Smith et al., 2012) for the in-text references (instead of numbers), remove 'numbers' v

hypersetup{urlcolor=black, colorlinks=true} % Colors hyperlinks in blue - change to black if annoyingv`
title{ttitle} % Defines the thesis title - don't touch this

begin{document}
This mode is defined as IEEE 802.11 networking framework where different wireless nodes communicate with each other through a centralized controlling point, known as Access Point (AP). This AP acts as a bridge between the existing infrastructure (i.e. wired network) and the various wireless nodes wishing to communicate cite{I6,I7}. There is no direct communication between wireless nodes as shown in ref{f2}. The network services are delivered to the wireless nodes by the access point which is further connected to the predefined infrastructure consisting of wired nodes and gateways. Most of the corporate wireless LAN’s are connected in infrastructure mode because they need to get access to the wired LAN to use the printers and file servers. Cellular networks and satellite networks are typical examples of this wireless mode.
label{Bibliography}

lhead{emph{Bibliography}} % Change the page header to say "Bibliography"

bibliographystyle{unsrtnat} % Use the "custom" BibTeX style for formatting the Bibliography

bibliography{Bibliography} % The references (bibliography) information are stored in the file named "Bibliography.bib"

end{document}









share|improve this question
















Here is my minimum working example:



documentclass[11pt, a4paper, oneside]{Thesis} % Paper size, default font size and one-sided paper
setcounter{tocdepth}{5}
setcounter{secnumdepth}{4}
usepackage{longtable}
usepackage{wrapfig}
usepackage{lscape}
usepackage{rotating}
usepackage{graphicx}
usepackage{caption}
usepackage{amsmath}
usepackage{enumitem}
usepackage[english]{babel}
usepackage{titlesec}
titleformat{paragraph}
{normalfontnormalsizebfseries}{theparagraph}{1em}{}
titlespacing*{paragraph}{parindent}{3.25ex plus 1ex minus .2ex}{.75ex plus .1ex}
titleformat{subparagraph}
{normalfontnormalsizebfseries}{thesubparagraph}{1em}{}
titlespacing*{subparagraph}{parindent}{3.25ex plus 1ex minus .2ex}{.75ex plus .1ex}
usepackage{tabularx,booktabs}

% for better rules in the table
% prints author names as small caps
usepackage{algorithm}
usepackage{tabularx}
usepackage{ragged2e}
usepackage{longtable}
newcolumntype{R}{>{RaggedRightletnewline\arraybackslashhspace{0pt}}X}
usepackage{pdflscape}
usepackage{ltablex}
usepackage{algpseudocode,caption}
newcolumntype{C}{>{centeringarraybackslash}X} % centered version of "X" type
setlength{extrarowheight}{1pt}
%usepackage{subcaption} %incompatible with subfig
graphicspath{{Pictures/}} % Specifies the directory where pictures are stored
usepackage[numbers,sort&compress]{natbib} % Use the natbib reference package - read up on this to edit the reference style; if you want text (e.g. Smith et al., 2012) for the in-text references (instead of numbers), remove 'numbers' v

hypersetup{urlcolor=black, colorlinks=true} % Colors hyperlinks in blue - change to black if annoyingv`
title{ttitle} % Defines the thesis title - don't touch this

begin{document}
This mode is defined as IEEE 802.11 networking framework where different wireless nodes communicate with each other through a centralized controlling point, known as Access Point (AP). This AP acts as a bridge between the existing infrastructure (i.e. wired network) and the various wireless nodes wishing to communicate cite{I6,I7}. There is no direct communication between wireless nodes as shown in ref{f2}. The network services are delivered to the wireless nodes by the access point which is further connected to the predefined infrastructure consisting of wired nodes and gateways. Most of the corporate wireless LAN’s are connected in infrastructure mode because they need to get access to the wired LAN to use the printers and file servers. Cellular networks and satellite networks are typical examples of this wireless mode.
label{Bibliography}

lhead{emph{Bibliography}} % Change the page header to say "Bibliography"

bibliographystyle{unsrtnat} % Use the "custom" BibTeX style for formatting the Bibliography

bibliography{Bibliography} % The references (bibliography) information are stored in the file named "Bibliography.bib"

end{document}






citing






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 10 mins ago









Kurt

40.5k850164




40.5k850164










asked 14 mins ago









monikamonika

365




365













  • Please add two of your used bib entries to your question.

    – Kurt
    7 mins ago











  • sir i added it in the text "wishing to communicate cite{I6,I7}."

    – monika
    5 mins ago











  • You missunderstood me ;-) Copy two used bib entries from your bib file Bibliography.bib to your question ...

    – Kurt
    2 mins ago











  • @book{I6, title={Wireless communications}, author={Goldsmith, Andrea}, year={2005}, publisher={Cambridge university press}, } @book{I7, title={Wireless and mobile network architectures}, author={Lin, Yi-Bang and Chlamtac, Imrich}, year={2008}, publisher={John Wiley & Sons} }

    – monika
    39 secs ago



















  • Please add two of your used bib entries to your question.

    – Kurt
    7 mins ago











  • sir i added it in the text "wishing to communicate cite{I6,I7}."

    – monika
    5 mins ago











  • You missunderstood me ;-) Copy two used bib entries from your bib file Bibliography.bib to your question ...

    – Kurt
    2 mins ago











  • @book{I6, title={Wireless communications}, author={Goldsmith, Andrea}, year={2005}, publisher={Cambridge university press}, } @book{I7, title={Wireless and mobile network architectures}, author={Lin, Yi-Bang and Chlamtac, Imrich}, year={2008}, publisher={John Wiley & Sons} }

    – monika
    39 secs ago

















Please add two of your used bib entries to your question.

– Kurt
7 mins ago





Please add two of your used bib entries to your question.

– Kurt
7 mins ago













sir i added it in the text "wishing to communicate cite{I6,I7}."

– monika
5 mins ago





sir i added it in the text "wishing to communicate cite{I6,I7}."

– monika
5 mins ago













You missunderstood me ;-) Copy two used bib entries from your bib file Bibliography.bib to your question ...

– Kurt
2 mins ago





You missunderstood me ;-) Copy two used bib entries from your bib file Bibliography.bib to your question ...

– Kurt
2 mins ago













@book{I6, title={Wireless communications}, author={Goldsmith, Andrea}, year={2005}, publisher={Cambridge university press}, } @book{I7, title={Wireless and mobile network architectures}, author={Lin, Yi-Bang and Chlamtac, Imrich}, year={2008}, publisher={John Wiley & Sons} }

– monika
39 secs ago





@book{I6, title={Wireless communications}, author={Goldsmith, Andrea}, year={2005}, publisher={Cambridge university press}, } @book{I7, title={Wireless and mobile network architectures}, author={Lin, Yi-Bang and Chlamtac, Imrich}, year={2008}, publisher={John Wiley & Sons} }

– monika
39 secs ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482899%2fi-want-my-citation-should-be-in-bold-in-my-text%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482899%2fi-want-my-citation-should-be-in-bold-in-my-text%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...