All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.create_distribute.latex.DTBookToLaTeX.taskScript Maven / Gradle / Ivy

The newest version!



]>

  DTBook to LaTeX
  Convert a DTBook document to LaTeX
  
  
  
  
    Input DTBook
    Select input DTBook file
    
      
    
  
  
  
    Output LaTeX
    Select the output LaTeX file
    
      
    
  		
  
  
    Font size
    The font size to be used. See also the documentation of the extsizes package (http://www.ctan.org/tex-archive/macros/latex/contrib/extsizes)
      
    
     
       
       
       
       
       
     
    
  
  
  
    Font
    The font to be used. This can basically be any installed TrueType or OpenType font.
    
     
       
       
       
       
     
    
  
  
  
    Backup font
    Optional secondary font to be used for specific Unicode ranges specified in backupUnicodeRanges. The package ucharclasses must be installed for this feature.
    
      
    
  
  
  
    Backup Unicode ranges
    Comma-separated list of Unicode ranges (in camel case notation) for which the backup font must be applied.
    
      
    
  
  
  
    Page style
    Style for the page. See the documentation for a detailed explanation.
    
     
       
       
       
       
       
     
    
  
  
  
    Alignment for standard text
    The alignment of the standard text. If you choose 'left aligned' there will be less hyphenation.
    
     
       
       
     
    
  
  
  
    Default language
    The language to use for the babel package if no xml:lang tag specifies it. For all valid values check the babel documentation (http://www.ctan.org/get/macros/latex/required/babel/babel.pdf)
    
     
       
       
       
       
       
       
       
     
    
  
  
  
    Stock size
    The stock size to be used. This is the size of the
    paper that the book will be printed on. Usually the stock size is
    larger than the paper size (with trim marks indicating where to
    trim the paper).
    
     
       
       
       
       
       
       
     
    
  
  
  
    Line spacing
    The line spacing to be used.
    
     
       
       
       
     
    
  

  
    Paper width
    Specific width of the paper.
    
      
    
  
  
  
    Paper height
    Specific height of the paper.
    
      
    
  

  
    Left margin
    Inner margin of the paper.
    
      
    
  

  
    Right margin
    Outer margin of the paper.
    
      
    
  

  
    Top margin
    Top margin of the page.
    
      
    
  

  
    Bottom margin
    Bottom margin of the page
    
      
    
  

  
    Replace em with quote
    Replace italics with quotes for better readability.
    
     
       
       
     
    
  

  
    Footnote style
    Put notes at the end of the chapter or at the end of the document instead of putting them on the same page like footnotes
    
     
       
       
       
     
    
  

  
    Visibility of images
    How to show images. They can be hidden or shown as is.
    
     
       
       
     
    
  

  &ValidatorScriptParamsSimpleStatic;		
  
  
    
      input
      ${input}
    
    
    
      abortThreshold
      NONE
    
    
    &ValidatorTaskParamsSimpleStatic;
  
  
  	
    
      xml
      ${input}
    
    
    
      out
      ${output}			
    				

    
      fontsize
      ${fontsize}			
    			

    
      font
      ${font}			
    	

    
      backupFont
      ${backupFont}
    			

    
      backupUnicodeRanges
      ${backupUnicodeRanges}
    				

    
      pageStyle
      ${pageStyle}			
    				

    
      alignment
      ${alignment}			
    				

    
      defaultLanguage
      ${defaultLanguage}			
    				

    
      stocksize
      ${stocksize}			
    				

    
      line_spacing
      ${line_spacing}			
    				

    
      paperwidth
      ${paperwidth}			
    				

    
      paperheight
      ${paperheight}			
    				

    
      left_margin
      ${left_margin}			
    				

    
      right_margin
      ${right_margin}			
    				

    
      top_margin
      ${top_margin}			
    				

    
      bottom_margin
      ${bottom_margin}			
    				

    
      replace_em_with_quote
      ${replace_em_with_quote}			
    				

    
      endnotes
      ${endnotes}			
    				

    
      image_visibility
      ${image_visibility}
    

  		

  
    
      delete
      $parent{output}/pipeline__temp/
    
  
  





© 2015 - 2025 Weber Informatics LLC | Privacy Policy