asciidoctor-latex 1.5.0.11.dev → 1.5.0.12.dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.adoc +10 -0
- data/README.adoc +24 -26
- data/Rakefile +2 -0
- data/doc/Asciidoctor/Block.html +235 -153
- data/doc/Asciidoctor/Converter/Html5Converter.html +3 -3
- data/doc/Asciidoctor/Document.html +2 -2
- data/doc/Asciidoctor/Inline.html +75 -75
- data/doc/Asciidoctor/LaTeX.html +5 -5
- data/doc/Asciidoctor/LaTeX/Chem.html +2 -2
- data/doc/Asciidoctor/LaTeX/ChemInlineMacro.html +2 -2
- data/doc/Asciidoctor/LaTeX/ClickBlock.html +2 -2
- data/doc/Asciidoctor/LaTeX/ClickStyleInsert.html +2 -2
- data/doc/Asciidoctor/LaTeX/Converter.html +19 -19
- data/doc/Asciidoctor/LaTeX/Dollar.html +2 -2
- data/doc/Asciidoctor/LaTeX/EntToUni.html +2 -2
- data/doc/Asciidoctor/LaTeX/EnvironmentBlock.html +2 -2
- data/doc/Asciidoctor/LaTeX/HTMLPostprocessor.html +2 -2
- data/doc/Asciidoctor/LaTeX/Html5ConverterExtensions.html +315 -235
- data/doc/Asciidoctor/LaTeX/InjectHTML.html +2 -2
- data/doc/Asciidoctor/LaTeX/MacroInsert.html +2 -2
- data/doc/Asciidoctor/LaTeX/TeXBlock.html +2 -2
- data/doc/Asciidoctor/LaTeX/TeXPostProcess.html +48 -48
- data/doc/Asciidoctor/LaTeX/TeXPreprocessor.html +2 -2
- data/doc/Asciidoctor/LaTeX/TexPostprocessor.html +2 -2
- data/doc/Asciidoctor/List.html +2 -2
- data/doc/Asciidoctor/Section.html +2 -2
- data/doc/Asciidoctor/Table.html +24 -24
- data/doc/PreambleProcessor.html +2 -2
- data/doc/String.html +2 -2
- data/doc/class_list.html +1 -1
- data/doc/file.LICENSE.html +2 -2
- data/doc/file.README.html +68 -32
- data/doc/index.html +68 -32
- data/doc/method_list.html +91 -73
- data/doc/top-level-namespace.html +2 -2
- data/lib/asciidoctor/latex/converter.rb +3 -1
- data/lib/asciidoctor/latex/version.rb +1 -1
- data/test/examples/asciidoc-html/env.adoc +1 -1
- data/test/html_test.rb +1 -1
- data/test/latex_test.rb +1 -1
- data/try-out/quote.adoc +18 -0
- metadata +4 -3
@@ -201,9 +201,9 @@
|
|
201
201
|
</div>
|
202
202
|
|
203
203
|
<div id="footer">
|
204
|
-
Generated on Tue
|
204
|
+
Generated on Tue Jun 7 05:32:26 2016 by
|
205
205
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
206
|
-
0.8.7.6 (ruby-2.3
|
206
|
+
0.8.7.6 (ruby-2.2.3).
|
207
207
|
</div>
|
208
208
|
|
209
209
|
</body>
|
@@ -363,6 +363,32 @@
|
|
363
363
|
|
364
364
|
<span class="summary_desc"><div class='inline'></div></span>
|
365
365
|
|
366
|
+
</li>
|
367
|
+
|
368
|
+
|
369
|
+
<li class="public ">
|
370
|
+
<span class="summary_signature">
|
371
|
+
|
372
|
+
<a href="#handle_include_latex-instance_method" title="#handle_include_latex (instance method)">- (Object) <strong>handle_include_latex</strong>(node) </a>
|
373
|
+
|
374
|
+
|
375
|
+
|
376
|
+
</span>
|
377
|
+
|
378
|
+
|
379
|
+
|
380
|
+
|
381
|
+
|
382
|
+
|
383
|
+
|
384
|
+
|
385
|
+
|
386
|
+
<span class="summary_desc"><div class='inline'>
|
387
|
+
<p>Example: [env.include_latex] – nput abc.text usepackagedef – Nothing
|
388
|
+
appears in the HTML, bu lines nput abc.text usepackagedef appear in the
|
389
|
+
generated tex file.</p>
|
390
|
+
</div></span>
|
391
|
+
|
366
392
|
</li>
|
367
393
|
|
368
394
|
|
@@ -524,18 +550,18 @@
|
|
524
550
|
<pre class="lines">
|
525
551
|
|
526
552
|
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
553
|
+
282
|
554
|
+
283
|
555
|
+
284
|
556
|
+
285
|
557
|
+
286
|
558
|
+
287
|
559
|
+
288
|
560
|
+
289
|
561
|
+
290</pre>
|
536
562
|
</td>
|
537
563
|
<td>
|
538
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
564
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 282</span>
|
539
565
|
|
540
566
|
<span class='kw'>def</span> <span class='id identifier rubyid_click'>click</span> <span class='id identifier rubyid_node'>node</span>
|
541
567
|
<span class='kw'>if</span> <span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>plain-option</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -577,23 +603,6 @@
|
|
577
603
|
<pre class="lines">
|
578
604
|
|
579
605
|
|
580
|
-
175
|
581
|
-
176
|
582
|
-
177
|
583
|
-
178
|
584
|
-
179
|
585
|
-
180
|
586
|
-
181
|
587
|
-
182
|
588
|
-
183
|
589
|
-
184
|
590
|
-
185
|
591
|
-
186
|
592
|
-
187
|
593
|
-
188
|
594
|
-
189
|
595
|
-
190
|
596
|
-
191
|
597
606
|
192
|
598
607
|
193
|
599
608
|
194
|
@@ -608,10 +617,29 @@
|
|
608
617
|
203
|
609
618
|
204
|
610
619
|
205
|
611
|
-
206
|
620
|
+
206
|
621
|
+
207
|
622
|
+
208
|
623
|
+
209
|
624
|
+
210
|
625
|
+
211
|
626
|
+
212
|
627
|
+
213
|
628
|
+
214
|
629
|
+
215
|
630
|
+
216
|
631
|
+
217
|
632
|
+
218
|
633
|
+
219
|
634
|
+
220
|
635
|
+
221
|
636
|
+
222
|
637
|
+
223
|
638
|
+
224
|
639
|
+
225</pre>
|
612
640
|
</td>
|
613
641
|
<td>
|
614
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
642
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 192</span>
|
615
643
|
|
616
644
|
<span class='kw'>def</span> <span class='id identifier rubyid_environment'>environment</span> <span class='id identifier rubyid_node'>node</span>
|
617
645
|
|
@@ -638,6 +666,8 @@
|
|
638
666
|
<span class='id identifier rubyid_handle_jsxgraph'>handle_jsxgraph</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
639
667
|
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>texmacro</span><span class='tstring_end'>'</span></span>
|
640
668
|
<span class='id identifier rubyid_handle_texmacro'>handle_texmacro</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
669
|
+
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>include_latex</span><span class='tstring_end'>'</span></span>
|
670
|
+
<span class='id identifier rubyid_handle_include_latex'>handle_include_latex</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
641
671
|
<span class='kw'>else</span>
|
642
672
|
<span class='id identifier rubyid_handle_default'>handle_default</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
643
673
|
<span class='kw'>end</span>
|
@@ -676,25 +706,6 @@
|
|
676
706
|
<pre class="lines">
|
677
707
|
|
678
708
|
|
679
|
-
208
|
680
|
-
209
|
681
|
-
210
|
682
|
-
211
|
683
|
-
212
|
684
|
-
213
|
685
|
-
214
|
686
|
-
215
|
687
|
-
216
|
688
|
-
217
|
689
|
-
218
|
690
|
-
219
|
691
|
-
220
|
692
|
-
221
|
693
|
-
222
|
694
|
-
223
|
695
|
-
224
|
696
|
-
225
|
697
|
-
226
|
698
709
|
227
|
699
710
|
228
|
700
711
|
229
|
@@ -707,10 +718,29 @@
|
|
707
718
|
236
|
708
719
|
237
|
709
720
|
238
|
710
|
-
239
|
721
|
+
239
|
722
|
+
240
|
723
|
+
241
|
724
|
+
242
|
725
|
+
243
|
726
|
+
244
|
727
|
+
245
|
728
|
+
246
|
729
|
+
247
|
730
|
+
248
|
731
|
+
249
|
732
|
+
250
|
733
|
+
251
|
734
|
+
252
|
735
|
+
253
|
736
|
+
254
|
737
|
+
255
|
738
|
+
256
|
739
|
+
257
|
740
|
+
258</pre>
|
711
741
|
</td>
|
712
742
|
<td>
|
713
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
743
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 227</span>
|
714
744
|
|
715
745
|
<span class='kw'>def</span> <span class='id identifier rubyid_environment_literal'>environment_literal</span> <span class='id identifier rubyid_node'>node</span>
|
716
746
|
|
@@ -764,13 +794,13 @@
|
|
764
794
|
<pre class="lines">
|
765
795
|
|
766
796
|
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
797
|
+
402
|
798
|
+
403
|
799
|
+
404
|
800
|
+
405</pre>
|
771
801
|
</td>
|
772
802
|
<td>
|
773
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
803
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 402</span>
|
774
804
|
|
775
805
|
<span class='kw'>def</span> <span class='id identifier rubyid_handle_cd'>handle_cd</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
776
806
|
<span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_title'>title</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
@@ -796,18 +826,18 @@
|
|
796
826
|
<pre class="lines">
|
797
827
|
|
798
828
|
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
829
|
+
407
|
830
|
+
408
|
831
|
+
409
|
832
|
+
410
|
833
|
+
411
|
834
|
+
412
|
835
|
+
413
|
836
|
+
414
|
837
|
+
415</pre>
|
808
838
|
</td>
|
809
839
|
<td>
|
810
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
840
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 407</span>
|
811
841
|
|
812
842
|
<span class='kw'>def</span> <span class='id identifier rubyid_handle_chem'>handle_chem</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
813
843
|
<span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_title'>title</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
@@ -838,16 +868,16 @@
|
|
838
868
|
<pre class="lines">
|
839
869
|
|
840
870
|
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
871
|
+
448
|
872
|
+
449
|
873
|
+
450
|
874
|
+
451
|
875
|
+
452
|
876
|
+
453
|
877
|
+
454</pre>
|
848
878
|
</td>
|
849
879
|
<td>
|
850
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
880
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 448</span>
|
851
881
|
|
852
882
|
<span class='kw'>def</span> <span class='id identifier rubyid_handle_code'>handle_code</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
853
883
|
<span class='id identifier rubyid_warn'>warn</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>handle code</span><span class='tstring_end'>"</span></span><span class='period'>.</span><span class='id identifier rubyid_red'>red</span> <span class='kw'>if</span> <span class='gvar'>$VERBOSE</span>
|
@@ -876,16 +906,16 @@
|
|
876
906
|
<pre class="lines">
|
877
907
|
|
878
908
|
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
909
|
+
456
|
910
|
+
457
|
911
|
+
458
|
912
|
+
459
|
913
|
+
460
|
914
|
+
461
|
915
|
+
462</pre>
|
886
916
|
</td>
|
887
917
|
<td>
|
888
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
918
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 456</span>
|
889
919
|
|
890
920
|
<span class='kw'>def</span> <span class='id identifier rubyid_handle_default'>handle_default</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
891
921
|
<span class='kw'>if</span> <span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>plain-option</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
@@ -914,24 +944,24 @@
|
|
914
944
|
<pre class="lines">
|
915
945
|
|
916
946
|
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
947
|
+
355
|
948
|
+
356
|
949
|
+
357
|
950
|
+
358
|
951
|
+
359
|
952
|
+
360
|
953
|
+
361
|
954
|
+
362
|
955
|
+
363
|
956
|
+
364
|
957
|
+
365
|
958
|
+
366
|
959
|
+
367
|
960
|
+
368
|
961
|
+
369</pre>
|
932
962
|
</td>
|
933
963
|
<td>
|
934
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
964
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 355</span>
|
935
965
|
|
936
966
|
<span class='kw'>def</span> <span class='id identifier rubyid_handle_equation'>handle_equation</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
937
967
|
<span class='id identifier rubyid_attrs'>attrs</span> <span class='op'>=</span> <span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span>
|
@@ -968,24 +998,24 @@
|
|
968
998
|
<pre class="lines">
|
969
999
|
|
970
1000
|
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
1001
|
+
386
|
1002
|
+
387
|
1003
|
+
388
|
1004
|
+
389
|
1005
|
+
390
|
1006
|
+
391
|
1007
|
+
392
|
1008
|
+
393
|
1009
|
+
394
|
1010
|
+
395
|
1011
|
+
396
|
1012
|
+
397
|
1013
|
+
398
|
1014
|
+
399
|
1015
|
+
400</pre>
|
986
1016
|
</td>
|
987
1017
|
<td>
|
988
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
1018
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 386</span>
|
989
1019
|
|
990
1020
|
<span class='kw'>def</span> <span class='id identifier rubyid_handle_equation_align'>handle_equation_align</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
991
1021
|
<span class='id identifier rubyid_attrs'>attrs</span> <span class='op'>=</span> <span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span>
|
@@ -1022,23 +1052,23 @@
|
|
1022
1052
|
<pre class="lines">
|
1023
1053
|
|
1024
1054
|
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1055
|
+
371
|
1056
|
+
372
|
1057
|
+
373
|
1058
|
+
374
|
1059
|
+
375
|
1060
|
+
376
|
1061
|
+
377
|
1062
|
+
378
|
1063
|
+
379
|
1064
|
+
380
|
1065
|
+
381
|
1066
|
+
382
|
1067
|
+
383
|
1068
|
+
384</pre>
|
1039
1069
|
</td>
|
1040
1070
|
<td>
|
1041
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
1071
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 371</span>
|
1042
1072
|
|
1043
1073
|
<span class='kw'>def</span> <span class='id identifier rubyid_handle_equation_literal'>handle_equation_literal</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
1044
1074
|
<span class='id identifier rubyid_attrs'>attrs</span> <span class='op'>=</span> <span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span>
|
@@ -1057,6 +1087,56 @@
|
|
1057
1087
|
</td>
|
1058
1088
|
</tr>
|
1059
1089
|
</table>
|
1090
|
+
</div>
|
1091
|
+
|
1092
|
+
<div class="method_details ">
|
1093
|
+
<h3 class="signature " id="handle_include_latex-instance_method">
|
1094
|
+
|
1095
|
+
- (<tt>Object</tt>) <strong>handle_include_latex</strong>(node)
|
1096
|
+
|
1097
|
+
|
1098
|
+
|
1099
|
+
|
1100
|
+
|
1101
|
+
</h3><div class="docstring">
|
1102
|
+
<div class="discussion">
|
1103
|
+
|
1104
|
+
<p>Example:</p>
|
1105
|
+
<dl class="rdoc-list label-list"><dt>env.include_latex
|
1106
|
+
<dd>
|
1107
|
+
<p>– nput abc.text usepackagedef – Nothing appears in the HTML, bu lines
|
1108
|
+
nput abc.text usepackagedef appear in the generated tex file.</p>
|
1109
|
+
</dd></dl>
|
1110
|
+
|
1111
|
+
|
1112
|
+
</div>
|
1113
|
+
</div>
|
1114
|
+
<div class="tags">
|
1115
|
+
|
1116
|
+
|
1117
|
+
</div><table class="source_code">
|
1118
|
+
<tr>
|
1119
|
+
<td>
|
1120
|
+
<pre class="lines">
|
1121
|
+
|
1122
|
+
|
1123
|
+
276
|
1124
|
+
277
|
1125
|
+
278
|
1126
|
+
279
|
1127
|
+
280</pre>
|
1128
|
+
</td>
|
1129
|
+
<td>
|
1130
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 276</span>
|
1131
|
+
|
1132
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_handle_include_latex'>handle_include_latex</span> <span class='id identifier rubyid_node'>node</span>
|
1133
|
+
<span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_title'>title</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
1134
|
+
<span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_lines'>lines</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span> <span class='comment'># ["// "] + node.lines
|
1135
|
+
</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_open'>open</span> <span class='id identifier rubyid_node'>node</span>
|
1136
|
+
<span class='kw'>end</span></pre>
|
1137
|
+
</td>
|
1138
|
+
</tr>
|
1139
|
+
</table>
|
1060
1140
|
</div>
|
1061
1141
|
|
1062
1142
|
<div class="method_details ">
|
@@ -1074,35 +1154,35 @@
|
|
1074
1154
|
<pre class="lines">
|
1075
1155
|
|
1076
1156
|
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1157
|
+
417
|
1158
|
+
418
|
1159
|
+
419
|
1160
|
+
420
|
1161
|
+
421
|
1162
|
+
422
|
1163
|
+
423
|
1164
|
+
424
|
1165
|
+
425
|
1166
|
+
426
|
1167
|
+
427
|
1168
|
+
428
|
1169
|
+
429
|
1170
|
+
430
|
1171
|
+
431
|
1172
|
+
432
|
1173
|
+
433
|
1174
|
+
434
|
1175
|
+
435
|
1176
|
+
436
|
1177
|
+
437
|
1178
|
+
438
|
1179
|
+
439
|
1180
|
+
440
|
1181
|
+
441
|
1182
|
+
442</pre>
|
1103
1183
|
</td>
|
1104
1184
|
<td>
|
1105
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
1185
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 417</span>
|
1106
1186
|
|
1107
1187
|
<span class='kw'>def</span> <span class='id identifier rubyid_handle_jsxgraph'>handle_jsxgraph</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
1108
1188
|
<span class='id identifier rubyid_attrs'>attrs</span> <span class='op'>=</span> <span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_attributes'>attributes</span>
|
@@ -1150,12 +1230,12 @@
|
|
1150
1230
|
<pre class="lines">
|
1151
1231
|
|
1152
1232
|
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1233
|
+
444
|
1234
|
+
445
|
1235
|
+
446</pre>
|
1156
1236
|
</td>
|
1157
1237
|
<td>
|
1158
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
1238
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 444</span>
|
1159
1239
|
|
1160
1240
|
<span class='kw'>def</span> <span class='id identifier rubyid_handle_null'>handle_null</span><span class='lparen'>(</span><span class='id identifier rubyid_node'>node</span><span class='rparen'>)</span>
|
1161
1241
|
|
@@ -1191,13 +1271,13 @@
|
|
1191
1271
|
<pre class="lines">
|
1192
1272
|
|
1193
1273
|
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1274
|
+
260
|
1275
|
+
261
|
1276
|
+
262
|
1277
|
+
263</pre>
|
1198
1278
|
</td>
|
1199
1279
|
<td>
|
1200
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
1280
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 260</span>
|
1201
1281
|
|
1202
1282
|
<span class='kw'>def</span> <span class='id identifier rubyid_handle_texmacro'>handle_texmacro</span> <span class='id identifier rubyid_node'>node</span>
|
1203
1283
|
<span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_title'>title</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
@@ -1223,14 +1303,14 @@
|
|
1223
1303
|
<pre class="lines">
|
1224
1304
|
|
1225
1305
|
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
1306
|
+
184
|
1307
|
+
185
|
1308
|
+
186
|
1309
|
+
187
|
1310
|
+
188</pre>
|
1231
1311
|
</td>
|
1232
1312
|
<td>
|
1233
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
1313
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 184</span>
|
1234
1314
|
|
1235
1315
|
<span class='kw'>def</span> <span class='id identifier rubyid_info'>info</span> <span class='id identifier rubyid_node'>node</span>
|
1236
1316
|
|
@@ -1257,44 +1337,44 @@
|
|
1257
1337
|
<pre class="lines">
|
1258
1338
|
|
1259
1339
|
|
1260
|
-
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1281
|
-
|
1282
|
-
|
1283
|
-
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
1287
|
-
|
1288
|
-
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
|
-
|
1293
|
-
|
1294
|
-
|
1340
|
+
319
|
1341
|
+
320
|
1342
|
+
321
|
1343
|
+
322
|
1344
|
+
323
|
1345
|
+
324
|
1346
|
+
325
|
1347
|
+
326
|
1348
|
+
327
|
1349
|
+
328
|
1350
|
+
329
|
1351
|
+
330
|
1352
|
+
331
|
1353
|
+
332
|
1354
|
+
333
|
1355
|
+
334
|
1356
|
+
335
|
1357
|
+
336
|
1358
|
+
337
|
1359
|
+
338
|
1360
|
+
339
|
1361
|
+
340
|
1362
|
+
341
|
1363
|
+
342
|
1364
|
+
343
|
1365
|
+
344
|
1366
|
+
345
|
1367
|
+
346
|
1368
|
+
347
|
1369
|
+
348
|
1370
|
+
349
|
1371
|
+
350
|
1372
|
+
351
|
1373
|
+
352
|
1374
|
+
353</pre>
|
1295
1375
|
</td>
|
1296
1376
|
<td>
|
1297
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
1377
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 319</span>
|
1298
1378
|
|
1299
1379
|
<span class='kw'>def</span> <span class='id identifier rubyid_inline_anchor'>inline_anchor</span> <span class='id identifier rubyid_node'>node</span>
|
1300
1380
|
|
@@ -1351,35 +1431,35 @@
|
|
1351
1431
|
<pre class="lines">
|
1352
1432
|
|
1353
1433
|
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1362
|
-
|
1363
|
-
|
1364
|
-
|
1365
|
-
|
1366
|
-
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1377
|
-
|
1378
|
-
|
1379
|
-
|
1434
|
+
292
|
1435
|
+
293
|
1436
|
+
294
|
1437
|
+
295
|
1438
|
+
296
|
1439
|
+
297
|
1440
|
+
298
|
1441
|
+
299
|
1442
|
+
300
|
1443
|
+
301
|
1444
|
+
302
|
1445
|
+
303
|
1446
|
+
304
|
1447
|
+
305
|
1448
|
+
306
|
1449
|
+
307
|
1450
|
+
308
|
1451
|
+
309
|
1452
|
+
310
|
1453
|
+
311
|
1454
|
+
312
|
1455
|
+
313
|
1456
|
+
314
|
1457
|
+
315
|
1458
|
+
316
|
1459
|
+
317</pre>
|
1380
1460
|
</td>
|
1381
1461
|
<td>
|
1382
|
-
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line
|
1462
|
+
<pre class="code"><span class="info file"># File 'lib/asciidoctor/latex/converter.rb', line 292</span>
|
1383
1463
|
|
1384
1464
|
<span class='kw'>def</span> <span class='id identifier rubyid_old_inline_anchor'>old_inline_anchor</span> <span class='id identifier rubyid_node'>node</span>
|
1385
1465
|
<span class='id identifier rubyid_target'>target</span> <span class='op'>=</span> <span class='id identifier rubyid_node'>node</span><span class='period'>.</span><span class='id identifier rubyid_target'>target</span>
|
@@ -1417,9 +1497,9 @@
|
|
1417
1497
|
</div>
|
1418
1498
|
|
1419
1499
|
<div id="footer">
|
1420
|
-
Generated on Tue
|
1500
|
+
Generated on Tue Jun 7 05:32:25 2016 by
|
1421
1501
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1422
|
-
0.8.7.6 (ruby-2.3
|
1502
|
+
0.8.7.6 (ruby-2.2.3).
|
1423
1503
|
</div>
|
1424
1504
|
|
1425
1505
|
</body>
|