Lines Matching refs:markup
90 $markup = '<a href="#mjx-eqn'.rawurlencode(':').$label.'">';
91 $markup .= ($disptype) ? $this->getLang('equation'.$langset).' ' : '';
92 $markup .= '\eqref{'.$label.'}</a>';
93 $renderer->doc .= $markup;
97 $markup = '<a href="#'.$label.'">';
103 $markup .= $disptype ? $this->getLang($type.$langset).' ' : '';
104 $markup .= $parnum.'('.$this->helper->number_to_alphabet($num).')';
107 $markup .= $disptype ? $this->getLang($type.$langset).' ' : '';
108 $markup .= $num;
111 $markup .= '??REF:'.$label.'??';
113 $markup .= '</a>';
114 $renderer->doc .= $markup;