Using Gorgeous Schematic X
Gorgeous Schematic X is the part of Gorgeous Karnaugh - karnaugh maps minimization software. Gorgeous Schematic X is used to build logic gate from any analytical formulas and logic gate lists.
Gorgeous Karnaugh Versions with Gorgeous Schematic
Note: Not all versions of Gorgeous Karnaugh software contains Gorgeous Schematic (and Gorgeous Schematic X) features. Check you version features here.
Using Gorgeous Schematic X
Gorgeous Schematic X is the tool that builds the logic gate diagram for any boolean formulas, not only for Gorgeous Karnaugh minimization results.
To run Gorgeous Schematic X select “Tools” — “Schematic” menu item in Gorgeous Karnaugh.
Using Gorgeous Schematic X with Analytical Input
To build logic gate diagram for any analytical boolean formulas run the Gorgeous Schematic X, select “New scheme” — “Create from analytic” Schematic meni item. The “Create gate diagram” dialog will appear. In the appeared dialog enter your boolean formulas (such as listed below), select logic gates shape type and check other options, then press “Ok”
$INORDER = x1,x2,x3,x4,x5; y1 = (!((x3 | !x4)| !x5) | (x1 x2) !x5) | (x3 !x4 | !x4 !x5); y2 = ((!x2 !x4)x3 | (!x3 x4) x5) | ((x1 x2) !x5 | !x1 !x5); y3 = (((!x3 x4)x5)| ((x1 x2) !x5)) | ((!x2 !x4) | (x3 !x4) | (!x1 !x5)); y4 = ((!x2 !x4)x3 | !x3) | (!x4 !x5 | !x1 !x5);
The boolean formulas, shown above, produces next logic gate diagram:

Using Gorgeous Schematic X with Text Gates List
To build logic gate diagram based on the text gates list run the Gorgeous Schematic X, select “New scheme” — “Create from gates” Schematic meni item. The “Create gate diagram” dialog will appear. In the appeared dialog enter your text gates list (such as listed below), select logic gates shape type and check other options, then press “Ok”
GATE D:IN; D1:#1 GATE E:IN; D1:#2,D2:#2 GATE D1:NAND2; D3:#1, D2:#1 GATE D2:NAND2; D4:#2 GATE D3:NAND2; Q:#1, D4:#1 GATE D4:NAND2; NQ:#1, D3:#2 GATE Q:OUT GATE Q':OUT
The text gates list, shown above, produces next logic gate diagram:

Exporting to Various Formats
All versions of Gorgeous Schematic supports diagram export to PNG - Portable Network Graphics format.
Some version (check here) also supports diagram export to text gates list format, and to CedarLogic Simulator file format.
Using export to text gates list format, you can automatically generate logic gate diagram for Gorgeous Karnaugh minimization results, export it into text gates list format, modify it as you need and generate your own logic gate diagram from this gates list.
See also
To find more information about text gates list format, see Gorgeous Schematic Reference.