space between words in references, using ACM-Reference-Format style, sigconf Announcing the...
Why are current probes so expensive?
Why not use the yoke to control yaw, as well as pitch and roll?
How much damage would a cupful of neutron star matter do to the Earth?
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
A proverb that is used to imply that you have unexpectedly faced a big problem
Flight departed from the gate 5 min before scheduled departure time. Refund options
Nose gear failure in single prop aircraft: belly landing or nose landing?
Why BitLocker does not use RSA
Statistical analysis applied to methods coming out of Machine Learning
How does TikZ render an arc?
My mentor says to set image to Fine instead of RAW — how is this different from JPG?
How do Java 8 default methods hеlp with lambdas?
What is a more techy Technical Writer job title that isn't cutesy or confusing?
Find general formula for the terms
3D Masyu - A Die
Why complex landing gears are used instead of simple, reliable and light weight muscle wire or shape memory alloys?
Does the Rock Gnome trait Artificer's Lore apply when you aren't proficient in History?
Why can't fire hurt Daenerys but it did to Jon Snow in season 1?
Did any compiler fully use 80-bit floating point?
How to make triangles with rounded sides and corners? (squircle with 3 sides)
By what mechanism was the 2017 General Election called?
NIntegrate on a solution of a matrix ODE
Does the universe have a fixed centre of mass?
space between words in references, using ACM-Reference-Format style, sigconf
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Manually URL linebreak with BiblatexBad formatting of BibliographyDifferences between documentclass[spanish]{article} and usepackage[spanish]{babel}Using ACM style produces wrong page sizeRemoving [Author Year] Tags from Reference List using ACM Journal StyleSpace between references, then bibliography not compilingSpace between words in bibliographyhow to remove reference format in ACM?Using titletoc with ACM acmart stylehow to remove ACM Reference format box in sig-conf template?Reference a web source using ACM reference style in WinShellRemove reference ruler under abstract using ACM templateACM document format vertical space
Please can someone help me to reduce the spaces between words on the references. I saw many solution on internet but none worked for me.
Sorry for the bad format of the question, it is the first time I make a question.
Edited:Tried to add below MWEB.
documentclass[sigconf]{acmart}
addbibresource{jobname.bib}
usepackage{filecontents}
% I have separated file biblo.bib
%In these two(and some other references) there are appearing spaces between words and some links are going beyond the corner
begin{filecontents}{jobname.bib}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
@Manual{ref27,
title = {Venezuela is cracking down on bitcoin fever},
author= {BusinessInsider},
year = {2017},
note = {url{http://uk.businessinsider.com/venezuela-bitcoin-use-popularity-restrictions-and-crackdown-2017-3?r=US&IR=T}}
}
end{filecontents}
begin{document}
maketitle
input{body}
bibliographystyle{ACM-Reference-Format}
bibliography{jobname}
nocite{ref27}%
nocite{ref13}%In fact I have cited into body.txt where I have the content of the paper
end{document}
bibtex acm
add a comment |
Please can someone help me to reduce the spaces between words on the references. I saw many solution on internet but none worked for me.
Sorry for the bad format of the question, it is the first time I make a question.
Edited:Tried to add below MWEB.
documentclass[sigconf]{acmart}
addbibresource{jobname.bib}
usepackage{filecontents}
% I have separated file biblo.bib
%In these two(and some other references) there are appearing spaces between words and some links are going beyond the corner
begin{filecontents}{jobname.bib}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
@Manual{ref27,
title = {Venezuela is cracking down on bitcoin fever},
author= {BusinessInsider},
year = {2017},
note = {url{http://uk.businessinsider.com/venezuela-bitcoin-use-popularity-restrictions-and-crackdown-2017-3?r=US&IR=T}}
}
end{filecontents}
begin{document}
maketitle
input{body}
bibliographystyle{ACM-Reference-Format}
bibliography{jobname}
nocite{ref27}%
nocite{ref13}%In fact I have cited into body.txt where I have the content of the paper
end{document}
bibtex acm
Possible duplicate of tex.stackexchange.com/questions/89751/…
– koleygr
Jun 19 '17 at 17:47
Similar, but probably not an exact duplicate of the linked question. OP'sdocumentclass
and respective options appear to imply some peculiarities.
– gusbrs
Jun 19 '17 at 21:25
add a comment |
Please can someone help me to reduce the spaces between words on the references. I saw many solution on internet but none worked for me.
Sorry for the bad format of the question, it is the first time I make a question.
Edited:Tried to add below MWEB.
documentclass[sigconf]{acmart}
addbibresource{jobname.bib}
usepackage{filecontents}
% I have separated file biblo.bib
%In these two(and some other references) there are appearing spaces between words and some links are going beyond the corner
begin{filecontents}{jobname.bib}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
@Manual{ref27,
title = {Venezuela is cracking down on bitcoin fever},
author= {BusinessInsider},
year = {2017},
note = {url{http://uk.businessinsider.com/venezuela-bitcoin-use-popularity-restrictions-and-crackdown-2017-3?r=US&IR=T}}
}
end{filecontents}
begin{document}
maketitle
input{body}
bibliographystyle{ACM-Reference-Format}
bibliography{jobname}
nocite{ref27}%
nocite{ref13}%In fact I have cited into body.txt where I have the content of the paper
end{document}
bibtex acm
Please can someone help me to reduce the spaces between words on the references. I saw many solution on internet but none worked for me.
Sorry for the bad format of the question, it is the first time I make a question.
Edited:Tried to add below MWEB.
documentclass[sigconf]{acmart}
addbibresource{jobname.bib}
usepackage{filecontents}
% I have separated file biblo.bib
%In these two(and some other references) there are appearing spaces between words and some links are going beyond the corner
begin{filecontents}{jobname.bib}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
@Manual{ref27,
title = {Venezuela is cracking down on bitcoin fever},
author= {BusinessInsider},
year = {2017},
note = {url{http://uk.businessinsider.com/venezuela-bitcoin-use-popularity-restrictions-and-crackdown-2017-3?r=US&IR=T}}
}
end{filecontents}
begin{document}
maketitle
input{body}
bibliographystyle{ACM-Reference-Format}
bibliography{jobname}
nocite{ref27}%
nocite{ref13}%In fact I have cited into body.txt where I have the content of the paper
end{document}
bibtex acm
bibtex acm
edited Jun 20 '17 at 7:51
moewe
97.2k10118363
97.2k10118363
asked Jun 19 '17 at 17:29
FitoreFitore
11
11
Possible duplicate of tex.stackexchange.com/questions/89751/…
– koleygr
Jun 19 '17 at 17:47
Similar, but probably not an exact duplicate of the linked question. OP'sdocumentclass
and respective options appear to imply some peculiarities.
– gusbrs
Jun 19 '17 at 21:25
add a comment |
Possible duplicate of tex.stackexchange.com/questions/89751/…
– koleygr
Jun 19 '17 at 17:47
Similar, but probably not an exact duplicate of the linked question. OP'sdocumentclass
and respective options appear to imply some peculiarities.
– gusbrs
Jun 19 '17 at 21:25
Possible duplicate of tex.stackexchange.com/questions/89751/…
– koleygr
Jun 19 '17 at 17:47
Possible duplicate of tex.stackexchange.com/questions/89751/…
– koleygr
Jun 19 '17 at 17:47
Similar, but probably not an exact duplicate of the linked question. OP's
documentclass
and respective options appear to imply some peculiarities.– gusbrs
Jun 19 '17 at 21:25
Similar, but probably not an exact duplicate of the linked question. OP's
documentclass
and respective options appear to imply some peculiarities.– gusbrs
Jun 19 '17 at 21:25
add a comment |
3 Answers
3
active
oldest
votes
try to use
usepackage[hyphens]{url}
It may helps in your problem
Here is a MWE without the above line:
documentclass[a4paper,10pt]{article}
usepackage[utf8]{inputenc}
%usepackage[hyphens]{url}
usepackage{filecontents}
usepackage{hyperref}
begin{filecontents}{biblo.bib}
@Manual{ref1,
title = {Bitcoin: A Peer-to-Peer Electronic Cash System},
author = {Nakamoto Satoshi},
year = {2008},
note = {url{https://bitcoin.org/bitcoin.pdf}},
}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
end{filecontents}
%opening
title{}
author{}
begin{document}
maketitle
begin{abstract}
end{abstract}
section{test}
cite{ref1}
and
cite{ref13}
bibliographystyle{acm}
bibliography{biblo}
end{document}
and the result:
If I comment out that line, I have:
add a comment |
I don't know why the hyphens
option of the url
package clashes with your setting, but you can try the following (credit to https://tex.stackexchange.com/a/102697/105447):
documentclass[sigconf]{acmart}
usepackage{url}
makeatletter
g@addto@macro{UrlBreaks}{UrlOrds}
makeatother
usepackage{filecontents}
begin{filecontents}{jobname.bib}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
@Manual{ref27,
title = {Venezuela is cracking down on bitcoin fever},
author= {BusinessInsider},
year = {2017},
note = {url{http://uk.businessinsider.com/venezuela-bitcoin-use-popularity-restrictions-and-crackdown-2017-3?r=US&IR=T}}
}
end{filecontents}
begin{document}
bibliographystyle{ACM-Reference-Format}
bibliography{jobname}
nocite{ref27}%
nocite{ref13}
end{document}
The result is:
I must add that someone might very well come up with a better solution.
add a comment |
The solution that worked for me is the following:
- add
documentclass[sigconf, hyphens]{acmart}
instead ofdocumentclass[sigconf]{acmart}
, since the url package is already included by template, but you can provide the hyphens parameter to the documentclass, which will be passed to the url package (not sure though how this works internally) and it should work.
New contributor
Theodor Stoican is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This works becauseacmart
loadshyperref
andhyperref
loadsurl
. When you pass an option (in this casehyphens
) todocumentclass
, all packages loaded will know of this option and will use it if appropriate (reference). So this does the same as koleygr's answer, wit fewer keystrokes :-)
– Phelype Oleinik
18 mins ago
add a comment |
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
});
}
});
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%2f375748%2fspace-between-words-in-references-using-acm-reference-format-style-sigconf%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
try to use
usepackage[hyphens]{url}
It may helps in your problem
Here is a MWE without the above line:
documentclass[a4paper,10pt]{article}
usepackage[utf8]{inputenc}
%usepackage[hyphens]{url}
usepackage{filecontents}
usepackage{hyperref}
begin{filecontents}{biblo.bib}
@Manual{ref1,
title = {Bitcoin: A Peer-to-Peer Electronic Cash System},
author = {Nakamoto Satoshi},
year = {2008},
note = {url{https://bitcoin.org/bitcoin.pdf}},
}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
end{filecontents}
%opening
title{}
author{}
begin{document}
maketitle
begin{abstract}
end{abstract}
section{test}
cite{ref1}
and
cite{ref13}
bibliographystyle{acm}
bibliography{biblo}
end{document}
and the result:
If I comment out that line, I have:
add a comment |
try to use
usepackage[hyphens]{url}
It may helps in your problem
Here is a MWE without the above line:
documentclass[a4paper,10pt]{article}
usepackage[utf8]{inputenc}
%usepackage[hyphens]{url}
usepackage{filecontents}
usepackage{hyperref}
begin{filecontents}{biblo.bib}
@Manual{ref1,
title = {Bitcoin: A Peer-to-Peer Electronic Cash System},
author = {Nakamoto Satoshi},
year = {2008},
note = {url{https://bitcoin.org/bitcoin.pdf}},
}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
end{filecontents}
%opening
title{}
author{}
begin{document}
maketitle
begin{abstract}
end{abstract}
section{test}
cite{ref1}
and
cite{ref13}
bibliographystyle{acm}
bibliography{biblo}
end{document}
and the result:
If I comment out that line, I have:
add a comment |
try to use
usepackage[hyphens]{url}
It may helps in your problem
Here is a MWE without the above line:
documentclass[a4paper,10pt]{article}
usepackage[utf8]{inputenc}
%usepackage[hyphens]{url}
usepackage{filecontents}
usepackage{hyperref}
begin{filecontents}{biblo.bib}
@Manual{ref1,
title = {Bitcoin: A Peer-to-Peer Electronic Cash System},
author = {Nakamoto Satoshi},
year = {2008},
note = {url{https://bitcoin.org/bitcoin.pdf}},
}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
end{filecontents}
%opening
title{}
author{}
begin{document}
maketitle
begin{abstract}
end{abstract}
section{test}
cite{ref1}
and
cite{ref13}
bibliographystyle{acm}
bibliography{biblo}
end{document}
and the result:
If I comment out that line, I have:
try to use
usepackage[hyphens]{url}
It may helps in your problem
Here is a MWE without the above line:
documentclass[a4paper,10pt]{article}
usepackage[utf8]{inputenc}
%usepackage[hyphens]{url}
usepackage{filecontents}
usepackage{hyperref}
begin{filecontents}{biblo.bib}
@Manual{ref1,
title = {Bitcoin: A Peer-to-Peer Electronic Cash System},
author = {Nakamoto Satoshi},
year = {2008},
note = {url{https://bitcoin.org/bitcoin.pdf}},
}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
end{filecontents}
%opening
title{}
author{}
begin{document}
maketitle
begin{abstract}
end{abstract}
section{test}
cite{ref1}
and
cite{ref13}
bibliographystyle{acm}
bibliography{biblo}
end{document}
and the result:
If I comment out that line, I have:
edited Jun 19 '17 at 18:49
answered Jun 19 '17 at 17:43
![](https://i.stack.imgur.com/x9cGT.jpg?s=32&g=1)
![](https://i.stack.imgur.com/x9cGT.jpg?s=32&g=1)
koleygrkoleygr
13.4k11039
13.4k11039
add a comment |
add a comment |
I don't know why the hyphens
option of the url
package clashes with your setting, but you can try the following (credit to https://tex.stackexchange.com/a/102697/105447):
documentclass[sigconf]{acmart}
usepackage{url}
makeatletter
g@addto@macro{UrlBreaks}{UrlOrds}
makeatother
usepackage{filecontents}
begin{filecontents}{jobname.bib}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
@Manual{ref27,
title = {Venezuela is cracking down on bitcoin fever},
author= {BusinessInsider},
year = {2017},
note = {url{http://uk.businessinsider.com/venezuela-bitcoin-use-popularity-restrictions-and-crackdown-2017-3?r=US&IR=T}}
}
end{filecontents}
begin{document}
bibliographystyle{ACM-Reference-Format}
bibliography{jobname}
nocite{ref27}%
nocite{ref13}
end{document}
The result is:
I must add that someone might very well come up with a better solution.
add a comment |
I don't know why the hyphens
option of the url
package clashes with your setting, but you can try the following (credit to https://tex.stackexchange.com/a/102697/105447):
documentclass[sigconf]{acmart}
usepackage{url}
makeatletter
g@addto@macro{UrlBreaks}{UrlOrds}
makeatother
usepackage{filecontents}
begin{filecontents}{jobname.bib}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
@Manual{ref27,
title = {Venezuela is cracking down on bitcoin fever},
author= {BusinessInsider},
year = {2017},
note = {url{http://uk.businessinsider.com/venezuela-bitcoin-use-popularity-restrictions-and-crackdown-2017-3?r=US&IR=T}}
}
end{filecontents}
begin{document}
bibliographystyle{ACM-Reference-Format}
bibliography{jobname}
nocite{ref27}%
nocite{ref13}
end{document}
The result is:
I must add that someone might very well come up with a better solution.
add a comment |
I don't know why the hyphens
option of the url
package clashes with your setting, but you can try the following (credit to https://tex.stackexchange.com/a/102697/105447):
documentclass[sigconf]{acmart}
usepackage{url}
makeatletter
g@addto@macro{UrlBreaks}{UrlOrds}
makeatother
usepackage{filecontents}
begin{filecontents}{jobname.bib}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
@Manual{ref27,
title = {Venezuela is cracking down on bitcoin fever},
author= {BusinessInsider},
year = {2017},
note = {url{http://uk.businessinsider.com/venezuela-bitcoin-use-popularity-restrictions-and-crackdown-2017-3?r=US&IR=T}}
}
end{filecontents}
begin{document}
bibliographystyle{ACM-Reference-Format}
bibliography{jobname}
nocite{ref27}%
nocite{ref13}
end{document}
The result is:
I must add that someone might very well come up with a better solution.
I don't know why the hyphens
option of the url
package clashes with your setting, but you can try the following (credit to https://tex.stackexchange.com/a/102697/105447):
documentclass[sigconf]{acmart}
usepackage{url}
makeatletter
g@addto@macro{UrlBreaks}{UrlOrds}
makeatother
usepackage{filecontents}
begin{filecontents}{jobname.bib}
@Manual{ref13,
title = {Germany energy giant RWE launches Ethereum based chargin stations},
author = {TrustNodes},
note = {url{http://www.trustnodes.com/2017/04/29/germanys-energy-giant-launches-100s-ethereum-based-electric-cars-charging-stations}}
}
@Manual{ref27,
title = {Venezuela is cracking down on bitcoin fever},
author= {BusinessInsider},
year = {2017},
note = {url{http://uk.businessinsider.com/venezuela-bitcoin-use-popularity-restrictions-and-crackdown-2017-3?r=US&IR=T}}
}
end{filecontents}
begin{document}
bibliographystyle{ACM-Reference-Format}
bibliography{jobname}
nocite{ref27}%
nocite{ref13}
end{document}
The result is:
I must add that someone might very well come up with a better solution.
answered Jun 19 '17 at 19:46
gusbrsgusbrs
8,1042843
8,1042843
add a comment |
add a comment |
The solution that worked for me is the following:
- add
documentclass[sigconf, hyphens]{acmart}
instead ofdocumentclass[sigconf]{acmart}
, since the url package is already included by template, but you can provide the hyphens parameter to the documentclass, which will be passed to the url package (not sure though how this works internally) and it should work.
New contributor
Theodor Stoican is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This works becauseacmart
loadshyperref
andhyperref
loadsurl
. When you pass an option (in this casehyphens
) todocumentclass
, all packages loaded will know of this option and will use it if appropriate (reference). So this does the same as koleygr's answer, wit fewer keystrokes :-)
– Phelype Oleinik
18 mins ago
add a comment |
The solution that worked for me is the following:
- add
documentclass[sigconf, hyphens]{acmart}
instead ofdocumentclass[sigconf]{acmart}
, since the url package is already included by template, but you can provide the hyphens parameter to the documentclass, which will be passed to the url package (not sure though how this works internally) and it should work.
New contributor
Theodor Stoican is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This works becauseacmart
loadshyperref
andhyperref
loadsurl
. When you pass an option (in this casehyphens
) todocumentclass
, all packages loaded will know of this option and will use it if appropriate (reference). So this does the same as koleygr's answer, wit fewer keystrokes :-)
– Phelype Oleinik
18 mins ago
add a comment |
The solution that worked for me is the following:
- add
documentclass[sigconf, hyphens]{acmart}
instead ofdocumentclass[sigconf]{acmart}
, since the url package is already included by template, but you can provide the hyphens parameter to the documentclass, which will be passed to the url package (not sure though how this works internally) and it should work.
New contributor
Theodor Stoican is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
The solution that worked for me is the following:
- add
documentclass[sigconf, hyphens]{acmart}
instead ofdocumentclass[sigconf]{acmart}
, since the url package is already included by template, but you can provide the hyphens parameter to the documentclass, which will be passed to the url package (not sure though how this works internally) and it should work.
New contributor
Theodor Stoican is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Theodor Stoican is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 26 mins ago
![](https://lh5.googleusercontent.com/-AXVG6UWezGY/AAAAAAAAAAI/AAAAAAAAAGI/VKLZWnqGpeY/photo.jpg?sz=32)
![](https://lh5.googleusercontent.com/-AXVG6UWezGY/AAAAAAAAAAI/AAAAAAAAAGI/VKLZWnqGpeY/photo.jpg?sz=32)
Theodor StoicanTheodor Stoican
11
11
New contributor
Theodor Stoican is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Theodor Stoican is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Theodor Stoican is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This works becauseacmart
loadshyperref
andhyperref
loadsurl
. When you pass an option (in this casehyphens
) todocumentclass
, all packages loaded will know of this option and will use it if appropriate (reference). So this does the same as koleygr's answer, wit fewer keystrokes :-)
– Phelype Oleinik
18 mins ago
add a comment |
This works becauseacmart
loadshyperref
andhyperref
loadsurl
. When you pass an option (in this casehyphens
) todocumentclass
, all packages loaded will know of this option and will use it if appropriate (reference). So this does the same as koleygr's answer, wit fewer keystrokes :-)
– Phelype Oleinik
18 mins ago
This works because
acmart
loads hyperref
and hyperref
loads url
. When you pass an option (in this case hyphens
) to documentclass
, all packages loaded will know of this option and will use it if appropriate (reference). So this does the same as koleygr's answer, wit fewer keystrokes :-)– Phelype Oleinik
18 mins ago
This works because
acmart
loads hyperref
and hyperref
loads url
. When you pass an option (in this case hyphens
) to documentclass
, all packages loaded will know of this option and will use it if appropriate (reference). So this does the same as koleygr's answer, wit fewer keystrokes :-)– Phelype Oleinik
18 mins ago
add a comment |
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.
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%2f375748%2fspace-between-words-in-references-using-acm-reference-format-style-sigconf%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
Possible duplicate of tex.stackexchange.com/questions/89751/…
– koleygr
Jun 19 '17 at 17:47
Similar, but probably not an exact duplicate of the linked question. OP's
documentclass
and respective options appear to imply some peculiarities.– gusbrs
Jun 19 '17 at 21:25