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.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.adoc +10 -0
  3. data/README.adoc +24 -26
  4. data/Rakefile +2 -0
  5. data/doc/Asciidoctor/Block.html +235 -153
  6. data/doc/Asciidoctor/Converter/Html5Converter.html +3 -3
  7. data/doc/Asciidoctor/Document.html +2 -2
  8. data/doc/Asciidoctor/Inline.html +75 -75
  9. data/doc/Asciidoctor/LaTeX.html +5 -5
  10. data/doc/Asciidoctor/LaTeX/Chem.html +2 -2
  11. data/doc/Asciidoctor/LaTeX/ChemInlineMacro.html +2 -2
  12. data/doc/Asciidoctor/LaTeX/ClickBlock.html +2 -2
  13. data/doc/Asciidoctor/LaTeX/ClickStyleInsert.html +2 -2
  14. data/doc/Asciidoctor/LaTeX/Converter.html +19 -19
  15. data/doc/Asciidoctor/LaTeX/Dollar.html +2 -2
  16. data/doc/Asciidoctor/LaTeX/EntToUni.html +2 -2
  17. data/doc/Asciidoctor/LaTeX/EnvironmentBlock.html +2 -2
  18. data/doc/Asciidoctor/LaTeX/HTMLPostprocessor.html +2 -2
  19. data/doc/Asciidoctor/LaTeX/Html5ConverterExtensions.html +315 -235
  20. data/doc/Asciidoctor/LaTeX/InjectHTML.html +2 -2
  21. data/doc/Asciidoctor/LaTeX/MacroInsert.html +2 -2
  22. data/doc/Asciidoctor/LaTeX/TeXBlock.html +2 -2
  23. data/doc/Asciidoctor/LaTeX/TeXPostProcess.html +48 -48
  24. data/doc/Asciidoctor/LaTeX/TeXPreprocessor.html +2 -2
  25. data/doc/Asciidoctor/LaTeX/TexPostprocessor.html +2 -2
  26. data/doc/Asciidoctor/List.html +2 -2
  27. data/doc/Asciidoctor/Section.html +2 -2
  28. data/doc/Asciidoctor/Table.html +24 -24
  29. data/doc/PreambleProcessor.html +2 -2
  30. data/doc/String.html +2 -2
  31. data/doc/class_list.html +1 -1
  32. data/doc/file.LICENSE.html +2 -2
  33. data/doc/file.README.html +68 -32
  34. data/doc/index.html +68 -32
  35. data/doc/method_list.html +91 -73
  36. data/doc/top-level-namespace.html +2 -2
  37. data/lib/asciidoctor/latex/converter.rb +3 -1
  38. data/lib/asciidoctor/latex/version.rb +1 -1
  39. data/test/examples/asciidoc-html/env.adoc +1 -1
  40. data/test/html_test.rb +1 -1
  41. data/test/latex_test.rb +1 -1
  42. data/try-out/quote.adoc +18 -0
  43. metadata +4 -3
@@ -201,9 +201,9 @@
201
201
  </div>
202
202
 
203
203
  <div id="footer">
204
- Generated on Tue May 3 13:31:56 2016 by
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.0).
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
- 246
528
- 247
529
- 248
530
- 249
531
- 250
532
- 251
533
- 252
534
- 253
535
- 254</pre>
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 246</span>
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'>&#39;</span><span class='tstring_content'>plain-option</span><span class='tstring_end'>&#39;</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</pre>
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 175</span>
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'>&#39;</span><span class='tstring_content'>texmacro</span><span class='tstring_end'>&#39;</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'>&#39;</span><span class='tstring_content'>include_latex</span><span class='tstring_end'>&#39;</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</pre>
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 208</span>
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
- 366
768
- 367
769
- 368
770
- 369</pre>
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 366</span>
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
- 371
800
- 372
801
- 373
802
- 374
803
- 375
804
- 376
805
- 377
806
- 378
807
- 379</pre>
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 371</span>
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
- 412
842
- 413
843
- 414
844
- 415
845
- 416
846
- 417
847
- 418</pre>
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 412</span>
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'>&quot;</span><span class='tstring_content'>handle code</span><span class='tstring_end'>&quot;</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
- 420
880
- 421
881
- 422
882
- 423
883
- 424
884
- 425
885
- 426</pre>
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 420</span>
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'>&#39;</span><span class='tstring_content'>plain-option</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span>
@@ -914,24 +944,24 @@
914
944
  <pre class="lines">
915
945
 
916
946
 
917
- 319
918
- 320
919
- 321
920
- 322
921
- 323
922
- 324
923
- 325
924
- 326
925
- 327
926
- 328
927
- 329
928
- 330
929
- 331
930
- 332
931
- 333</pre>
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 319</span>
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
- 350
972
- 351
973
- 352
974
- 353
975
- 354
976
- 355
977
- 356
978
- 357
979
- 358
980
- 359
981
- 360
982
- 361
983
- 362
984
- 363
985
- 364</pre>
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 350</span>
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
- 335
1026
- 336
1027
- 337
1028
- 338
1029
- 339
1030
- 340
1031
- 341
1032
- 342
1033
- 343
1034
- 344
1035
- 345
1036
- 346
1037
- 347
1038
- 348</pre>
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 335</span>
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'># [&quot;// &quot;] + 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
- 381
1078
- 382
1079
- 383
1080
- 384
1081
- 385
1082
- 386
1083
- 387
1084
- 388
1085
- 389
1086
- 390
1087
- 391
1088
- 392
1089
- 393
1090
- 394
1091
- 395
1092
- 396
1093
- 397
1094
- 398
1095
- 399
1096
- 400
1097
- 401
1098
- 402
1099
- 403
1100
- 404
1101
- 405
1102
- 406</pre>
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 381</span>
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
- 408
1154
- 409
1155
- 410</pre>
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 408</span>
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
- 241
1195
- 242
1196
- 243
1197
- 244</pre>
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 241</span>
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
- 167
1227
- 168
1228
- 169
1229
- 170
1230
- 171</pre>
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 167</span>
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
- 283
1261
- 284
1262
- 285
1263
- 286
1264
- 287
1265
- 288
1266
- 289
1267
- 290
1268
- 291
1269
- 292
1270
- 293
1271
- 294
1272
- 295
1273
- 296
1274
- 297
1275
- 298
1276
- 299
1277
- 300
1278
- 301
1279
- 302
1280
- 303
1281
- 304
1282
- 305
1283
- 306
1284
- 307
1285
- 308
1286
- 309
1287
- 310
1288
- 311
1289
- 312
1290
- 313
1291
- 314
1292
- 315
1293
- 316
1294
- 317</pre>
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 283</span>
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
- 256
1355
- 257
1356
- 258
1357
- 259
1358
- 260
1359
- 261
1360
- 262
1361
- 263
1362
- 264
1363
- 265
1364
- 266
1365
- 267
1366
- 268
1367
- 269
1368
- 270
1369
- 271
1370
- 272
1371
- 273
1372
- 274
1373
- 275
1374
- 276
1375
- 277
1376
- 278
1377
- 279
1378
- 280
1379
- 281</pre>
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 256</span>
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 May 3 13:31:55 2016 by
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.0).
1502
+ 0.8.7.6 (ruby-2.2.3).
1423
1503
  </div>
1424
1504
 
1425
1505
  </body>