BibTeX, biblatex and biberSpacing in bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Diogo Remoaldo
Posts: 26
Joined: Mon Apr 06, 2015 8:24 pm

Spacing in bibliography

Post by Diogo Remoaldo »

Hi some of my bibliographies have a weird spacing, is there a way to solve it. The examples are in the figures. I am using bibtex.

The code I am using for both is the following:

Code: Select all

@Misc{HG,
  author       = {{Homegrid}}, 
  title        = {{Homegrid}},
  Publisher                = {Homegrid},
  howpublished = {Publicação Online, disponível em: http://www.passivhaus.pt},
  note         = {Acedido em: 2015-02-21}
}

@Misc{Boscha,
  title        = {{Electrodomésticos: GSN36VI30, Portas Inox com tratamento anti-dedadas,
Congelador Vertical}},
  author       = {{Bosch}}, 
  howpublished = {Publicação Online, disponível em: http://www.bosch-home.pt/produtos/frigor$\%$C3$\%$ADficos-e-congeladores/congeladores/GSN36VI30.html?source=browse},
  note         = {Acedido em: 2015-05-15}
}
s1.png
s1.png (175.34 KiB) Viewed 4688 times
s12.png
s12.png (180.89 KiB) Viewed 4688 times
Last edited by cgnieder on Tue Sep 15, 2015 9:29 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Diogo Remoaldo
Posts: 26
Joined: Mon Apr 06, 2015 8:24 pm

Re: Spacing in bibliography

Post by Diogo Remoaldo »

?
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Spacing in bibliography

Post by Johannes_B »

We don't have enough information to answer the question, yet. Please provide a minimal working example.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply