Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!tut.cis.ohio-state.edu!ucbvax!ACSU.BUFFALO.EDU!xiaofei From: xiaofei@ACSU.BUFFALO.EDU Newsgroups: comp.text.tex Subject: \the \baselineskip Message-ID: <9102170805.AA03692@autarch.acsu.buffalo.edu> Date: 17 Feb 91 08:05:17 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 24 If I say `` \the\baselineskip \baselineskip=2.0\baselineskip \the\baselineskip '' I expect the first \the\baselineskip gives me a ``12.0pt'' and the second one goves me a ``24.0pt''. But it is not the case, they both give me ``12.0pt'' which I find it difficult to understand. In order to get the results I expected I have to put \par in the first sentence. But this does not make sense to me. The value for \baselineskip HAS BEEN CHANGED regardless if there is a baselineskip. I expect the basic logic to work: `` x=1 means x is one x=2\times x then x is two obviously '' What is wrong with the way I am thinking?