https://bugzilla.wikimedia.org/show_bug.cgi?id=29040

       Web browser: ---
             Bug #: 29040
           Summary: BibTeX Citation help issue
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


If you use the citation help (like
http://de.wikipedia.org/w/index.php?title=Spezial:Zitierhilfe&page=Liste_der_standardisierten_Ports&id=88754773),
MediaWiki shows you the entry with ". This makes BibTeX to print every
character in the sentence as a lowercase (excepted the first). It would be
better to use double-{ instead of the ", then every character is displayed as
it's defined in the BibTeX-entry. Also the field "url" isn't supported in every
BibTeX version. The URL is better in the "note"-field.
== Now: ==
 @misc{ wiki:xxx,
   author = "Wikipedia",
   title = "Title",
   year = "2011",
   url = "URL",
   note = "[Online; Stand 18. Mai 2011]"
 }

== Would be better as: ==
 @misc{ wiki:xxx,
   author = {{Wikipedia}},
   title = {{Title}},
   year = {{2011}},
   note = "\url{<PLACE_URL_HERE>}; [Online; Stand 18. Mai 2011]"
 }

Thanks!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to