Home | History | Annotate | Download | only in build-aux

Lines Matching refs:But

18 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty
110 % messages, but if we're using an old version of TeX, don't do anything.
336 % does insertions, but you have to call it yourself.
496 % But first, we have to remove the trailing space token.
559 % ... but they get defined via ``\envdef\foo{...}'':
587 % But first, it executes a specialized version of \checkenv
592 % The general wording of \badenverr may not be ideal, but... --kasal, 06nov03
611 %% but suppressing ligatures.
662 % The \TeX{} logo, as in plain, but resetting the spacing so that a
769 % above. But it's pretty close.
830 % main vertical list is 10000 or more. But in order to see if the
838 % almost-but-not-quite fill up a page, TeX will have a hard time doing
905 \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing.
1031 % It seems @exampleindent asis isn't necessary, but
1104 % One complication: _ usually means subscripts, but it could also mean
1116 % FYI, plain.tex uses \\ as a temporary control sequence (why?), but
1445 % nearly black, but still distinguishable for online viewing.
1467 % text in the case where a section has no node, but it doesn't
1693 % (\pdffontattr was introduced many years ago, but people still run
2257 % makeinfo 4.8 does not support it, but we need it nonetheless.
2471 % quote/apostrophe (char 0x27), but instead use the undirected quote
2473 % the default, but it works for pasting with more pdf viewers (at least
2586 % monospace, don't change it; that way, we respect @kbdinputstyle. But
2611 % But `\ ' produces the large typewriter interword space.
2808 % No font change, but don't do end-of-sentence spacing.
2894 % By the way, simply using "at 1em" works for cmr10 and the like, but
2928 % This positioning is not perfect (see the ogonek LaTeX package), but
2933 % ogonek is also used with other letters in Lithuanian (IOU), but using
2957 % We can't distinguish serif/sans and italic/slanted, but this
2974 % be smaller yet, but lllsize is the best we can do for now.
3098 % @author should come last, but may come many times.
3318 % but leave it ragged-right.
3326 % We're going to be starting a paragraph, but we don't want the
3434 % world, but it's better than leaving it to the @item. This means if
3574 % Table can continue over pages but will only break between lines.
3597 % @item, @tab do not need to be on their own lines, but it will not hurt
3642 % #1 is the @columnfraction, usually a decimal number like .5, but might
3694 % A \tab used to include \hskip1sp. But then the space in a template
3730 % Maybe so, but it also creates really weird page breaks when the
3802 % this, but (ironically) that caused the spacing to be off.
3827 % attempt to check whether the conditionals are properly nested. But we
3977 % ..., but we might end up with active ones in the argument if
4084 % @syncodeindex foo bar similar, but put all entries made for index foo
4121 % like the previous two, but they put @code around the argument.
4135 % But can't use \lbracecmd and \rbracecmd because texindex assumes
4140 % I don't entirely understand this, but when an index entry is
4158 % The above is not enough to reproduce the bug, but it gives the flavor.
4193 % control characters, but is needed to separate the control word
4395 % (The following {} will end up in the sort string, but that's ok.)
4424 % Of course this is not nearly correct, but it is the best we can do for now.
4439 % Most index entries go through here, but \dosubind is the general case.
4512 % But don't do any of this if we're not in vertical mode. We
4517 % But wait, there is a catch there:
4634 % If the index file exists but is empty, then \openin leaves \ifeof
4641 % Index files are almost Texinfo source, but we use \ as the escape
4642 % character. It would be better to use @, but that's too big a change
4674 % we need before each entry, but it's better.
4690 % But this freezes the catcodes in the argument, and can cause problems to
4692 % ``-'' was active throughout whole index, but this isn't really right.
4828 % format, but then we repeat the same computation. Repeating a couple
4921 % called on to balance too much material, but if it is, this makes
4937 \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120.
4966 % \unnumberedno is an oxymoron, of course. But we count the unnumbered
5182 % This used to be simply \message{#1}, but TeX fully expands the
5203 % @centerchap is like @unnumbered, but the heading is centered.
5205 % Well, we could do the following in a group, but that would break
5333 % get the headings for the next chapter, which is wrong. But we don't
5443 \setbox0 = \hbox{}% contents like unnumbered, but no toc entry
5459 % the pdfdest) after any page break, but before the actual text has
5576 % Go into vertical mode. Usually we'll already be there, but we
5672 % But if #1 is `omit', then we don't do anything. This is used for the
5822 % But use \hss just in case.
5826 % We'd like to right-justify chapter numbers, but that looks strange
5930 % But \@ or @@ will get a plain tex @ character.
5990 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
6088 but redefine \indent to emulate
6106 % We want to swallow spaces (but not other tokens) after the fake
6133 % line. This is redundant with what happens in \aboveenvbreak, but
6189 % @flushleft: same as @format, but doesn't obey \SETdispenvsize.
6208 % @raggedright does more-or-less normal line breaking but no right
6399 % We really want {...\end verbatim} in the body of the macro, but
6427 % Saving the text in a box would be much easier, but then all the
6461 % header. But if there's nothing but headers, we need to allow a
6474 % But do insert the glue.
6509 % rendering the following check redundant. But we don't optimize.
6631 % We are followed by (but not passed) the arguments, if any.
6644 % The first line needs space for \box0; but if \rightskip is nonzero,
6669 % tt, but exceedingly strange in rm.
6671 % . this still does not fix the ?` and !` ligatures, but so far no
7172 \atdummies % preserve commands, but don't expand them
7188 % manual. All but the node name can be omitted.
7283 % control sequence corresponding to the node, but it has to expand
7296 % But we always want a comma and a space:
7373 % collisions). But if this is a float type, we have more work to do.
7447 % in xref tags, i.e., node names. But since ^^e4 notation isn't
7453 % all be worked out, but why? Either we support ^^ or we don't.
7461 % Special characters. Should be turned off anyway, but...
7481 % should not typeset properly. But it works, so I'm moving on for
7607 % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}.
7723 % float "here". But it seemed the best name for the future.
7768 % but we need to use it in a control sequence name.
7775 % If label is given but no type, we handle that as the empty type.
7828 % \floatident, but keep it separate; we need \floatident again.
7944 % but we need to use it in a control sequence name.
7953 % if the user said @listoffloats foo but never @float foo.
8052 % but there is no harm in adjusting the hyphenmin values regardless.
8905 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're
8965 % If page is nothing but text, make it come out even.
9140 % Same as above, but check for italic font. Actually this also catches
9142 % italic fonts. But since this is only used by $ and it uses \sl anyway
9148 % Most of these we simply print from the \tt font, but for some, we can