Left margin in list of tables
Is this part of the description of the Archfey warlock's Misty Escape feature redundant?
Is there a nicer/politer/more positive alternative for "negates"?
How to get directions in deep space?
Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?
Why should universal income be universal?
How can ping know if my host is down
Multiplicative persistence
What to do when eye contact makes your coworker uncomfortable?
How could a planet have erratic days?
How to draw a matrix with arrows in limited space
Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?
Can you use Vicious Mockery to win an argument or gain favours?
"It doesn't matter" or "it won't matter"?
I found an audio circuit and I built it just fine, but I find it a bit too quiet. How do I amplify the output so that it is a bit louder?
Non-trope happy ending?
awk assign to multiple variables at once
Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?
What is Cash Advance APR?
What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?
Stack Interview Code methods made from class Node and Smart Pointers
Make a Bowl of Alphabet Soup
Delete multiple columns using awk or sed
How do I fix the group tension caused by my character stealing and possibly killing without provocation?
Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?
Left margin in list of tables
I am using listoftables . Some elements of the list are longer than a single line. The first line of each element has a greater indentation than its following lines. I can I set the same indentation for every line on the list?
Sample code: https://drive.google.com/file/d/1MJxQCM36szdchUe2PSoBmaTY4iuX48VI/view?usp=drivesdk
Code on pastebin:
- stacklatex.tex https://pastebin.com/aZhrhVxG
- uicthesi.cls https://pastebin.com/L3Yfss05
- uicth11.clo https://pastebin.com/gGTBq1Gy
stacklatex.tex content:
documentclassuicthesi
usepackagebooktabs % For formal tables
usepackageframed
usepackagehyperref
usepackagebalance
usepackage[dvips]graphics,color
usepackageepsfig
usepackagecolor
usepackagesubcaption
usepackagemultirow,tabularx
usepackageplaceins
usepackagemathtools
usepackagegraphicx
graphicspath FIG/
usepackageepstopdf
usepackagebm
usepackagecsquotes
usepackagearray
usepackage[yyyymmdd,hhmmss]datetime
usepackage[subject=Todo]pdfcomment
usepackage[textsize=scriptsize,bordercolor=black!20]todonotes
usepackagexcolor,colortbl
usepackageamssymb% http://ctan.org/pkg/amssymb
usepackagepifont% http://ctan.org/pkg/pifont
usepackage[algo2e,titlenumbered,ruled]algorithm2e
usepackagelipsum,environ,amsmath
usepackageslashbox,booktabs,amsmath
%usepackagetodonotes
usepackagecite
usepackagexspace
usepackageblindtext
usepackageverbatim
newcounterLcount
newcommandnumsquishlist
beginlistarabicLcount.
usecounterLcount
setlengthitemsep-.1ex setlengthparsep0ex
setlengthtopsep0ex setlengthpartopsep0ex
setlengthleftmargin1em setlengthlabelwidth1em
setlengthlabelsep0.1em
newcommandnumsquishendendlist
newcommandsquishlist
beginlist$bullet$
setlengthitemsep-.1ex setlengthparsep0ex
setlengthtopsep0ex setlengthpartopsep0ex
setlengthleftmargin.8em setlengthlabelwidth1em
setlengthlabelsep0.5em
newcommandsquishendendlist
makeatletter
DeclareOldFontCommandrmnormalfontrmfamilymathrm
DeclareOldFontCommandsfnormalfontsffamilymathsf
DeclareOldFontCommandttnormalfontttfamilymathtt
DeclareOldFontCommandbfnormalfontbfseriesmathbf
DeclareOldFontCommanditnormalfontitshapemathit
DeclareOldFontCommandslnormalfontslshape@nomathsl
DeclareOldFontCommandscnormalfontscshape@nomathsc
makeatother
newcounterproblem
newenvironmentproblem[1][htb]
renewcommandalgorithmcfnameProblem% Update algorithm name
beginalgorithm2e[#1]%
SetAlFntsmall
SetAlCapFntsmall
SetAlCapNameFntsmall
SetAlCapHSkip0pt
endalgorithm2e
newenvironmentalprocedure[1][htb]
renewcommandalgorithmcfnameProcedure% Update algorithm name
beginalgorithm2e[#1]%
SetAlFntsmall
SetAlCapFntsmall
SetAlCapNameFntsmall
SetAlCapHSkip0pt
IncMargin-parindent
endalgorithm2e
begindocument
% Declarations for Front Matter
titlemy title
authorauthor
pdegreesblah
degreeblah
committeeblah
maketitle
acknowledgements
blah blah blah\
beginflushrighttfendflushright
tableofcontents
listoftables
listoffigures
listofabbreviations
beginlist
setlength
labelwidth1in
setlengthleftmargin1.5in
setlengthlabelsep.5in
setlengthrightmarginleftmargin
endlist
summary
begintable
centering
captionSLJHNF XDWEHFB FDFEWHF F DSFW FBD SJBF SDF F SDBF FXSKDF FVHSDFJK DSF
begintabularl
hline
textbf & textbftest & textbftest & textbftest \ hline
1 & 2 & 3 & 4 \ hline
endtabular
labeltable:test1
endtable
begintable
centering
captionSDFSADFDJFBFN XERUFL F ER FU XEFHL
begintabularl
hline
textbf & textbftest & textbftest & textbftest \ hline
1 & 2 & 3 & 4 \ hline
endtabular
labeltable:test2
endtable
%nocite*
bibformb
bibliographyBibFile
newpage
clearpage
pagestylepageontop
thispagestylepageonbottom
%vspace*3in
beginlarge
begincenter
bfseries VITA
endcenter
endlarge
begintabularp2.8cmp10.5cm
NAME: & blah blah \
blah lah
endtabular
enddocument
tables margins
New contributor
add a comment |
I am using listoftables . Some elements of the list are longer than a single line. The first line of each element has a greater indentation than its following lines. I can I set the same indentation for every line on the list?
Sample code: https://drive.google.com/file/d/1MJxQCM36szdchUe2PSoBmaTY4iuX48VI/view?usp=drivesdk
Code on pastebin:
- stacklatex.tex https://pastebin.com/aZhrhVxG
- uicthesi.cls https://pastebin.com/L3Yfss05
- uicth11.clo https://pastebin.com/gGTBq1Gy
stacklatex.tex content:
documentclassuicthesi
usepackagebooktabs % For formal tables
usepackageframed
usepackagehyperref
usepackagebalance
usepackage[dvips]graphics,color
usepackageepsfig
usepackagecolor
usepackagesubcaption
usepackagemultirow,tabularx
usepackageplaceins
usepackagemathtools
usepackagegraphicx
graphicspath FIG/
usepackageepstopdf
usepackagebm
usepackagecsquotes
usepackagearray
usepackage[yyyymmdd,hhmmss]datetime
usepackage[subject=Todo]pdfcomment
usepackage[textsize=scriptsize,bordercolor=black!20]todonotes
usepackagexcolor,colortbl
usepackageamssymb% http://ctan.org/pkg/amssymb
usepackagepifont% http://ctan.org/pkg/pifont
usepackage[algo2e,titlenumbered,ruled]algorithm2e
usepackagelipsum,environ,amsmath
usepackageslashbox,booktabs,amsmath
%usepackagetodonotes
usepackagecite
usepackagexspace
usepackageblindtext
usepackageverbatim
newcounterLcount
newcommandnumsquishlist
beginlistarabicLcount.
usecounterLcount
setlengthitemsep-.1ex setlengthparsep0ex
setlengthtopsep0ex setlengthpartopsep0ex
setlengthleftmargin1em setlengthlabelwidth1em
setlengthlabelsep0.1em
newcommandnumsquishendendlist
newcommandsquishlist
beginlist$bullet$
setlengthitemsep-.1ex setlengthparsep0ex
setlengthtopsep0ex setlengthpartopsep0ex
setlengthleftmargin.8em setlengthlabelwidth1em
setlengthlabelsep0.5em
newcommandsquishendendlist
makeatletter
DeclareOldFontCommandrmnormalfontrmfamilymathrm
DeclareOldFontCommandsfnormalfontsffamilymathsf
DeclareOldFontCommandttnormalfontttfamilymathtt
DeclareOldFontCommandbfnormalfontbfseriesmathbf
DeclareOldFontCommanditnormalfontitshapemathit
DeclareOldFontCommandslnormalfontslshape@nomathsl
DeclareOldFontCommandscnormalfontscshape@nomathsc
makeatother
newcounterproblem
newenvironmentproblem[1][htb]
renewcommandalgorithmcfnameProblem% Update algorithm name
beginalgorithm2e[#1]%
SetAlFntsmall
SetAlCapFntsmall
SetAlCapNameFntsmall
SetAlCapHSkip0pt
endalgorithm2e
newenvironmentalprocedure[1][htb]
renewcommandalgorithmcfnameProcedure% Update algorithm name
beginalgorithm2e[#1]%
SetAlFntsmall
SetAlCapFntsmall
SetAlCapNameFntsmall
SetAlCapHSkip0pt
IncMargin-parindent
endalgorithm2e
begindocument
% Declarations for Front Matter
titlemy title
authorauthor
pdegreesblah
degreeblah
committeeblah
maketitle
acknowledgements
blah blah blah\
beginflushrighttfendflushright
tableofcontents
listoftables
listoffigures
listofabbreviations
beginlist
setlength
labelwidth1in
setlengthleftmargin1.5in
setlengthlabelsep.5in
setlengthrightmarginleftmargin
endlist
summary
begintable
centering
captionSLJHNF XDWEHFB FDFEWHF F DSFW FBD SJBF SDF F SDBF FXSKDF FVHSDFJK DSF
begintabularl
hline
textbf & textbftest & textbftest & textbftest \ hline
1 & 2 & 3 & 4 \ hline
endtabular
labeltable:test1
endtable
begintable
centering
captionSDFSADFDJFBFN XERUFL F ER FU XEFHL
begintabularl
hline
textbf & textbftest & textbftest & textbftest \ hline
1 & 2 & 3 & 4 \ hline
endtabular
labeltable:test2
endtable
%nocite*
bibformb
bibliographyBibFile
newpage
clearpage
pagestylepageontop
thispagestylepageonbottom
%vspace*3in
beginlarge
begincenter
bfseries VITA
endcenter
endlarge
begintabularp2.8cmp10.5cm
NAME: & blah blah \
blah lah
endtabular
enddocument
tables margins
New contributor
add a comment |
I am using listoftables . Some elements of the list are longer than a single line. The first line of each element has a greater indentation than its following lines. I can I set the same indentation for every line on the list?
Sample code: https://drive.google.com/file/d/1MJxQCM36szdchUe2PSoBmaTY4iuX48VI/view?usp=drivesdk
Code on pastebin:
- stacklatex.tex https://pastebin.com/aZhrhVxG
- uicthesi.cls https://pastebin.com/L3Yfss05
- uicth11.clo https://pastebin.com/gGTBq1Gy
stacklatex.tex content:
documentclassuicthesi
usepackagebooktabs % For formal tables
usepackageframed
usepackagehyperref
usepackagebalance
usepackage[dvips]graphics,color
usepackageepsfig
usepackagecolor
usepackagesubcaption
usepackagemultirow,tabularx
usepackageplaceins
usepackagemathtools
usepackagegraphicx
graphicspath FIG/
usepackageepstopdf
usepackagebm
usepackagecsquotes
usepackagearray
usepackage[yyyymmdd,hhmmss]datetime
usepackage[subject=Todo]pdfcomment
usepackage[textsize=scriptsize,bordercolor=black!20]todonotes
usepackagexcolor,colortbl
usepackageamssymb% http://ctan.org/pkg/amssymb
usepackagepifont% http://ctan.org/pkg/pifont
usepackage[algo2e,titlenumbered,ruled]algorithm2e
usepackagelipsum,environ,amsmath
usepackageslashbox,booktabs,amsmath
%usepackagetodonotes
usepackagecite
usepackagexspace
usepackageblindtext
usepackageverbatim
newcounterLcount
newcommandnumsquishlist
beginlistarabicLcount.
usecounterLcount
setlengthitemsep-.1ex setlengthparsep0ex
setlengthtopsep0ex setlengthpartopsep0ex
setlengthleftmargin1em setlengthlabelwidth1em
setlengthlabelsep0.1em
newcommandnumsquishendendlist
newcommandsquishlist
beginlist$bullet$
setlengthitemsep-.1ex setlengthparsep0ex
setlengthtopsep0ex setlengthpartopsep0ex
setlengthleftmargin.8em setlengthlabelwidth1em
setlengthlabelsep0.5em
newcommandsquishendendlist
makeatletter
DeclareOldFontCommandrmnormalfontrmfamilymathrm
DeclareOldFontCommandsfnormalfontsffamilymathsf
DeclareOldFontCommandttnormalfontttfamilymathtt
DeclareOldFontCommandbfnormalfontbfseriesmathbf
DeclareOldFontCommanditnormalfontitshapemathit
DeclareOldFontCommandslnormalfontslshape@nomathsl
DeclareOldFontCommandscnormalfontscshape@nomathsc
makeatother
newcounterproblem
newenvironmentproblem[1][htb]
renewcommandalgorithmcfnameProblem% Update algorithm name
beginalgorithm2e[#1]%
SetAlFntsmall
SetAlCapFntsmall
SetAlCapNameFntsmall
SetAlCapHSkip0pt
endalgorithm2e
newenvironmentalprocedure[1][htb]
renewcommandalgorithmcfnameProcedure% Update algorithm name
beginalgorithm2e[#1]%
SetAlFntsmall
SetAlCapFntsmall
SetAlCapNameFntsmall
SetAlCapHSkip0pt
IncMargin-parindent
endalgorithm2e
begindocument
% Declarations for Front Matter
titlemy title
authorauthor
pdegreesblah
degreeblah
committeeblah
maketitle
acknowledgements
blah blah blah\
beginflushrighttfendflushright
tableofcontents
listoftables
listoffigures
listofabbreviations
beginlist
setlength
labelwidth1in
setlengthleftmargin1.5in
setlengthlabelsep.5in
setlengthrightmarginleftmargin
endlist
summary
begintable
centering
captionSLJHNF XDWEHFB FDFEWHF F DSFW FBD SJBF SDF F SDBF FXSKDF FVHSDFJK DSF
begintabularl
hline
textbf & textbftest & textbftest & textbftest \ hline
1 & 2 & 3 & 4 \ hline
endtabular
labeltable:test1
endtable
begintable
centering
captionSDFSADFDJFBFN XERUFL F ER FU XEFHL
begintabularl
hline
textbf & textbftest & textbftest & textbftest \ hline
1 & 2 & 3 & 4 \ hline
endtabular
labeltable:test2
endtable
%nocite*
bibformb
bibliographyBibFile
newpage
clearpage
pagestylepageontop
thispagestylepageonbottom
%vspace*3in
beginlarge
begincenter
bfseries VITA
endcenter
endlarge
begintabularp2.8cmp10.5cm
NAME: & blah blah \
blah lah
endtabular
enddocument
tables margins
New contributor
I am using listoftables . Some elements of the list are longer than a single line. The first line of each element has a greater indentation than its following lines. I can I set the same indentation for every line on the list?
Sample code: https://drive.google.com/file/d/1MJxQCM36szdchUe2PSoBmaTY4iuX48VI/view?usp=drivesdk
Code on pastebin:
- stacklatex.tex https://pastebin.com/aZhrhVxG
- uicthesi.cls https://pastebin.com/L3Yfss05
- uicth11.clo https://pastebin.com/gGTBq1Gy
stacklatex.tex content:
documentclassuicthesi
usepackagebooktabs % For formal tables
usepackageframed
usepackagehyperref
usepackagebalance
usepackage[dvips]graphics,color
usepackageepsfig
usepackagecolor
usepackagesubcaption
usepackagemultirow,tabularx
usepackageplaceins
usepackagemathtools
usepackagegraphicx
graphicspath FIG/
usepackageepstopdf
usepackagebm
usepackagecsquotes
usepackagearray
usepackage[yyyymmdd,hhmmss]datetime
usepackage[subject=Todo]pdfcomment
usepackage[textsize=scriptsize,bordercolor=black!20]todonotes
usepackagexcolor,colortbl
usepackageamssymb% http://ctan.org/pkg/amssymb
usepackagepifont% http://ctan.org/pkg/pifont
usepackage[algo2e,titlenumbered,ruled]algorithm2e
usepackagelipsum,environ,amsmath
usepackageslashbox,booktabs,amsmath
%usepackagetodonotes
usepackagecite
usepackagexspace
usepackageblindtext
usepackageverbatim
newcounterLcount
newcommandnumsquishlist
beginlistarabicLcount.
usecounterLcount
setlengthitemsep-.1ex setlengthparsep0ex
setlengthtopsep0ex setlengthpartopsep0ex
setlengthleftmargin1em setlengthlabelwidth1em
setlengthlabelsep0.1em
newcommandnumsquishendendlist
newcommandsquishlist
beginlist$bullet$
setlengthitemsep-.1ex setlengthparsep0ex
setlengthtopsep0ex setlengthpartopsep0ex
setlengthleftmargin.8em setlengthlabelwidth1em
setlengthlabelsep0.5em
newcommandsquishendendlist
makeatletter
DeclareOldFontCommandrmnormalfontrmfamilymathrm
DeclareOldFontCommandsfnormalfontsffamilymathsf
DeclareOldFontCommandttnormalfontttfamilymathtt
DeclareOldFontCommandbfnormalfontbfseriesmathbf
DeclareOldFontCommanditnormalfontitshapemathit
DeclareOldFontCommandslnormalfontslshape@nomathsl
DeclareOldFontCommandscnormalfontscshape@nomathsc
makeatother
newcounterproblem
newenvironmentproblem[1][htb]
renewcommandalgorithmcfnameProblem% Update algorithm name
beginalgorithm2e[#1]%
SetAlFntsmall
SetAlCapFntsmall
SetAlCapNameFntsmall
SetAlCapHSkip0pt
endalgorithm2e
newenvironmentalprocedure[1][htb]
renewcommandalgorithmcfnameProcedure% Update algorithm name
beginalgorithm2e[#1]%
SetAlFntsmall
SetAlCapFntsmall
SetAlCapNameFntsmall
SetAlCapHSkip0pt
IncMargin-parindent
endalgorithm2e
begindocument
% Declarations for Front Matter
titlemy title
authorauthor
pdegreesblah
degreeblah
committeeblah
maketitle
acknowledgements
blah blah blah\
beginflushrighttfendflushright
tableofcontents
listoftables
listoffigures
listofabbreviations
beginlist
setlength
labelwidth1in
setlengthleftmargin1.5in
setlengthlabelsep.5in
setlengthrightmarginleftmargin
endlist
summary
begintable
centering
captionSLJHNF XDWEHFB FDFEWHF F DSFW FBD SJBF SDF F SDBF FXSKDF FVHSDFJK DSF
begintabularl
hline
textbf & textbftest & textbftest & textbftest \ hline
1 & 2 & 3 & 4 \ hline
endtabular
labeltable:test1
endtable
begintable
centering
captionSDFSADFDJFBFN XERUFL F ER FU XEFHL
begintabularl
hline
textbf & textbftest & textbftest & textbftest \ hline
1 & 2 & 3 & 4 \ hline
endtabular
labeltable:test2
endtable
%nocite*
bibformb
bibliographyBibFile
newpage
clearpage
pagestylepageontop
thispagestylepageonbottom
%vspace*3in
beginlarge
begincenter
bfseries VITA
endcenter
endlarge
begintabularp2.8cmp10.5cm
NAME: & blah blah \
blah lah
endtabular
enddocument
tables margins
tables margins
New contributor
New contributor
New contributor
asked 1 min ago
user1315621user1315621
101
101
New contributor
New contributor
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
);
);
user1315621 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%2f480804%2fleft-margin-in-list-of-tables%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
user1315621 is a new contributor. Be nice, and check out our Code of Conduct.
user1315621 is a new contributor. Be nice, and check out our Code of Conduct.
user1315621 is a new contributor. Be nice, and check out our Code of Conduct.
user1315621 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%2f480804%2fleft-margin-in-list-of-tables%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