Problem using RevTeX4-1 with “! Undefined control sequence. @bibitemShut”
What is the difference between lands and mana?
Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?
Did the UK lift the requirement for registering SIM cards?
Why do Radio Buttons not fill the entire outer circle?
How much of a Devil Fruit must be consumed to gain the power?
Confused about Cramer-Rao lower bound and CLT
Can I cause damage to electrical appliances by unplugging them when they are turned on?
Is there a RAID 0 Equivalent for RAM?
Make a Bowl of Alphabet Soup
Non-trope happy ending?
Will the Sticky MAC access policy prevent unauthorized hubs from connecting to a network?
Is this toilet slogan correct usage of the English language?
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
Has the laser at Magurele, Romania reached a tenth of the Sun's power?
Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?
Can I say "fingers" when referring to toes?
PTIJ: Why is Haman obsessed with Bose?
Has any country ever had 2 former presidents in jail simultaneously?
What is Cash Advance APR?
Is this part of the description of the Archfey warlock's Misty Escape feature redundant?
Which Article Helped Get Rid of Technobabble in RPGs?
Can you use Vicious Mockery to win an argument or gain favours?
What to do when eye contact makes your coworker uncomfortable?
How would you translate "more" for use as an interface button?
Problem using RevTeX4-1 with “! Undefined control sequence. @bibitemShut”
I am using RevTeX4-1. When I typeset the original file, compile the bibliography, and then try to typeset the original file again, I get an error: "! Undefined control sequence. < argument> @bibitemShut." Below is a minimal file with which I get the error, followed by the test .bib file that I used, and then followed by the .bbl file it outputs. Can anyone help? (I am using PcTeX, which I purchased many years ago and no longer seems to have much support available, but which I am very used to. Perhaps this is my problem but I am hoping not, because I'd prefer not to have to get used to a whole new interface.) I will also mention that when compiling the bibliography, I do get a warning but am guessing this is not the problem. The warning is this:
Warning--jnrlst (dependency: not reversed) set 1
merlin.mbs apsrev4-1.bst 2010-07-25 4.21a (PWD, AO, DPC) hacked
Control: key (0)
Control: author (8) initials jnrlst
Control: editor formatted (1) identically to author
Control: production of article title (-1) disabled
Control: page (0) single
Control: year (1) truncated
Control: production of eprint (0) enabled
(There was 1 warning)
Here is my minimal tex file:
documentclass[pra]revtex4-1
begindocument
maketitle
Here's one citation citeRef1, and now another one citeRef2.
bibliographyTestrefs
enddocument
And here is my bib file:
@ARTICLERef1,
AUTHOR=Someone1a and Someone1b,
TITLE=Title1,
JOURNAL=Journal1,
VOLUME=44,
PAGES=5555,
YEAR=1999
@ARTICLERef2,
AUTHOR=Someone2a and Someone2b,
TITLE=Title2,
JOURNAL=Journal2,
VOLUME=55,
PAGES=7777,
YEAR=2000
In case it is useful, here is the bbl file created when I compile the bibliography:
%merlin.mbs apsrev4-1.bst 2010-07-25 4.21a (PWD, AO, DPC) hacked
%Control: key (0)
%Control: author (8) initials jnrlst
%Control: editor formatted (1) identically to author
%Control: production of article title (-1) disabled
%Control: page (0) single
%Control: year (1) truncated
%Control: production of eprint (0) enabled
beginthebibliography2%
makeatletter
providecommand @ifxundefined [1]%
@ifx#1undefined
%
providecommand @ifnum [1]%
ifnum #1expandafter @firstoftwo
else expandafter @secondoftwo
fi
%
providecommand @ifx [1]%
ifx #1expandafter @firstoftwo
else expandafter @secondoftwo
fi
%
providecommand natexlab [1]#1%
providecommand enquote [1]``#1''%
providecommand bibnamefont [1]#1%
providecommand bibfnamefont [1]#1%
providecommand citenamefont [1]#1%
providecommand href@noop [0]@secondoftwo%
providecommand href [0]begingroup @sanitize@url @href%
providecommand @href[1]@@startlink#1@@href%
providecommand @@href[1]endgroup#1@@endlink%
providecommand @sanitize@url [0]catcode \12catcode$12catcode
&12catcode#12catcode ^12catcode_12catcode `%12relax%
providecommand @@startlink[1]%
providecommand @@endlink[0]%
providecommand url [0]begingroup@sanitize@url @url %
providecommand @url [1]endgroup@href #1urlprefix %
providecommand urlprefix [0]URL %
providecommand Eprint [0]href %
providecommand doibase [0]http://dx.doi.org/%
providecommand selectlanguage [0]@gobble%
providecommand bibinfo [0]@secondoftwo%
providecommand bibfield [0]@secondoftwo%
providecommand translation [1][#1]%
providecommand BibitemOpen [0]%
providecommand bibitemStop [0]%
providecommand bibitemNoStop [0].EOSspace%
providecommand EOS [0]spacefactor3000relax%
providecommand BibitemShut [1]csname bibitem#1endcsname%
letauto@bib@innerbib@empty
%
bibitem [citenamefont Someone1a and citenamefont
Someone1b(1999)]Ref1%
BibitemOpen
bibfield author bibinfo author bibnamefont Someone1a and
bibinfo author bibnamefont Someone1b, href@noop bibfield
journal bibinfo journal Journal1 textbf bibinfo volume
44, bibinfo pages 5555 (bibinfo year 1999)BibitemShut
NoStop%
bibitem [citenamefont Someone2a and citenamefont
Someone2b(2000)]Ref2%
BibitemOpen
bibfield author bibinfo author bibnamefont Someone2a and
bibinfo author bibnamefont Someone2b, href@noop bibfield
journal bibinfo journal Journal2 textbf bibinfo volume
55, bibinfo pages 7777 (bibinfo year 2000)BibitemShut
NoStop%
endthebibliography%
bibtex revtex
New contributor
Scott is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am using RevTeX4-1. When I typeset the original file, compile the bibliography, and then try to typeset the original file again, I get an error: "! Undefined control sequence. < argument> @bibitemShut." Below is a minimal file with which I get the error, followed by the test .bib file that I used, and then followed by the .bbl file it outputs. Can anyone help? (I am using PcTeX, which I purchased many years ago and no longer seems to have much support available, but which I am very used to. Perhaps this is my problem but I am hoping not, because I'd prefer not to have to get used to a whole new interface.) I will also mention that when compiling the bibliography, I do get a warning but am guessing this is not the problem. The warning is this:
Warning--jnrlst (dependency: not reversed) set 1
merlin.mbs apsrev4-1.bst 2010-07-25 4.21a (PWD, AO, DPC) hacked
Control: key (0)
Control: author (8) initials jnrlst
Control: editor formatted (1) identically to author
Control: production of article title (-1) disabled
Control: page (0) single
Control: year (1) truncated
Control: production of eprint (0) enabled
(There was 1 warning)
Here is my minimal tex file:
documentclass[pra]revtex4-1
begindocument
maketitle
Here's one citation citeRef1, and now another one citeRef2.
bibliographyTestrefs
enddocument
And here is my bib file:
@ARTICLERef1,
AUTHOR=Someone1a and Someone1b,
TITLE=Title1,
JOURNAL=Journal1,
VOLUME=44,
PAGES=5555,
YEAR=1999
@ARTICLERef2,
AUTHOR=Someone2a and Someone2b,
TITLE=Title2,
JOURNAL=Journal2,
VOLUME=55,
PAGES=7777,
YEAR=2000
In case it is useful, here is the bbl file created when I compile the bibliography:
%merlin.mbs apsrev4-1.bst 2010-07-25 4.21a (PWD, AO, DPC) hacked
%Control: key (0)
%Control: author (8) initials jnrlst
%Control: editor formatted (1) identically to author
%Control: production of article title (-1) disabled
%Control: page (0) single
%Control: year (1) truncated
%Control: production of eprint (0) enabled
beginthebibliography2%
makeatletter
providecommand @ifxundefined [1]%
@ifx#1undefined
%
providecommand @ifnum [1]%
ifnum #1expandafter @firstoftwo
else expandafter @secondoftwo
fi
%
providecommand @ifx [1]%
ifx #1expandafter @firstoftwo
else expandafter @secondoftwo
fi
%
providecommand natexlab [1]#1%
providecommand enquote [1]``#1''%
providecommand bibnamefont [1]#1%
providecommand bibfnamefont [1]#1%
providecommand citenamefont [1]#1%
providecommand href@noop [0]@secondoftwo%
providecommand href [0]begingroup @sanitize@url @href%
providecommand @href[1]@@startlink#1@@href%
providecommand @@href[1]endgroup#1@@endlink%
providecommand @sanitize@url [0]catcode \12catcode$12catcode
&12catcode#12catcode ^12catcode_12catcode `%12relax%
providecommand @@startlink[1]%
providecommand @@endlink[0]%
providecommand url [0]begingroup@sanitize@url @url %
providecommand @url [1]endgroup@href #1urlprefix %
providecommand urlprefix [0]URL %
providecommand Eprint [0]href %
providecommand doibase [0]http://dx.doi.org/%
providecommand selectlanguage [0]@gobble%
providecommand bibinfo [0]@secondoftwo%
providecommand bibfield [0]@secondoftwo%
providecommand translation [1][#1]%
providecommand BibitemOpen [0]%
providecommand bibitemStop [0]%
providecommand bibitemNoStop [0].EOSspace%
providecommand EOS [0]spacefactor3000relax%
providecommand BibitemShut [1]csname bibitem#1endcsname%
letauto@bib@innerbib@empty
%
bibitem [citenamefont Someone1a and citenamefont
Someone1b(1999)]Ref1%
BibitemOpen
bibfield author bibinfo author bibnamefont Someone1a and
bibinfo author bibnamefont Someone1b, href@noop bibfield
journal bibinfo journal Journal1 textbf bibinfo volume
44, bibinfo pages 5555 (bibinfo year 1999)BibitemShut
NoStop%
bibitem [citenamefont Someone2a and citenamefont
Someone2b(2000)]Ref2%
BibitemOpen
bibfield author bibinfo author bibnamefont Someone2a and
bibinfo author bibnamefont Someone2b, href@noop bibfield
journal bibinfo journal Journal2 textbf bibinfo volume
55, bibinfo pages 7777 (bibinfo year 2000)BibitemShut
NoStop%
endthebibliography%
bibtex revtex
New contributor
Scott is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am using RevTeX4-1. When I typeset the original file, compile the bibliography, and then try to typeset the original file again, I get an error: "! Undefined control sequence. < argument> @bibitemShut." Below is a minimal file with which I get the error, followed by the test .bib file that I used, and then followed by the .bbl file it outputs. Can anyone help? (I am using PcTeX, which I purchased many years ago and no longer seems to have much support available, but which I am very used to. Perhaps this is my problem but I am hoping not, because I'd prefer not to have to get used to a whole new interface.) I will also mention that when compiling the bibliography, I do get a warning but am guessing this is not the problem. The warning is this:
Warning--jnrlst (dependency: not reversed) set 1
merlin.mbs apsrev4-1.bst 2010-07-25 4.21a (PWD, AO, DPC) hacked
Control: key (0)
Control: author (8) initials jnrlst
Control: editor formatted (1) identically to author
Control: production of article title (-1) disabled
Control: page (0) single
Control: year (1) truncated
Control: production of eprint (0) enabled
(There was 1 warning)
Here is my minimal tex file:
documentclass[pra]revtex4-1
begindocument
maketitle
Here's one citation citeRef1, and now another one citeRef2.
bibliographyTestrefs
enddocument
And here is my bib file:
@ARTICLERef1,
AUTHOR=Someone1a and Someone1b,
TITLE=Title1,
JOURNAL=Journal1,
VOLUME=44,
PAGES=5555,
YEAR=1999
@ARTICLERef2,
AUTHOR=Someone2a and Someone2b,
TITLE=Title2,
JOURNAL=Journal2,
VOLUME=55,
PAGES=7777,
YEAR=2000
In case it is useful, here is the bbl file created when I compile the bibliography:
%merlin.mbs apsrev4-1.bst 2010-07-25 4.21a (PWD, AO, DPC) hacked
%Control: key (0)
%Control: author (8) initials jnrlst
%Control: editor formatted (1) identically to author
%Control: production of article title (-1) disabled
%Control: page (0) single
%Control: year (1) truncated
%Control: production of eprint (0) enabled
beginthebibliography2%
makeatletter
providecommand @ifxundefined [1]%
@ifx#1undefined
%
providecommand @ifnum [1]%
ifnum #1expandafter @firstoftwo
else expandafter @secondoftwo
fi
%
providecommand @ifx [1]%
ifx #1expandafter @firstoftwo
else expandafter @secondoftwo
fi
%
providecommand natexlab [1]#1%
providecommand enquote [1]``#1''%
providecommand bibnamefont [1]#1%
providecommand bibfnamefont [1]#1%
providecommand citenamefont [1]#1%
providecommand href@noop [0]@secondoftwo%
providecommand href [0]begingroup @sanitize@url @href%
providecommand @href[1]@@startlink#1@@href%
providecommand @@href[1]endgroup#1@@endlink%
providecommand @sanitize@url [0]catcode \12catcode$12catcode
&12catcode#12catcode ^12catcode_12catcode `%12relax%
providecommand @@startlink[1]%
providecommand @@endlink[0]%
providecommand url [0]begingroup@sanitize@url @url %
providecommand @url [1]endgroup@href #1urlprefix %
providecommand urlprefix [0]URL %
providecommand Eprint [0]href %
providecommand doibase [0]http://dx.doi.org/%
providecommand selectlanguage [0]@gobble%
providecommand bibinfo [0]@secondoftwo%
providecommand bibfield [0]@secondoftwo%
providecommand translation [1][#1]%
providecommand BibitemOpen [0]%
providecommand bibitemStop [0]%
providecommand bibitemNoStop [0].EOSspace%
providecommand EOS [0]spacefactor3000relax%
providecommand BibitemShut [1]csname bibitem#1endcsname%
letauto@bib@innerbib@empty
%
bibitem [citenamefont Someone1a and citenamefont
Someone1b(1999)]Ref1%
BibitemOpen
bibfield author bibinfo author bibnamefont Someone1a and
bibinfo author bibnamefont Someone1b, href@noop bibfield
journal bibinfo journal Journal1 textbf bibinfo volume
44, bibinfo pages 5555 (bibinfo year 1999)BibitemShut
NoStop%
bibitem [citenamefont Someone2a and citenamefont
Someone2b(2000)]Ref2%
BibitemOpen
bibfield author bibinfo author bibnamefont Someone2a and
bibinfo author bibnamefont Someone2b, href@noop bibfield
journal bibinfo journal Journal2 textbf bibinfo volume
55, bibinfo pages 7777 (bibinfo year 2000)BibitemShut
NoStop%
endthebibliography%
bibtex revtex
New contributor
Scott is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am using RevTeX4-1. When I typeset the original file, compile the bibliography, and then try to typeset the original file again, I get an error: "! Undefined control sequence. < argument> @bibitemShut." Below is a minimal file with which I get the error, followed by the test .bib file that I used, and then followed by the .bbl file it outputs. Can anyone help? (I am using PcTeX, which I purchased many years ago and no longer seems to have much support available, but which I am very used to. Perhaps this is my problem but I am hoping not, because I'd prefer not to have to get used to a whole new interface.) I will also mention that when compiling the bibliography, I do get a warning but am guessing this is not the problem. The warning is this:
Warning--jnrlst (dependency: not reversed) set 1
merlin.mbs apsrev4-1.bst 2010-07-25 4.21a (PWD, AO, DPC) hacked
Control: key (0)
Control: author (8) initials jnrlst
Control: editor formatted (1) identically to author
Control: production of article title (-1) disabled
Control: page (0) single
Control: year (1) truncated
Control: production of eprint (0) enabled
(There was 1 warning)
Here is my minimal tex file:
documentclass[pra]revtex4-1
begindocument
maketitle
Here's one citation citeRef1, and now another one citeRef2.
bibliographyTestrefs
enddocument
And here is my bib file:
@ARTICLERef1,
AUTHOR=Someone1a and Someone1b,
TITLE=Title1,
JOURNAL=Journal1,
VOLUME=44,
PAGES=5555,
YEAR=1999
@ARTICLERef2,
AUTHOR=Someone2a and Someone2b,
TITLE=Title2,
JOURNAL=Journal2,
VOLUME=55,
PAGES=7777,
YEAR=2000
In case it is useful, here is the bbl file created when I compile the bibliography:
%merlin.mbs apsrev4-1.bst 2010-07-25 4.21a (PWD, AO, DPC) hacked
%Control: key (0)
%Control: author (8) initials jnrlst
%Control: editor formatted (1) identically to author
%Control: production of article title (-1) disabled
%Control: page (0) single
%Control: year (1) truncated
%Control: production of eprint (0) enabled
beginthebibliography2%
makeatletter
providecommand @ifxundefined [1]%
@ifx#1undefined
%
providecommand @ifnum [1]%
ifnum #1expandafter @firstoftwo
else expandafter @secondoftwo
fi
%
providecommand @ifx [1]%
ifx #1expandafter @firstoftwo
else expandafter @secondoftwo
fi
%
providecommand natexlab [1]#1%
providecommand enquote [1]``#1''%
providecommand bibnamefont [1]#1%
providecommand bibfnamefont [1]#1%
providecommand citenamefont [1]#1%
providecommand href@noop [0]@secondoftwo%
providecommand href [0]begingroup @sanitize@url @href%
providecommand @href[1]@@startlink#1@@href%
providecommand @@href[1]endgroup#1@@endlink%
providecommand @sanitize@url [0]catcode \12catcode$12catcode
&12catcode#12catcode ^12catcode_12catcode `%12relax%
providecommand @@startlink[1]%
providecommand @@endlink[0]%
providecommand url [0]begingroup@sanitize@url @url %
providecommand @url [1]endgroup@href #1urlprefix %
providecommand urlprefix [0]URL %
providecommand Eprint [0]href %
providecommand doibase [0]http://dx.doi.org/%
providecommand selectlanguage [0]@gobble%
providecommand bibinfo [0]@secondoftwo%
providecommand bibfield [0]@secondoftwo%
providecommand translation [1][#1]%
providecommand BibitemOpen [0]%
providecommand bibitemStop [0]%
providecommand bibitemNoStop [0].EOSspace%
providecommand EOS [0]spacefactor3000relax%
providecommand BibitemShut [1]csname bibitem#1endcsname%
letauto@bib@innerbib@empty
%
bibitem [citenamefont Someone1a and citenamefont
Someone1b(1999)]Ref1%
BibitemOpen
bibfield author bibinfo author bibnamefont Someone1a and
bibinfo author bibnamefont Someone1b, href@noop bibfield
journal bibinfo journal Journal1 textbf bibinfo volume
44, bibinfo pages 5555 (bibinfo year 1999)BibitemShut
NoStop%
bibitem [citenamefont Someone2a and citenamefont
Someone2b(2000)]Ref2%
BibitemOpen
bibfield author bibinfo author bibnamefont Someone2a and
bibinfo author bibnamefont Someone2b, href@noop bibfield
journal bibinfo journal Journal2 textbf bibinfo volume
55, bibinfo pages 7777 (bibinfo year 2000)BibitemShut
NoStop%
endthebibliography%
bibtex revtex
bibtex revtex
New contributor
Scott is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Scott is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Scott is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 1 min ago
ScottScott
51
51
New contributor
Scott is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Scott is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Scott is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
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
);
);
Scott is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f480796%2fproblem-using-revtex4-1-with-undefined-control-sequence-argument-bibitem%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
Scott is a new contributor. Be nice, and check out our Code of Conduct.
Scott is a new contributor. Be nice, and check out our Code of Conduct.
Scott is a new contributor. Be nice, and check out our Code of Conduct.
Scott is a new contributor. Be nice, and check out our Code of Conduct.
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f480796%2fproblem-using-revtex4-1-with-undefined-control-sequence-argument-bibitem%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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