[texhax] web reference with TeX Shop

Mike Marchywka marchywka at hotmail.com
Tue Nov 22 15:01:25 CET 2016


( I have yet to figure out how to get hotmail to mark reply text so I'm top posting )

I was not sure what the OP was asking but web pages can be rather transient 
and maybe the best citations are direct quotes with URL and ideally an
archive URL. I had just written some scripts to scan a URL for bibtex entries
to more permanent articles but maybe a page scraper scripts would help in this case? 
I do vaguely recall modifying one bibtex entry type for my owny use and that process is not too difficult
if you want to add specific features. 
___________________________
From: texhax <texhax-bounces at tug.org> on behalf of Ron RJF Fehd <ron.fehd.macro.maven at gmail.com>
Sent: Tuesday, November 22, 2016 8:35 AM
To: texhax at tug.org
Subject: Re: [texhax] web reference with TeX Shop

> From: Armand Attia <armandvictor at gmail.com<mailto:armandvictor at gmail.com>>
> Please let me know how to setup
> and cite reference to web articles.
> I am running TeXShop version 3.75 on Mac with Sierra.

Are you asking which bib entry-types to use?

Check The LaTeX Companion, 2e, pg 763
for the list of entry types.

In my own papers I use the inproceedings type.
This usage has a number of problems:
* booktitle what to call the 'proceedings'
* author, this can be found in the history of the page

The misc entry-type may be appropriate.
While no fields are required in misc
author, title, howpublished, month, year, and note
are the optional fields listed.

hth
Ron Fehd  Atlanta GA

@inproceedings{sco.Cardinality-Ratio,
 booktitle=sas.community.org<http://sas.community.org>,
 year  = 2008,
 author={Editor R.J. Fehd},
 title ={Cardinality-Ratio},
 note  ={topics: definition and programs},
 url   ={http://www.sascommunity.org/wiki/Cardinality_Ratio}}




More information about the texhax mailing list